Searched refs:ctp_enable (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | client_parser.h | 184 struct ctp_enable { struct 211 bool PrepareAseCtpEnable(const std::vector<struct ctp_enable>& confs,
|
D | client_parser_test.cc | 1486 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()
|
D | client_parser.cc | 394 bool PrepareAseCtpEnable(const std::vector<struct ctp_enable>& confs, in PrepareAseCtpEnable() 422 for (const struct ctp_enable& conf : confs) { in PrepareAseCtpEnable()
|
D | state_machine.cc | 2493 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()
|