Home
last modified time | relevance | path

Searched refs:hci_write_simple_pairing_mode (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluez/lib/bluetooth/
Dhci_lib.h102 int hci_write_simple_pairing_mode(int dd, uint8_t mode, int to);
/external/bluetooth/bluez/tools/
Dhciconfig.c1437 if (hci_write_simple_pairing_mode(dd, mode, 2000) < 0) { in cmd_ssp_mode()
/external/bluetooth/bluez/lib/
Dhci.c2227 int hci_write_simple_pairing_mode(int dd, uint8_t mode, int to) in hci_write_simple_pairing_mode() function
/external/bluetooth/bluez/src/
Dadapter.c2586 hci_write_simple_pairing_mode(dd, 0x01, HCI_REQ_TIMEOUT); in adapter_start()