Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c1226 if (btm_cb.devcb.p_txpwer_cmpl_cb) { in BTM_ReadInquiryRspTxPower()
1233 btm_cb.devcb.p_txpwer_cmpl_cb = p_cb; in BTM_ReadInquiryRspTxPower()
1236 btm_cb.devcb.p_txpwer_cmpl_cb = NULL; in BTM_ReadInquiryRspTxPower()
2356 tBTM_CMPL_CB *p_cb = btm_cb.devcb.p_txpwer_cmpl_cb; in btm_read_linq_tx_power_complete()
2361 btm_cb.devcb.p_txpwer_cmpl_cb = NULL; in btm_read_linq_tx_power_complete()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h200 tBTM_CMPL_CB *p_txpwer_cmpl_cb; /* Callback function to be called when */ member