Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco.cc102 bluetooth::hci::ScoView>* hci_sco_queue_end = variable
108 if (hci_sco_queue_end == nullptr) { in sco_data_callback()
111 auto packet = hci_sco_queue_end->TryDequeue(); in sco_data_callback()
123 hci_sco_queue_end = bluetooth::shim::GetHciLayer()->GetScoQueueEnd(); in register_for_sco()
124 hci_sco_queue_end->RegisterDequeue( in register_for_sco()
129 hci_sco_queue_end); in register_for_sco()
162 if (hci_sco_queue_end != nullptr) { in shut_down_sco()
163 hci_sco_queue_end->UnregisterDequeue(); in shut_down_sco()
164 hci_sco_queue_end = nullptr; in shut_down_sco()