Searched refs:notif_value (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | state_machine_test.cc | 789 std::vector<uint8_t> notif_value(25 + conf->codec_spec_conf.size()); in InjectAseStateNotification() local 790 auto* p = notif_value.data(); in InjectAseStateNotification() 816 notif_value.data(), notif_value.size(), ase, device, group); in InjectAseStateNotification() 823 std::vector<uint8_t> notif_value(17); in InjectAseStateNotification() local 824 auto* p = notif_value.data(); in InjectAseStateNotification() 842 cached_remote_qos_configuration_for_ase_[ase] = notif_value; in InjectAseStateNotification() 845 notif_value.data(), notif_value.size(), ase, device, group); in InjectAseStateNotification() 856 std::vector<uint8_t> notif_value(5 + params->metadata.size()); in InjectAseStateNotification() local 857 auto* p = notif_value.data(); in InjectAseStateNotification() 872 notif_value.data(), notif_value.size(), ase, device, group); in InjectAseStateNotification() [all …]
|