Home
last modified time | relevance | path

Searched refs:btm_read_tx_power_timeout (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_acl.cc147 struct btm_read_tx_power_timeout btm_read_tx_power_timeout; variable
596 void btm_read_tx_power_timeout(void* data) { in btm_read_tx_power_timeout() function
598 test::mock::stack_acl::btm_read_tx_power_timeout(data); in btm_read_tx_power_timeout()
Dmock_stack_acl.h1064 struct btm_read_tx_power_timeout { struct
1068 extern struct btm_read_tx_power_timeout btm_read_tx_power_timeout; argument
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc165 static void btm_read_tx_power_timeout(void* data);
1732 BTM_DEV_REPLY_TIMEOUT_MS, btm_read_tx_power_timeout, in BTM_ReadTxPower()
1760 void btm_read_tx_power_timeout(void* /* data */) { in btm_read_tx_power_timeout() function