Home
last modified time | relevance | path

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

/system/bt/stack/acl/
Dacl.h213 btsnd_hcic_set_conn_encrypt(hci_handle, false); in set_encryption_off()
219 btsnd_hcic_set_conn_encrypt(hci_handle, true); in set_encryption_on()
/system/bt/test/mock/
Dmock_hcic_hcicmds.cc224 void btsnd_hcic_set_conn_encrypt(uint16_t handle, bool enable) { in btsnd_hcic_set_conn_encrypt() function
/system/bt/stack/include/
Dhcimsgs.h287 extern void btsnd_hcic_set_conn_encrypt(uint16_t handle, bool enable);
/system/bt/stack/hcic/
Dhcicmds.cc745 void btsnd_hcic_set_conn_encrypt(uint16_t handle, bool enable) { in btsnd_hcic_set_conn_encrypt() function
1903 .SetConnectionEncryption = btsnd_hcic_set_conn_encrypt, // OCF 0x0413,
/system/bt/stack/btm/
Dbtm_sec.cc4341 btsnd_hcic_set_conn_encrypt(p_dev_rec->hci_handle, true); in btm_sec_execute_procedure()