Home
last modified time | relevance | path

Searched defs:sco_packet (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/rootcanal/
Dbluetooth_hci.cc148 hidl_vec<uint8_t> sco_packet(packet->begin(), packet->end()); in initialize_impl() local
/packages/modules/Bluetooth/system/main/shim/
Dhci_layer.cc417 auto sco_packet = bluetooth::hci::ScoBuilder::Create( in transmit_sco_fragment() local
/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_host_test.cc376 HciPacket sco_packet = make_sample_hci_sco_pkt(sco_payload_size); in TEST_F() local
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc120 auto sco_packet = bluetooth::hci::ScoView::Create(raw_packet); in HandleSco() local
Dlink_layer_controller.cc2150 bluetooth::hci::ScoView sco_packet) { in SendScoToRemote()