Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Dclient_parser.cc259 if (len < kCtpNtfMinLen) { in ParseAseCtpNotification()
267 if (len != kCtpNtfMinLen + (num_entries * kCtpAseEntryMinLen)) { in ParseAseCtpNotification()
Dclient_parser.h144 constexpr uint16_t kCtpNtfMinLen = 2; variable