Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_acl.cc606 btsnd_hcic_set_conn_encrypt(p->hci_handle, false); in BTM_SwitchRole()
1521 btsnd_hcic_set_conn_encrypt(p->hci_handle, true); in btm_acl_role_changed()
2543 btsnd_hcic_set_conn_encrypt(p->hci_handle, false); in btm_cont_rswitch()
Dbtm_sec.cc5205 btsnd_hcic_set_conn_encrypt(p_dev_rec->hci_handle, true); in btm_sec_start_encryption()
/system/bt/stack/include/
Dhcimsgs.h182 extern void btsnd_hcic_set_conn_encrypt(uint16_t handle, bool enable);
/system/bt/stack/hcic/
Dhcicmds.cc307 void btsnd_hcic_set_conn_encrypt(uint16_t handle, bool enable) { in btsnd_hcic_set_conn_encrypt() function