Searched refs:chain_0_cap (Results 1 – 1 of 1) sorted by relevance
/hardware/google/interfaces/bluetooth/sar/aidl/vts/ |
D | VtsHalBluetoothSarTargetTest.cpp | 37 … setAndCheckBluetoothModeBasedTxPowerCap(const std::array<uint8_t, 3>& chain_0_cap, const std::arr… 38 …dCheckBluetoothModeBasedTxPowerCapPlusHR(const std::array<uint8_t, 4>& chain_0_cap, const std::arr… 68 const std::array<uint8_t, 3>& chain_0_cap, in setAndCheckBluetoothModeBasedTxPowerCap() argument 71 return bluetooth_sar_->setBluetoothModeBasedTxPowerCap(chain_0_cap, chain_1_cap, beamforming_cap); in setAndCheckBluetoothModeBasedTxPowerCap() 76 const std::array<uint8_t, 4>& chain_0_cap, in setAndCheckBluetoothModeBasedTxPowerCapPlusHR() argument 79 …return bluetooth_sar_->setBluetoothModeBasedTxPowerCapPlusHR(chain_0_cap, chain_1_cap, beamforming… in setAndCheckBluetoothModeBasedTxPowerCapPlusHR() 100 std::array<uint8_t, 3> chain_0_cap = {10, 20, 30}; in TEST_P() local 104 setAndCheckBluetoothModeBasedTxPowerCap(chain_0_cap, chain_1_cap, beamforming_cap); in TEST_P() 108 status = setAndCheckBluetoothModeBasedTxPowerCap(chain_0_cap, bad_cap, beamforming_cap); in TEST_P() 113 std::array<uint8_t, 4> chain_0_cap = {10, 20, 30, 40}; in TEST_P() local [all …]
|