Searched refs:hci_delete_stored_link_key (Results 1 – 4 of 4) sorted by relevance
/external/bluetooth/bluez/lib/bluetooth/ |
D | hci_lib.h | 86 int hci_delete_stored_link_key(int dd, bdaddr_t *bdaddr, uint8_t all, int to);
|
/external/bluetooth/bluez/tools/ |
D | hciconfig.c | 846 if (hci_delete_stored_link_key(dd, &bdaddr, all, 1000) < 0) { in cmd_delkey()
|
/external/bluetooth/bluez/lib/ |
D | hci.c | 1810 int hci_delete_stored_link_key(int dd, bdaddr_t *bdaddr, uint8_t all, int to) in hci_delete_stored_link_key() function
|
/external/bluetooth/bluez/src/ |
D | device.c | 1154 hci_delete_stored_link_key(dd, &device->bdaddr, 0, HCI_REQ_TIMEOUT); in device_remove_bonding()
|