Home
last modified time | relevance | path

Searched refs:p_remname_cmpl_cb (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c1293 if (p_inq->p_remname_cmpl_cb) { in btm_inq_db_reset()
1296 (*p_inq->p_remname_cmpl_cb)(&rem_name); in btm_inq_db_reset()
1297 p_inq->p_remname_cmpl_cb = NULL; in btm_inq_db_reset()
2208 p_inq->p_remname_cmpl_cb = p_cb; in btm_initiate_rem_name()
2252 tBTM_CMPL_CB *p_cb = p_inq->p_remname_cmpl_cb; in btm_process_remote_name()
2314 p_inq->p_remname_cmpl_cb = NULL; in btm_process_remote_name()
Dbtm_ble_gap.c2901 p_inq->p_remname_cmpl_cb = p_cb; in btm_ble_read_remote_name()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h314 tBTM_CMPL_CB *p_remname_cmpl_cb; member