Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Dclient_parser.h232 constexpr uint16_t kAudioLocationsRspMinLen = 4; variable
Dclient_parser.cc634 if (len != kAudioLocationsRspMinLen) { in ParseAudioLocations()