Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_acl.c694 if (!btsnd_hcic_set_conn_encrypt (p->hci_handle, FALSE)) in BTM_SwitchRole()
799 if (!btsnd_hcic_set_conn_encrypt (p->hci_handle, FALSE)) in BTM_ChangeLinkKey()
854 if (btsnd_hcic_set_conn_encrypt (p->hci_handle, TRUE)) in btm_acl_link_key_change()
2270 if (btsnd_hcic_set_conn_encrypt (p->hci_handle, TRUE)) in btm_acl_role_changed()
3204 if (btsnd_hcic_set_conn_encrypt (p->hci_handle, FALSE)) in btm_cont_rswitch_or_chglinkkey()
Dbtm_sec.c5133 if (!btsnd_hcic_set_conn_encrypt (p_dev_rec->hci_handle, TRUE)) in btm_sec_start_encryption()
5493 if (!btsnd_hcic_set_conn_encrypt (handle, enable)) in BTM_snd_conn_encrypt()
/external/bluetooth/bluedroid/stack/include/
Dhcimsgs.h227 HCI_API extern BOOLEAN btsnd_hcic_set_conn_encrypt (UINT16 handle, BOOLEAN enable);
/external/bluetooth/bluedroid/stack/hcic/
Dhcicmds.c439 BOOLEAN btsnd_hcic_set_conn_encrypt (UINT16 handle, BOOLEAN enable) in btsnd_hcic_set_conn_encrypt() function