Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Dclient_parser.h184 struct ctp_enable { struct
211 bool PrepareAseCtpEnable(const std::vector<struct ctp_enable>& confs,
Dclient_parser_test.cc1486 std::vector<struct ctp_enable> confs; in TEST()
1494 std::vector<struct ctp_enable> confs; in TEST()
1497 ctp_enable conf{.ase_id = 0x11, .metadata = {0x02, 0x22, 0x21}}; in TEST()
1515 std::vector<struct ctp_enable> confs; in TEST()
1518 ctp_enable conf{.ase_id = 0x11, .metadata = {0x02, 0x22, 0x21}}; in TEST()
1521 ctp_enable conf2{.ase_id = 0x21, .metadata = {0x03, 0x35, 0x36, 0x37}}; in TEST()
Dclient_parser.cc394 bool PrepareAseCtpEnable(const std::vector<struct ctp_enable>& confs, in PrepareAseCtpEnable()
422 for (const struct ctp_enable& conf : confs) { in PrepareAseCtpEnable()
Dstate_machine.cc2493 struct bluetooth::le_audio::client_parser::ascs::ctp_enable conf; in PrepareAndSendEnable()
2494 std::vector<struct bluetooth::le_audio::client_parser::ascs::ctp_enable> in PrepareAndSendEnable()