summaryrefslogtreecommitdiffstats
path: root/src/dbus-hci.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-11-19 00:35:11 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2008-11-19 00:35:11 +0200
commitc62bc3f70fcd6bf86c2145659fb9b010f5bd97dc (patch)
treeb4e14c84315da18916ad4b2f8db68cf5e3c40679 /src/dbus-hci.h
parent50b3be4b21fa9a4638204a4d70a6bb8e8a2c56c2 (diff)
Move set_limited_discoverable() from dbus-hci.c to adapter.c
The function was only used from within adapter.c so it makes sense to have it static inside adapter.c
Diffstat (limited to 'src/dbus-hci.h')
-rw-r--r--src/dbus-hci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dbus-hci.h b/src/dbus-hci.h
index 17fd39d3..20336f90 100644
--- a/src/dbus-hci.h
+++ b/src/dbus-hci.h
@@ -52,7 +52,6 @@ DBusMessage *new_authentication_return(DBusMessage *msg, uint8_t status);
int cancel_discovery(struct btd_adapter *adapter);
int cancel_periodic_discovery(struct btd_adapter *adapter);
-int set_limited_discoverable(int dd, const uint8_t *cls, gboolean limited);
int set_service_classes(int dd, const uint8_t *cls, uint8_t value);
int set_major_class(int dd, const uint8_t *cls, uint8_t major);
int set_minor_class(int dd, const uint8_t *cls, uint8_t minor);