Home
last modified time | relevance | path

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

/hardware/google/interfaces/bluetooth/sar/aidl/vts/
DVtsHalBluetoothSarTargetTest.cpp42 std::shared_ptr<IBluetoothSar> bluetooth_sar_; member in BluetoothSarTest
47 bluetooth_sar_ = IBluetoothSar::fromBinder( in SetUp()
49 ASSERT_NE(bluetooth_sar_, nullptr); in SetUp()
54 bluetooth_sar_ = nullptr; in TearDown()
55 ASSERT_EQ(bluetooth_sar_, nullptr); in TearDown()
59 return bluetooth_sar_->setBluetoothTxPowerCap(cap); in setAndCheckBluetoothTxPowerCap()
64 return bluetooth_sar_->setBluetoothTechBasedTxPowerCap(br_cap, edr_cap, ble_cap); in setAndCheckBluetoothTechBasedTxPowerCap()
71 return bluetooth_sar_->setBluetoothModeBasedTxPowerCap(chain_0_cap, chain_1_cap, beamforming_cap); in setAndCheckBluetoothModeBasedTxPowerCap()
79 …return bluetooth_sar_->setBluetoothModeBasedTxPowerCapPlusHR(chain_0_cap, chain_1_cap, beamforming… in setAndCheckBluetoothModeBasedTxPowerCapPlusHR()