Searched refs:LinkLayerPacketView (Results 1 – 20 of 20) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | link_layer_controller.h | 147 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 …]
|
D | link_layer_controller.cc | 479 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 …]
|
D | ffi.cc | 110 model::packets::LinkLayerPacketView packet = in ffi_controller_receive_ll() 111 model::packets::LinkLayerPacketView::Create(pdl::packet::slice(bytes)); in ffi_controller_receive_ll()
|
D | dual_mode_controller.h | 76 void ReceiveLinkLayerPacket(model::packets::LinkLayerPacketView incoming, Phy::Type type,
|
D | dual_mode_controller.cc | 75 void DualModeController::ReceiveLinkLayerPacket(model::packets::LinkLayerPacketView incoming, in ReceiveLinkLayerPacket()
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/test/controller/le/ |
D | le_scanning_filter_duplicates_test.cc | 88 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/ |
D | link_layer_socket_device.h | 47 virtual void ReceiveLinkLayerPacket(model::packets::LinkLayerPacketView packet, Phy::Type type, 63 std::vector<model::packets::LinkLayerPacketView> packet_queue_;
|
D | sniffer.h | 39 virtual void ReceiveLinkLayerPacket(model::packets::LinkLayerPacketView packet, Phy::Type type,
|
D | baseband_sniffer.h | 49 virtual void ReceiveLinkLayerPacket(model::packets::LinkLayerPacketView packet, Phy::Type type,
|
D | sniffer.cc | 39 void Sniffer::ReceiveLinkLayerPacket(model::packets::LinkLayerPacketView packet, Phy::Type /*type*/, in ReceiveLinkLayerPacket()
|
D | beacon.h | 47 virtual void ReceiveLinkLayerPacket(model::packets::LinkLayerPacketView packet, Phy::Type type,
|
D | device.h | 58 virtual void ReceiveLinkLayerPacket(model::packets::LinkLayerPacketView /*packet*/, in ReceiveLinkLayerPacket() argument
|
D | scripted_beacon.h | 45 void ReceiveLinkLayerPacket(model::packets::LinkLayerPacketView packet_view, Phy::Type type,
|
D | beacon.cc | 68 void Beacon::ReceiveLinkLayerPacket(LinkLayerPacketView packet, Phy::Type /*type*/, in ReceiveLinkLayerPacket()
|
D | link_layer_socket_device.cc | 96 void LinkLayerSocketDevice::ReceiveLinkLayerPacket(model::packets::LinkLayerPacketView packet, in ReceiveLinkLayerPacket()
|
D | baseband_sniffer.cc | 92 void BaseBandSniffer::ReceiveLinkLayerPacket(model::packets::LinkLayerPacketView packet, in ReceiveLinkLayerPacket()
|
D | scripted_beacon.cc | 189 void ScriptedBeacon::ReceiveLinkLayerPacket(model::packets::LinkLayerPacketView packet, in ReceiveLinkLayerPacket()
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/setup/ |
D | phy_device.cc | 49 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 D | rust_device.cc | 28 ::model::packets::LinkLayerPacketView packet, rootcanal::Phy::Type type, in ReceiveLinkLayerPacket()
|
H A D | rust_device.h | 43 void ReceiveLinkLayerPacket(::model::packets::LinkLayerPacketView packet,
|