summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-hci.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-06-12 08:07:16 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2008-06-12 08:07:16 +0000
commit9c2af7e86895a3a2e457deb72a539f98d725b297 (patch)
tree9a2441a045f8f72690a5598bbe3bd826a71819ff /hcid/dbus-hci.h
parent66e60595a4625466b18065be80ecaae029a55b55 (diff)
Rename pin_reqs o auth_reqs since it's tracking SSP too
Diffstat (limited to 'hcid/dbus-hci.h')
-rw-r--r--hcid/dbus-hci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/dbus-hci.h b/hcid/dbus-hci.h
index 9f782fc8..1c5bca90 100644
--- a/hcid/dbus-hci.h
+++ b/hcid/dbus-hci.h
@@ -73,7 +73,7 @@ int cancel_periodic_discovery(struct adapter *adapter);
int active_conn_find_by_bdaddr(const void *data, const void *user_data);
void bonding_request_free(struct bonding_request_info *dev);
-int pin_req_cmp(const void *p1, const void *p2);
+int auth_req_cmp(const void *p1, const void *p2);
int found_device_cmp(const struct remote_dev_info *d1,
const struct remote_dev_info *d2);
int found_device_add(GSList **list, bdaddr_t *bdaddr, int8_t rssi,