Searched refs:SendLinkLayerPacket (Results 1 – 11 of 11) sorted by relevance
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
H A D | remote_loopback_device.cc | 54 SendLinkLayerPacket( in IncomingPacket() 61 SendLinkLayerPacket(packet, phy_type); in IncomingPacket()
|
H A D | device.cc | 58 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 D | device.h | 82 virtual void SendLinkLayerPacket( 85 virtual void SendLinkLayerPacket(model::packets::LinkLayerPacketView packet,
|
H A D | beacon.cc | 73 SendLinkLayerPacket(to_send, Phy::Type::LOW_ENERGY); in TimerTick() 88 SendLinkLayerPacket(to_send, Phy::Type::LOW_ENERGY); in IncomingPacket()
|
H A D | scripted_beacon.cc | 173 SendLinkLayerPacket(std::move(ad), Phy::Type::LOW_ENERGY); in TimerTick() 208 SendLinkLayerPacket(std::move(scan_response), Phy::Type::LOW_ENERGY); in IncomingPacket()
|
H A D | car_kit.cc | 45 CarKit::SendLinkLayerPacket(packet, phy_type); in CarKit()
|
H A D | loopback.cc | 83 SendLinkLayerPacket(to_send, Phy::Type::LOW_ENERGY); in IncomingPacket()
|
H A D | link_layer_socket_device.cc | 63 SendLinkLayerPacket(packet, phy_type_); in TimerTick()
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
H A D | link_layer_controller.cc | 70 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 D | link_layer_controller.h | 343 void SendLinkLayerPacket(
|
H A D | dual_mode_controller.cc | 91 DualModeController::SendLinkLayerPacket(packet, phy_type); in DualModeController()
|