Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Dclient_parser.h150 constexpr uint16_t kAseRspHdrMinLen = 2; variable
Dstate_machine.cc435 value + bluetooth::le_audio::client_parser::ascs::kAseRspHdrMinLen, in ProcessGattNotifEvent()
436 len - bluetooth::le_audio::client_parser::ascs::kAseRspHdrMinLen, in ProcessGattNotifEvent()
448 value + bluetooth::le_audio::client_parser::ascs::kAseRspHdrMinLen, in ProcessGattNotifEvent()
449 len - bluetooth::le_audio::client_parser::ascs::kAseRspHdrMinLen, in ProcessGattNotifEvent()
Dclient_parser.cc129 if (len < kAseRspHdrMinLen) { in ParseAseStatusHeader()