Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_inq.c1314 if (btm_cb.devcb.p_txpwer_cmpl_cb) in BTM_ReadInquiryRspTxPower()
1320 btm_cb.devcb.p_txpwer_cmpl_cb = p_cb; in BTM_ReadInquiryRspTxPower()
1324 btm_cb.devcb.p_txpwer_cmpl_cb = NULL; in BTM_ReadInquiryRspTxPower()
2737 tBTM_CMPL_CB *p_cb = btm_cb.devcb.p_txpwer_cmpl_cb; in btm_read_linq_tx_power_complete()
2742 btm_cb.devcb.p_txpwer_cmpl_cb = NULL; in btm_read_linq_tx_power_complete()
Dbtm_int.h162 tBTM_CMPL_CB *p_txpwer_cmpl_cb; /* Callback function to be called when */ member