Home
last modified time | relevance | path

Searched refs:SendLinkLayerPacket (Results 1 – 11 of 11) sorted by relevance

/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/
H A Dremote_loopback_device.cc54 SendLinkLayerPacket( in IncomingPacket()
61 SendLinkLayerPacket(packet, phy_type); in IncomingPacket()
H A Ddevice.cc58 void Device::SendLinkLayerPacket( in SendLinkLayerPacket() function in test_vendor_lib::Device
68 void Device::SendLinkLayerPacket(model::packets::LinkLayerPacketView to_send, in SendLinkLayerPacket() function in test_vendor_lib::Device
H A Ddevice.h82 virtual void SendLinkLayerPacket(
85 virtual void SendLinkLayerPacket(model::packets::LinkLayerPacketView packet,
H A Dbeacon.cc73 SendLinkLayerPacket(to_send, Phy::Type::LOW_ENERGY); in TimerTick()
88 SendLinkLayerPacket(to_send, Phy::Type::LOW_ENERGY); in IncomingPacket()
H A Dscripted_beacon.cc173 SendLinkLayerPacket(std::move(ad), Phy::Type::LOW_ENERGY); in TimerTick()
208 SendLinkLayerPacket(std::move(scan_response), Phy::Type::LOW_ENERGY); in IncomingPacket()
H A Dcar_kit.cc45 CarKit::SendLinkLayerPacket(packet, phy_type); in CarKit()
H A Dloopback.cc83 SendLinkLayerPacket(to_send, Phy::Type::LOW_ENERGY); in IncomingPacket()
H A Dlink_layer_socket_device.cc63 SendLinkLayerPacket(packet, phy_type_); in TimerTick()
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Dlink_layer_controller.cc70 SendLinkLayerPacket( in SendLeCommandToRemoteByAddress()
96 SendLinkLayerPacket( in SendCommandToRemoteByAddress()
103 SendLinkLayerPacket( in SendCommandToRemoteByAddress()
108 SendLinkLayerPacket( in SendCommandToRemoteByAddress()
440 SendLinkLayerPacket( in IncomingReadRemoteLmpFeatures()
457 SendLinkLayerPacket( in IncomingReadRemoteSupportedFeatures()
489 SendLinkLayerPacket( in IncomingReadRemoteExtendedFeatures()
515 SendLinkLayerPacket( in IncomingReadRemoteVersion()
761 SendLinkLayerPacket( in IncomingIoCapabilityRequestPacket()
814 SendLinkLayerPacket( in IncomingIoCapabilityResponsePacket()
[all …]
H A Dlink_layer_controller.h343 void SendLinkLayerPacket(
H A Ddual_mode_controller.cc91 DualModeController::SendLinkLayerPacket(packet, phy_type); in DualModeController()