Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/hal/
Dbluetooth_hci.cc162 hidl_vec<uint8_t> iso_packet(packet->begin(), packet->end()); in initialize_impl() local
163 auto ret = cb_1_1->isoDataReceived(iso_packet); in initialize_impl()
/packages/modules/Bluetooth/system/main/shim/
Dhci_layer.cc236 auto iso_packet = bluetooth::hci::IsoBuilder::Create(handle, pb_flag, ts_flag, in transmit_iso_fragment() local
239 pending_iso_data->Enqueue(std::move(iso_packet), in transmit_iso_fragment()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.h86 void HandleIso(std::shared_ptr<std::vector<uint8_t>> iso_packet);