Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/hal/
Dbluetooth_hci.cc148 hidl_vec<uint8_t> sco_packet(packet->begin(), packet->end()); in initialize_impl() local
/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_host_test.cc377 HciPacket sco_packet = make_sample_hci_sco_pkt(sco_payload_size); in TEST_F() local
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco.cc563 auto sco_packet = bluetooth::hci::ScoBuilder::Create( in btm_send_sco_packet() local
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc151 auto sco_packet = bluetooth::hci::ScoView::Create(pdl::packet::slice(packet)); in HandleSco() local
Dlink_layer_controller.cc2256 bluetooth::hci::ScoView sco_packet) { in SendScoToRemote()