Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/acl/
H A 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()
/aosp12/system/bt/test/mock/
H A Dmock_hcic_hcicmds.cc224 void btsnd_hcic_set_conn_encrypt(uint16_t handle, bool enable) { in btsnd_hcic_set_conn_encrypt() function
/aosp12/system/bt/stack/include/
H A Dhcimsgs.h287 extern void btsnd_hcic_set_conn_encrypt(uint16_t handle, bool enable);
/aosp12/system/bt/stack/hcic/
H A 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,
/aosp12/system/bt/stack/btm/
H A Dbtm_sec.cc4341 btsnd_hcic_set_conn_encrypt(p_dev_rec->hci_handle, true); in btm_sec_execute_procedure()