Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c1230 btu_start_timer (&btm_cb.devcb.txpwer_timer, BTU_TTYPE_BTM_ACL, BTM_INQ_REPLY_TIMEOUT ); in BTM_ReadInquiryRspTxPower()
1237 btu_stop_timer (&btm_cb.devcb.txpwer_timer); in BTM_ReadInquiryRspTxPower()
2359 btu_stop_timer (&btm_cb.devcb.txpwer_timer); in btm_read_linq_tx_power_complete()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h199 TIMER_LIST_ENT txpwer_timer; member