Home
last modified time | relevance | path

Searched defs:sco (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/devices/
Dhci_device.cc76 [this](const std::shared_ptr<std::vector<uint8_t>> sco) { in HciDevice()
/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_fake.cc68 auto sco = hci::ScoView::Create(GetPacketView(std::move(outgoing_sco_.take()))); in GetSentSco() local
/packages/modules/Bluetooth/tools/rootcanal/model/hci/
Dhci_sniffer.cc93 [this, sco_callback](const std::shared_ptr<std::vector<uint8_t>> sco) { in RegisterCallbacks()
/packages/modules/Bluetooth/system/gd/rust/stack/src/hal/
Dfacade.rs49 sco: ScoHal, field
Dsnoop.rs24 sco: ScoHal, field
/packages/modules/Bluetooth/system/gd/btaa/linux_generic/
Dhci_processor.cc221 hci::ScoView sco = hci::ScoView::Create(packet_view); in process_sco() local
/packages/modules/Bluetooth/tools/rootcanal/lib/hci/
Dpcap_filter.cc151 auto sco = ScoView::Create(create_packet_view(packet)); in FilterHciSco() local
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_sco.cc362 tBTA_AG_HDR sco = {}; in bta_ag_cback_sco() local
Dbta_ag_int.h298 tBTA_AG_SCO_CB sco; /* SCO data */ member
/packages/modules/Bluetooth/system/main/shim/
Dacl_legacy_interface.h141 acl_sco_connection_interface_t sco; member
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco_hci.cc89 namespace sco { namespace
/packages/modules/Bluetooth/system/stack/include/
Dbtm_client_interface.h204 } sco; member
/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer.cc469 auto sco = std::make_unique<ScoView>(ScoView::Create(packet)); in scoDataReceived() local
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc2436 auto sco = model::packets::ScoView::Create(incoming); in IncomingScoPacket() local