Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_acl.cc2115 if (btm_cb.devcb.p_tx_power_cmpl_cb) return (BTM_BUSY); in BTM_ReadTxPower()
2119 btm_cb.devcb.p_tx_power_cmpl_cb = p_cb; in BTM_ReadTxPower()
2148 tBTM_CMPL_CB* p_cb = btm_cb.devcb.p_tx_power_cmpl_cb; in btm_read_tx_power_timeout()
2149 btm_cb.devcb.p_tx_power_cmpl_cb = NULL; in btm_read_tx_power_timeout()
2164 tBTM_CMPL_CB* p_cb = btm_cb.devcb.p_tx_power_cmpl_cb; in btm_read_tx_power_complete()
2170 btm_cb.devcb.p_tx_power_cmpl_cb = NULL; in btm_read_tx_power_complete()
Dbtm_int_types.h160 tBTM_CMPL_CB* p_tx_power_cmpl_cb; /* Callback function to be called */ member