Home
last modified time | relevance | path

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

/system/bt/vendor_libs/test_vendor_lib/model/devices/
Ddevice_properties.cc68 for (int i = 0; i < 35; i++) supported_commands_[i] = 0xff; in DeviceProperties()
71 for (int i = 35; i < 64; i++) supported_commands_[i] = 0x00; in DeviceProperties()
Ddevice_properties.h45 return supported_commands_; in GetSupportedCommands()
49 supported_commands_ = commands; in SetSupportedCommands()
379 std::array<uint8_t, 64> supported_commands_; variable