Home
last modified time | relevance | path

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

/system/bt/test/mock/
Dmock_hcic_hcicmds.cc188 void btsnd_hcic_read_tx_power(uint16_t handle, uint8_t type) { in btsnd_hcic_read_tx_power() function
/system/bt/stack/include/
Dhcimsgs.h457 extern void btsnd_hcic_read_tx_power(uint16_t handle,
/system/bt/stack/hcic/
Dhcicmds.cc1322 void btsnd_hcic_read_tx_power(uint16_t handle, uint8_t type) { in btsnd_hcic_read_tx_power() function
2003 .ReadTransmitPowerLevel = btsnd_hcic_read_tx_power, // OCF 0x0C2D,
/system/bt/stack/acl/
Dbtm_acl.cc1757 btsnd_hcic_read_tx_power(p->hci_handle, BTM_READ_RSSI_TYPE_CUR); in BTM_ReadTxPower()