Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c2087 if (btm_cb.devcb.p_tx_power_cmpl_cb) { in BTM_ReadTxPower()
2096 btm_cb.devcb.p_tx_power_cmpl_cb = p_cb; in BTM_ReadTxPower()
2108 btm_cb.devcb.p_tx_power_cmpl_cb = NULL; in BTM_ReadTxPower()
2190 if (btm_cb.devcb.p_tx_power_cmpl_cb) { in BTM_BleReadAdvTxPower()
2196 btm_cb.devcb.p_tx_power_cmpl_cb = p_cb; in BTM_BleReadAdvTxPower()
2202 btm_cb.devcb.p_tx_power_cmpl_cb = NULL; in BTM_BleReadAdvTxPower()
2235 tBTM_CMPL_CB *p_cb = btm_cb.devcb.p_tx_power_cmpl_cb; in btm_read_tx_power_complete()
2243 btm_cb.devcb.p_tx_power_cmpl_cb = NULL; in btm_read_tx_power_complete()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h212 tBTM_CMPL_CB *p_tx_power_cmpl_cb;/* Callback function to be called */ member