Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c731 if (!btsnd_hcic_set_conn_encrypt (p->hci_handle, FALSE)) { in BTM_SwitchRole()
1509 if (btsnd_hcic_set_conn_encrypt (p->hci_handle, TRUE)) { in btm_acl_role_changed()
2452 if (btsnd_hcic_set_conn_encrypt (p->hci_handle, FALSE)) { in btm_cont_rswitch()
Dbtm_sec.c5389 if (!btsnd_hcic_set_conn_encrypt (p_dev_rec->hci_handle, TRUE)) { in btm_sec_start_encryption()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h239 BOOLEAN btsnd_hcic_set_conn_encrypt (UINT16 handle, BOOLEAN enable);
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c448 BOOLEAN btsnd_hcic_set_conn_encrypt (UINT16 handle, BOOLEAN enable) in btsnd_hcic_set_conn_encrypt() function