Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/hal/
Dbluetooth_hci.cc138 hidl_vec<uint8_t> sco_packet(packet->begin(), packet->end()); in initialize_impl() local
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_host_test.cc378 HciPacket sco_packet = make_sample_hci_sco_pkt(sco_payload_size); in TEST_F() local
/aosp_15_r20/hardware/interfaces/bluetooth/1.1/vts/functional/
H A DVtsHalBluetoothV1_1TargetTest.cpp490 hidl_vec<uint8_t> sco_packet; in sendAndCheckSCO() local
/aosp_15_r20/hardware/interfaces/bluetooth/1.0/vts/functional/
H A DVtsHalBluetoothV1_0TargetTest.cpp478 hidl_vec<uint8_t> sco_packet; in sendAndCheckSCO() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/transport/
H A Dsco_data_channel_test.cc761 std::unique_ptr<ScoDataPacket> sco_packet = in TEST_F() local
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco.cc539 auto sco_packet = bluetooth::hci::ScoBuilder::Create( in btm_send_sco_packet() local
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc145 auto sco_packet = bluetooth::hci::ScoView::Create(pdl::packet::slice(packet)); in HandleSco() local
Dlink_layer_controller.cc2151 ErrorCode LinkLayerController::SendScoToRemote(bluetooth::hci::ScoView sco_packet) { in SendScoToRemote()