Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_hcic_hcicmds.cc74 struct btsnd_hcic_set_conn_encrypt btsnd_hcic_set_conn_encrypt; variable
267 void btsnd_hcic_set_conn_encrypt(uint16_t handle, bool enable) { in btsnd_hcic_set_conn_encrypt() function
269 test::mock::stack_hcic_hcicmds::btsnd_hcic_set_conn_encrypt(handle, enable); in btsnd_hcic_set_conn_encrypt()
Dmock_stack_hcic_hcicmds.h428 struct btsnd_hcic_set_conn_encrypt { struct
433 extern struct btsnd_hcic_set_conn_encrypt btsnd_hcic_set_conn_encrypt; argument
/packages/modules/Bluetooth/system/stack/acl/
Dacl.h216 btsnd_hcic_set_conn_encrypt(hci_handle, false); in set_encryption_off()
222 btsnd_hcic_set_conn_encrypt(hci_handle, true); in set_encryption_on()
/packages/modules/Bluetooth/system/stack/include/
Dhcimsgs.h90 void btsnd_hcic_set_conn_encrypt(uint16_t handle, bool enable);
/packages/modules/Bluetooth/system/stack/hcic/
Dhcicmds.cc644 void btsnd_hcic_set_conn_encrypt(uint16_t handle, bool enable) { in btsnd_hcic_set_conn_encrypt() function
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec.cc4707 btsnd_hcic_set_conn_encrypt(p_dev_rec->hci_handle, true); in btm_sec_execute_procedure()