Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c64 static tBTM_STATUS btm_sec_execute_procedure (tBTM_SEC_DEV_REC *p_dev_rec);
1428 rc = btm_sec_execute_procedure (p_dev_rec); in BTM_SetEncryption()
2400 if ((rc = btm_sec_execute_procedure (p_dev_rec)) != BTM_CMD_STARTED) { in btm_sec_l2cap_access_req()
2606 if ((rc = btm_sec_execute_procedure (p_dev_rec)) != BTM_CMD_STARTED) { in btm_sec_mx_access_request()
3207 status = (UINT8)btm_sec_execute_procedure (p_dev_rec); in btm_sec_rmt_name_request_complete()
4027 btm_sec_execute_procedure (p_dev_rec); in btm_sec_auth_complete()
4051 status = btm_sec_execute_procedure (p_dev_rec); in btm_sec_auth_complete()
4206 status = (UINT8)btm_sec_execute_procedure (p_dev_rec); in btm_sec_encrypt_change()
4541 if ((res = btm_sec_execute_procedure (p_dev_rec)) != BTM_CMD_STARTED) { in btm_sec_connected()
5191 static tBTM_STATUS btm_sec_execute_procedure (tBTM_SEC_DEV_REC *p_dev_rec) in btm_sec_execute_procedure() function
[all …]