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.c680 if (!btsnd_hcic_set_conn_encrypt (p->hci_handle, FALSE)) in BTM_SwitchRole()
1500 if (btsnd_hcic_set_conn_encrypt (p->hci_handle, TRUE)) in btm_acl_role_changed()
2432 if (btsnd_hcic_set_conn_encrypt (p->hci_handle, FALSE)) in btm_cont_rswitch()
Dbtm_sec.c5520 if (!btsnd_hcic_set_conn_encrypt (p_dev_rec->hci_handle, TRUE)) in btm_sec_start_encryption()
/system/bt/stack/include/
Dhcimsgs.h182 extern BOOLEAN btsnd_hcic_set_conn_encrypt (UINT16 handle, BOOLEAN enable);
/system/bt/stack/hcic/
Dhcicmds.c345 BOOLEAN btsnd_hcic_set_conn_encrypt (UINT16 handle, BOOLEAN enable) in btsnd_hcic_set_conn_encrypt() function