diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-08-22 01:50:41 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-08-22 01:50:41 +0000 |
commit | b22d297c0c679b400d7825367e31fed46c552a49 (patch) | |
tree | 48f403d960004356af7ce70bedfc4f2490231945 /hcid/dbus-hci.h | |
parent | 145dfdd4b2e09f6b5b9e0be03d134c0242261b81 (diff) |
First attempt for automatic setting of service classes value
Diffstat (limited to 'hcid/dbus-hci.h')
-rw-r--r-- | hcid/dbus-hci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/dbus-hci.h b/hcid/dbus-hci.h index 385ed96c..6c0a662f 100644 --- a/hcid/dbus-hci.h +++ b/hcid/dbus-hci.h @@ -69,6 +69,7 @@ int found_device_add(GSList **list, bdaddr_t *bdaddr, int8_t rssi, int found_device_req_name(struct adapter *dbus_data); 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 discov_timeout_handler(void *data); |