Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Dclient_parser.h151 struct ase_rsp_hdr { struct
196 bool ParseAseStatusHeader(ase_rsp_hdr& rsp, uint16_t len, const uint8_t* value);
Dstate_machine.cc407 struct bluetooth::le_audio::client_parser::ascs::ase_rsp_hdr arh; in ProcessGattNotifEvent()
1820 struct bluetooth::le_audio::client_parser::ascs::ase_rsp_hdr& arh, in AseStateMachineProcessIdle()
1985 struct bluetooth::le_audio::client_parser::ascs::ase_rsp_hdr& arh, in AseStateMachineProcessCodecConfigured()
2329 struct bluetooth::le_audio::client_parser::ascs::ase_rsp_hdr& arh, in AseStateMachineProcessQosConfigured()
2831 struct bluetooth::le_audio::client_parser::ascs::ase_rsp_hdr& arh, in AseStateMachineProcessEnabling()
2896 struct bluetooth::le_audio::client_parser::ascs::ase_rsp_hdr& arh, in AseStateMachineProcessStreaming()
3010 struct bluetooth::le_audio::client_parser::ascs::ase_rsp_hdr& arh, in AseStateMachineProcessDisabling()
3091 struct bluetooth::le_audio::client_parser::ascs::ase_rsp_hdr& arh, in AseStateMachineProcessReleasing()
Dclient_parser_test.cc638 ase_rsp_hdr arh; in TEST()
648 ase_rsp_hdr arh; in TEST()
Dclient_parser.cc127 bool ParseAseStatusHeader(ase_rsp_hdr& arh, uint16_t len, in ParseAseStatusHeader()