Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_auth.c335 btm_ble_link_sec_check(p_tcb->peer_bda, auth_req, &sec_act); in gatt_determine_sec_act()
/system/bt/stack/btm/
Dbtm_ble_int.h382 extern void btm_ble_link_sec_check(BD_ADDR bd_addr, tBTM_LE_AUTH_REQ auth_req, tBTM_BLE_SEC_REQ_ACT…
Dbtm_ble.c1201 void btm_ble_link_sec_check(BD_ADDR bd_addr, tBTM_LE_AUTH_REQ auth_req, tBTM_BLE_SEC_REQ_ACT *p_sec… in btm_ble_link_sec_check() function
1316 btm_ble_link_sec_check (bd_addr, auth_req, &sec_req_act); in btm_ble_set_encryption()
/system/bt/stack/smp/
Dsmp_act.c452 btm_ble_link_sec_check(p_cb->pairing_bda, auth_req, &sec_req_act); in smp_proc_sec_req()