Home
last modified time | relevance | path

Searched defs:p_cmpl_cb (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c468 tBTM_INQ_RESULTS_CB *p_results_cb, tBTM_CMPL_CB *p_cmpl_cb) in BTM_BleObserve()
552 … tBTM_INQ_RESULTS_CB *p_results_cb, tBTM_CMPL_CB *p_cmpl_cb, tBTM_INQ_DIS_CB *p_discard_cb) in BTM_BleScan()
Dbtm_inq.c810 tBTM_CMPL_CB *p_cmpl_cb) in BTM_StartInquiry()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h602 tGATT_CMPL_CBACK *p_cmpl_cb; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c2267 tGATT_CMPL_CBACK *p_cmpl_cb = (p_clcb->p_reg) ? p_clcb->p_reg->app_cb.p_cmpl_cb : NULL; in gatt_end_operation() local