Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsmp_api.h60 #define SMP_COMPLT_EVT 7 /* SMP complete event */ macro
Dbtm_api.h1671 #define BTM_LE_COMPLT_EVT SMP_COMPLT_EVT /* SMP complete event */
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c2224 case SMP_COMPLT_EVT:
2231 if (event == SMP_COMPLT_EVT) {
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_utils.c1037 (*p_callback) (SMP_COMPLT_EVT, pairing_bda, &evt_data); in smp_proc_pairing_cmpl()