Home
last modified time | relevance | path

Searched refs:btsnd_hcic_read_tx_power (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_hcic_hcicmds.cc67 struct btsnd_hcic_read_tx_power btsnd_hcic_read_tx_power; variable
238 void btsnd_hcic_read_tx_power(uint16_t handle, uint8_t type) { in btsnd_hcic_read_tx_power() function
240 test::mock::stack_hcic_hcicmds::btsnd_hcic_read_tx_power(handle, type); in btsnd_hcic_read_tx_power()
Dmock_stack_hcic_hcicmds.h348 struct btsnd_hcic_read_tx_power { struct
353 extern struct btsnd_hcic_read_tx_power btsnd_hcic_read_tx_power; argument
/packages/modules/Bluetooth/system/stack/include/
Dhcimsgs.h216 void btsnd_hcic_read_tx_power(uint16_t handle,
/packages/modules/Bluetooth/system/stack/hcic/
Dhcicmds.cc1133 void btsnd_hcic_read_tx_power(uint16_t handle, uint8_t type) { in btsnd_hcic_read_tx_power() function
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc1739 btsnd_hcic_read_tx_power(p->hci_handle, BTM_READ_RSSI_TYPE_CUR); in BTM_ReadTxPower()