Home
last modified time | relevance | path

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

/hardware/google/interfaces/bluetooth/sar/aidl/vts/
DVtsHalBluetoothSarTargetTest.cpp107 std::array<uint8_t, 3> bad_cap = {15, 125, 35}; in TEST_P() local
108 status = setAndCheckBluetoothModeBasedTxPowerCap(chain_0_cap, bad_cap, beamforming_cap); in TEST_P()
120 std::array<uint8_t, 4> bad_cap = {10, 20, 30, 200}; in TEST_P() local
121 status = setAndCheckBluetoothModeBasedTxPowerCapPlusHR(bad_cap, chain_1_cap, beamforming_cap); in TEST_P()