Home
last modified time | relevance | path

Searched refs:LinkLayerPacketView (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.h147 void IncomingPacket(model::packets::LinkLayerPacketView incoming, int8_t rssi);
605 void IncomingAclPacket(model::packets::LinkLayerPacketView incoming, int8_t rssi);
606 void IncomingScoPacket(model::packets::LinkLayerPacketView incoming);
607 void IncomingDisconnectPacket(model::packets::LinkLayerPacketView incoming);
608 void IncomingEncryptConnection(model::packets::LinkLayerPacketView incoming);
609 void IncomingEncryptConnectionResponse(model::packets::LinkLayerPacketView incoming);
610 void IncomingInquiryPacket(model::packets::LinkLayerPacketView incoming, uint8_t rssi);
611 void IncomingInquiryResponsePacket(model::packets::LinkLayerPacketView incoming);
612 void IncomingLmpPacket(model::packets::LinkLayerPacketView incoming);
613 void IncomingLlcpPacket(model::packets::LinkLayerPacketView incoming);
[all …]
Dlink_layer_controller.cc479 void LinkLayerController::IncomingLlPhyReq(model::packets::LinkLayerPacketView incoming) { in IncomingLlPhyReq()
536 void LinkLayerController::IncomingLlPhyRsp(model::packets::LinkLayerPacketView incoming) { in IncomingLlPhyRsp()
583 void LinkLayerController::IncomingLlPhyUpdateInd(model::packets::LinkLayerPacketView incoming) { in IncomingLlPhyUpdateInd()
2169 void LinkLayerController::IncomingPacket(model::packets::LinkLayerPacketView incoming, in IncomingPacket()
2368 void LinkLayerController::IncomingAclPacket(model::packets::LinkLayerPacketView incoming, in IncomingAclPacket()
2414 void LinkLayerController::IncomingScoPacket(model::packets::LinkLayerPacketView incoming) { in IncomingScoPacket()
2434 void LinkLayerController::IncomingRemoteNameRequest(model::packets::LinkLayerPacketView incoming) { in IncomingRemoteNameRequest()
2443 model::packets::LinkLayerPacketView incoming) { in IncomingRemoteNameRequestResponse()
2454 model::packets::LinkLayerPacketView incoming) { in IncomingReadRemoteLmpFeatures()
2460 model::packets::LinkLayerPacketView incoming) { in IncomingReadRemoteLmpFeaturesResponse()
[all …]
Dffi.cc110 model::packets::LinkLayerPacketView packet = in ffi_controller_receive_ll()
111 model::packets::LinkLayerPacketView::Create(pdl::packet::slice(bytes)); in ffi_controller_receive_ll()
Ddual_mode_controller.h76 void ReceiveLinkLayerPacket(model::packets::LinkLayerPacketView incoming, Phy::Type type,
Ddual_mode_controller.cc75 void DualModeController::ReceiveLinkLayerPacket(model::packets::LinkLayerPacketView incoming, in ReceiveLinkLayerPacket()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/test/controller/le/
Dle_scanning_filter_duplicates_test.cc88 static model::packets::LinkLayerPacketView LeScanResponse(std::vector<uint8_t> const data = {}) { in LeScanResponse()
94 static model::packets::LinkLayerPacketView LeLegacyAdvertisingPdu( in LeLegacyAdvertisingPdu()
103 static model::packets::LinkLayerPacketView LeExtendedAdvertisingPdu( in LeExtendedAdvertisingPdu()
111 static model::packets::LinkLayerPacketView FromBuilder( in FromBuilder()
114 return model::packets::LinkLayerPacketView::Create(pdl::packet::slice(data)); in FromBuilder()
122 void SendPacket(model::packets::LinkLayerPacketView packet) { in SendPacket()
128 enum Filtered SendPacketAndCheck(model::packets::LinkLayerPacketView packet) { in SendPacketAndCheck()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/devices/
Dlink_layer_socket_device.h47 virtual void ReceiveLinkLayerPacket(model::packets::LinkLayerPacketView packet, Phy::Type type,
63 std::vector<model::packets::LinkLayerPacketView> packet_queue_;
Dsniffer.h39 virtual void ReceiveLinkLayerPacket(model::packets::LinkLayerPacketView packet, Phy::Type type,
Dbaseband_sniffer.h49 virtual void ReceiveLinkLayerPacket(model::packets::LinkLayerPacketView packet, Phy::Type type,
Dsniffer.cc39 void Sniffer::ReceiveLinkLayerPacket(model::packets::LinkLayerPacketView packet, Phy::Type /*type*/, in ReceiveLinkLayerPacket()
Dbeacon.h47 virtual void ReceiveLinkLayerPacket(model::packets::LinkLayerPacketView packet, Phy::Type type,
Ddevice.h58 virtual void ReceiveLinkLayerPacket(model::packets::LinkLayerPacketView /*packet*/, in ReceiveLinkLayerPacket() argument
Dscripted_beacon.h45 void ReceiveLinkLayerPacket(model::packets::LinkLayerPacketView packet_view, Phy::Type type,
Dbeacon.cc68 void Beacon::ReceiveLinkLayerPacket(LinkLayerPacketView packet, Phy::Type /*type*/, in ReceiveLinkLayerPacket()
Dlink_layer_socket_device.cc96 void LinkLayerSocketDevice::ReceiveLinkLayerPacket(model::packets::LinkLayerPacketView packet, in ReceiveLinkLayerPacket()
Dbaseband_sniffer.cc92 void BaseBandSniffer::ReceiveLinkLayerPacket(model::packets::LinkLayerPacketView packet, in ReceiveLinkLayerPacket()
Dscripted_beacon.cc189 void ScriptedBeacon::ReceiveLinkLayerPacket(model::packets::LinkLayerPacketView packet, in ReceiveLinkLayerPacket()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dphy_device.cc49 model::packets::LinkLayerPacketView packet_view = in Receive()
50 model::packets::LinkLayerPacketView::Create(pdl::packet::slice(packet_copy)); in Receive()
/aosp_15_r20/tools/netsim/src/hci/
H A Drust_device.cc28 ::model::packets::LinkLayerPacketView packet, rootcanal::Phy::Type type, in ReceiveLinkLayerPacket()
H A Drust_device.h43 void ReceiveLinkLayerPacket(::model::packets::LinkLayerPacketView packet,