Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_devctl.c1056 if (btm_cb.devcb.p_afh_channels_cmpl_cb) { in BTM_SetAfhChannels()
1061 btm_cb.devcb.p_afh_channels_cmpl_cb = p_afh_channels_cmpl_cback; in BTM_SetAfhChannels()
1084 tBTM_CMPL_CB *p_cb = btm_cb.devcb.p_afh_channels_cmpl_cb; in btm_set_afh_channels_complete()
1090 btm_cb.devcb.p_afh_channels_cmpl_cb = NULL; in btm_set_afh_channels_complete()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h216 tBTM_CMPL_CB *p_afh_channels_cmpl_cb; /* Callback function to be called When */ member