Home
last modified time | relevance | path

Searched defs:packet_view (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dle_address_manager_test.cc259 auto packet_view = LeAddDeviceToFilterAcceptListView::Create( in TEST_F() local
280 auto packet_view = LeRemoveDeviceFromFilterAcceptListView::Create( in TEST_F() local
316 …auto packet_view = LeSetAddressResolutionEnableView::Create(LeSecurityCommandView::Create(packet)); in TEST_F() local
324 … auto packet_view = LeAddDeviceToResolvingListView::Create(LeSecurityCommandView::Create(packet)); in TEST_F() local
335 …auto packet_view = LeSetAddressResolutionEnableView::Create(LeSecurityCommandView::Create(packet)); in TEST_F() local
381 …auto packet_view = LeSetAddressResolutionEnableView::Create(LeSecurityCommandView::Create(packet)); in TEST_F() local
389 …auto packet_view = LeRemoveDeviceFromResolvingListView::Create(LeSecurityCommandView::Create(packe… in TEST_F() local
398 …auto packet_view = LeSetAddressResolutionEnableView::Create(LeSecurityCommandView::Create(packet)); in TEST_F() local
444 …auto packet_view = LeSetAddressResolutionEnableView::Create(LeSecurityCommandView::Create(packet)); in TEST_F() local
452 auto packet_view = LeClearResolvingListView::Create(LeSecurityCommandView::Create(packet)); in TEST_F() local
[all …]
Dle_periodic_sync_manager_test.cc242 …auto packet_view = LePeriodicAdvertisingCreateSyncView::Create(LeScanningCommandView::Create(packe… in TEST_F() local
383 …auto packet_view = LePeriodicAdvertisingTerminateSyncView::Create(LeScanningCommandView::Create(pa… in TEST_F() local
418 …auto packet_view = LePeriodicAdvertisingCreateSyncCancelView::Create(LeScanningCommandView::Create… in TEST_F() local
433 …auto packet_view = LePeriodicAdvertisingSyncTransferView::Create(LeScanningCommandView::Create(pac… in TEST_F() local
458 …auto packet_view = LePeriodicAdvertisingSetInfoTransferView::Create(LeScanningCommandView::Create(… in TEST_F() local
484 auto packet_view = in TEST_F() local
Dacl_builder_test.cc141 AclView packet_view = AclView::Create(packet_bytes_view); in TEST() local
Dcontroller_test.cc88 auto packet_view = packet::PacketView<packet::kLittleEndian>(bytes); in HandleCommand() local
/packages/modules/Bluetooth/system/gd/security/channel/
Dsecurity_manager_channel_unittest.cc281 hci::CommandView packet_view = hci::CommandView::Create(command_packet); in TEST_F() local
297 hci::CommandView packet_view = hci::CommandView::Create(command_packet); in TEST_F() local
330 hci::CommandView packet_view = hci::CommandView::Create(command_packet); in TEST_F() local
345 hci::CommandView packet_view = hci::CommandView::Create(command_packet); in TEST_F() local
374 hci::CommandView packet_view = hci::CommandView::Create(command_packet); in TEST_F() local
389 hci::CommandView packet_view = hci::CommandView::Create(command_packet); in TEST_F() local
412 hci::CommandView packet_view = hci::CommandView::Create(command_packet); in TEST_F() local
427 hci::CommandView packet_view = hci::CommandView::Create(command_packet); in TEST_F() local
442 hci::CommandView packet_view = hci::CommandView::Create(command_packet); in TEST_F() local
457 hci::CommandView packet_view = hci::CommandView::Create(command_packet); in TEST_F() local
[all …]
/packages/modules/Bluetooth/system/gd/l2cap/internal/
Dscheduler_fifo_test.cc99 auto packet_view = GetPacketView(std::move(packet)); in TEST_F() local
123 auto packet_view = GetPacketView(std::move(packet1)); in TEST_F() local
155 auto packet_view = GetPacketView(std::move(packet1)); in TEST_F() local
Dbasic_mode_channel_data_controller_test.cc95 auto packet_view = channel_queue.GetUpEnd()->TryDequeue(); in TEST_F() local
Dsender_test.cc114 auto packet_view = GetPacketView(std::move(packet)); in TEST_F() local
/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dphy_device.cc55 model::packets::LinkLayerPacketView packet_view = in Receive() local
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_impl_test.cc218 auto packet_view = bluetooth::packet::PacketView<bluetooth::packet::kLittleEndian>(bytes); in HciDownEndDequeue() local
Dround_robin_scheduler_test.cc132 auto packet_view = bluetooth::packet::PacketView<bluetooth::packet::kLittleEndian>(bytes); in HciDownEndDequeue() local
Dle_impl_test.cc359 auto packet_view = bluetooth::packet::PacketView<bluetooth::packet::kLittleEndian>(bytes); in HciDownEndDequeue() local
/packages/modules/Bluetooth/system/gd/packet/
Dpacket_view_unittest.cc115 for (const auto& packet_view : to_append) { in AppendedPacketView() local