Home
last modified time | relevance | path

Searched refs:hci_read_simple_pairing_mode (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/bluez/lib/bluetooth/
Dhci_lib.h101 int hci_read_simple_pairing_mode(int dd, uint8_t *mode, int to);
/external/bluetooth/bluez/src/
Ddbus-hci.c1024 if (hci_read_simple_pairing_mode(dd, &mode, in hcid_dbus_write_simple_pairing_mode_complete()
Dadapter.c2588 if (hci_read_simple_pairing_mode(dd, &dev->ssp_mode, in adapter_start()
/external/bluetooth/bluez/tools/
Dhciconfig.c1445 if (hci_read_simple_pairing_mode(dd, &mode, 1000) < 0) { in cmd_ssp_mode()
/external/bluetooth/bluez/lib/
Dhci.c2204 int hci_read_simple_pairing_mode(int dd, uint8_t *mode, int to) in hci_read_simple_pairing_mode() function