Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c1466 …ble_link_sec_check(BD_ADDR bd_addr, tBTM_LE_AUTH_REQ auth_req, tBTM_BLE_SEC_REQ_ACT *p_sec_req_act) in btm_ble_link_sec_check() argument
1481 *p_sec_req_act = BTM_BLE_SEC_REQ_ACT_DISCARD; in btm_ble_link_sec_check()
1508 *p_sec_req_act = BTM_BLE_SEC_REQ_ACT_ENCRYPT; in btm_ble_link_sec_check()
1510 … *p_sec_req_act = BTM_BLE_SEC_REQ_ACT_PAIR; /* start the pariring process to upgrade the keys*/ in btm_ble_link_sec_check()
1517 *p_sec_req_act); in btm_ble_link_sec_check()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h420 …le_link_sec_check(BD_ADDR bd_addr, tBTM_LE_AUTH_REQ auth_req, tBTM_BLE_SEC_REQ_ACT *p_sec_req_act);