Home
last modified time | relevance | path

Searched defs:SendAcl (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/facade/hal/
Dhal_facade.proto12 rpc SendAcl(blueberry.facade.Data) returns (google.protobuf.Empty) {} rpc
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/facade/hci/
Dhci_facade.proto17 rpc SendAcl(blueberry.facade.Data) returns (google.protobuf.Empty) {} rpc
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dfake_hci_transport_server.cc42 zx_status_t FakeHciTransportServer::SendAcl(const BufferView& buffer) { in SendAcl() function in bt::fidl::testing::FakeHciTransportServer
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/
Dfacade.cc55 ::grpc::Status SendAcl(::grpc::ServerContext* /* context */, in SendAcl() function in bluetooth::hal::HciHalFacadeService
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/facade/
Dfacade.cc136 ::grpc::Status SendAcl(::grpc::ServerContext* /* context */, const ::blueberry::facade::Data* acl, in SendAcl() function in bluetooth::hci::facade::HciFacadeService
/aosp_15_r20/external/pigweed/pw_bluetooth_proxy/
H A Dacl_data_channel.cc368 pw::Status AclDataChannel::SendAcl(H4PacketWithH4&& h4_packet) { in SendAcl() function in pw::bluetooth::proxy::AclDataChannel