Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Dclient_parser.h170 struct ctp_qos_conf { struct
209 bool PrepareAseCtpConfigQos(const std::vector<struct ctp_qos_conf>& confs,
Dclient_parser_test.cc1365 std::vector<struct ctp_qos_conf> confs; in TEST()
1373 std::vector<struct ctp_qos_conf> confs; in TEST()
1376 const ctp_qos_conf conf{.ase_id = 0x01, in TEST()
1414 std::vector<struct ctp_qos_conf> confs; in TEST()
1417 const ctp_qos_conf conf{.ase_id = 0x01, in TEST()
1429 const ctp_qos_conf conf2{.ase_id = 0x11, in TEST()
Dclient_parser.cc360 bool PrepareAseCtpConfigQos(const std::vector<struct ctp_qos_conf>& confs, in PrepareAseCtpConfigQos()
369 for (const struct ctp_qos_conf& conf : confs) { in PrepareAseCtpConfigQos()
Dstate_machine.cc2624 std::vector<struct bluetooth::le_audio::client_parser::ascs::ctp_qos_conf> in PrepareAndSendConfigQos()
2651 struct bluetooth::le_audio::client_parser::ascs::ctp_qos_conf conf; in PrepareAndSendConfigQos()