Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_inq.c1251 if (btm_cb.devcb.p_inq_tx_power_cmpl_cb) in BTM_ReadInquiryRspTxPower()
1254 btm_cb.devcb.p_inq_tx_power_cmpl_cb = p_cb; in BTM_ReadInquiryRspTxPower()
1262 btm_cb.devcb.p_inq_tx_power_cmpl_cb = NULL; in BTM_ReadInquiryRspTxPower()
2439 tBTM_CMPL_CB *p_cb = btm_cb.devcb.p_inq_tx_power_cmpl_cb; in btm_read_inq_tx_power_timeout()
2440 btm_cb.devcb.p_inq_tx_power_cmpl_cb = NULL; in btm_read_inq_tx_power_timeout()
2456 tBTM_CMPL_CB *p_cb = btm_cb.devcb.p_inq_tx_power_cmpl_cb; in btm_read_inq_tx_power_complete()
2461 btm_cb.devcb.p_inq_tx_power_cmpl_cb = NULL; in btm_read_inq_tx_power_complete()
Dbtm_int.h146 tBTM_CMPL_CB *p_inq_tx_power_cmpl_cb; /* Callback function to be called when */ member