Searched refs:btm_ble_link_sec_check (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_auth.c | 317 btm_ble_link_sec_check(p_tcb->peer_bda, auth_req, &sec_act); in gatt_determine_sec_act()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/ |
D | btm_ble_int.h | 427 void btm_ble_link_sec_check(BD_ADDR bd_addr, tBTM_LE_AUTH_REQ auth_req, tBTM_BLE_SEC_REQ_ACT *p_sec…
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble.c | 1005 btm_ble_link_sec_check(bdaddr, auth_req, &ble_sec_act); in btm_ble_determine_security_act() 1466 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 1572 btm_ble_link_sec_check (bd_addr, auth_req, &sec_req_act); in btm_ble_set_encryption()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | smp_act.c | 461 btm_ble_link_sec_check(p_cb->pairing_bda, auth_req, &sec_req_act); in smp_proc_sec_req()
|