Home
last modified time | relevance | path

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

/hardware/google/interfaces/bluetooth/sar/aidl/vts/
DVtsHalBluetoothSarTargetTest.cpp37 …n_0_cap, const std::array<uint8_t, 3>& chain_1_cap, const std::array<uint8_t, 6>& beamforming_cap);
38 …n_0_cap, const std::array<uint8_t, 4>& chain_1_cap, const std::array<uint8_t, 8>& beamforming_cap);
70 const std::array<uint8_t, 6>& beamforming_cap) { in setAndCheckBluetoothModeBasedTxPowerCap() argument
71 return bluetooth_sar_->setBluetoothModeBasedTxPowerCap(chain_0_cap, chain_1_cap, beamforming_cap); in setAndCheckBluetoothModeBasedTxPowerCap()
78 const std::array<uint8_t, 8>& beamforming_cap){ in setAndCheckBluetoothModeBasedTxPowerCapPlusHR() argument
79 …n bluetooth_sar_->setBluetoothModeBasedTxPowerCapPlusHR(chain_0_cap, chain_1_cap, beamforming_cap); in setAndCheckBluetoothModeBasedTxPowerCapPlusHR()
102 std::array<uint8_t, 6> beamforming_cap = {10, 20, 30, 40, 50, 60}; 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()
115 std::array<uint8_t, 8> beamforming_cap = {10, 20, 30, 40, 50, 60, 70, 80}; in TEST_P() local
[all …]