Searched refs:chain_1_cap (Results 1 – 1 of 1) sorted by relevance
/hardware/google/interfaces/bluetooth/sar/aidl/vts/ |
D | VtsHalBluetoothSarTargetTest.cpp | 37 …nst std::array<uint8_t, 3>& chain_0_cap, const std::array<uint8_t, 3>& chain_1_cap, const std::arr… 38 …nst std::array<uint8_t, 4>& chain_0_cap, const std::array<uint8_t, 4>& chain_1_cap, const std::arr… 69 const std::array<uint8_t, 3>& chain_1_cap, in setAndCheckBluetoothModeBasedTxPowerCap() argument 71 return bluetooth_sar_->setBluetoothModeBasedTxPowerCap(chain_0_cap, chain_1_cap, beamforming_cap); in setAndCheckBluetoothModeBasedTxPowerCap() 77 const std::array<uint8_t, 4>& chain_1_cap, in setAndCheckBluetoothModeBasedTxPowerCapPlusHR() argument 79 …return bluetooth_sar_->setBluetoothModeBasedTxPowerCapPlusHR(chain_0_cap, chain_1_cap, beamforming… in setAndCheckBluetoothModeBasedTxPowerCapPlusHR() 101 std::array<uint8_t, 3> chain_1_cap = {15, 25, 35}; in TEST_P() local 104 setAndCheckBluetoothModeBasedTxPowerCap(chain_0_cap, chain_1_cap, beamforming_cap); in TEST_P() 114 std::array<uint8_t, 4> chain_1_cap = {15, 25, 35, 45}; in TEST_P() local 117 setAndCheckBluetoothModeBasedTxPowerCapPlusHR(chain_0_cap, chain_1_cap, beamforming_cap); in TEST_P() [all …]
|