Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_api.c266 smp_cb.cb_evt != SMP_SEC_REQUEST_EVT || in SMP_SecurityGrant()
280 smp_cb.cb_evt != SMP_SEC_REQUEST_EVT || in SMP_SecurityGrant()
Dsmp_act.c484 p_cb->cb_evt = SMP_SEC_REQUEST_EVT; in smp_proc_sec_req()
591 p_cb->cb_evt = SMP_SEC_REQUEST_EVT; in smp_proc_pair_cmd()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsmp_api.h55 #define SMP_SEC_REQUEST_EVT 2 /* SMP pairing request */ macro
Dbtm_api.h1660 #define BTM_LE_SEC_REQUEST_EVT SMP_SEC_REQUEST_EVT /* security request event */
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c2214 case SMP_SEC_REQUEST_EVT:
2215 if (event == SMP_SEC_REQUEST_EVT && btm_cb.pairing_state != BTM_PAIR_STATE_IDLE) {