Searched refs:btsnd_hcic_set_conn_encrypt (Results 1 – 4 of 4) sorted by relevance
606 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()
5205 btsnd_hcic_set_conn_encrypt(p_dev_rec->hci_handle, true); in btm_sec_start_encryption()
182 extern void btsnd_hcic_set_conn_encrypt(uint16_t handle, bool enable);
307 void btsnd_hcic_set_conn_encrypt(uint16_t handle, bool enable) { in btsnd_hcic_set_conn_encrypt() function