Searched refs:hci_read_simple_pairing_mode (Results 1 – 5 of 5) sorted by relevance
/external/bluetooth/bluez/lib/bluetooth/ |
D | hci_lib.h | 101 int hci_read_simple_pairing_mode(int dd, uint8_t *mode, int to);
|
/external/bluetooth/bluez/src/ |
D | dbus-hci.c | 1024 if (hci_read_simple_pairing_mode(dd, &mode, in hcid_dbus_write_simple_pairing_mode_complete()
|
D | adapter.c | 2588 if (hci_read_simple_pairing_mode(dd, &dev->ssp_mode, in adapter_start()
|
/external/bluetooth/bluez/tools/ |
D | hciconfig.c | 1445 if (hci_read_simple_pairing_mode(dd, &mode, 1000) < 0) { in cmd_ssp_mode()
|
/external/bluetooth/bluez/lib/ |
D | hci.c | 2204 int hci_read_simple_pairing_mode(int dd, uint8_t *mode, int to) in hci_read_simple_pairing_mode() function
|