Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_sec.c67 static tBTM_STATUS btm_sec_execute_procedure (tBTM_SEC_DEV_REC *p_dev_rec);
1441 rc = btm_sec_execute_procedure (p_dev_rec); in BTM_SetEncryption()
2458 if ((rc = btm_sec_execute_procedure (p_dev_rec)) != BTM_CMD_STARTED) in btm_sec_l2cap_access_req()
2684 if ((rc = btm_sec_execute_procedure (p_dev_rec)) != BTM_CMD_STARTED) in btm_sec_mx_access_request()
3289 status = (UINT8)btm_sec_execute_procedure (p_dev_rec); in btm_sec_rmt_name_request_complete()
4145 btm_sec_execute_procedure (p_dev_rec); in btm_sec_auth_complete()
4170 status = btm_sec_execute_procedure (p_dev_rec); in btm_sec_auth_complete()
4336 status = (UINT8)btm_sec_execute_procedure (p_dev_rec); in btm_sec_encrypt_change()
4684 if ((res = btm_sec_execute_procedure (p_dev_rec)) != BTM_CMD_STARTED) in btm_sec_connected()
5331 static tBTM_STATUS btm_sec_execute_procedure (tBTM_SEC_DEV_REC *p_dev_rec) in btm_sec_execute_procedure() function
[all …]