Home
last modified time | relevance | path

Searched defs:send_to_controller_fn (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_proxy/
H A Dproxy_host_test.cc345 pw::Function<void(H4PacketWithH4 && packet)> send_to_controller_fn( in TEST() local
401 pw::Function<void(H4PacketWithH4 && packet)> send_to_controller_fn( in TEST() local
452 pw::Function<void(H4PacketWithH4 && packet)> send_to_controller_fn( in TEST() local
485 pw::Function<void(H4PacketWithH4 && packet)> send_to_controller_fn( in TEST() local
543 pw::Function<void(H4PacketWithH4 && packet)> send_to_controller_fn( in TEST() local
563 pw::Function<void(H4PacketWithH4 && packet)> send_to_controller_fn( in TEST() local
594 pw::Function<void(H4PacketWithH4 && packet)> send_to_controller_fn( in TEST() local
639 pw::Function<void(H4PacketWithH4 && packet)> send_to_controller_fn( in TEST() local
699 pw::Function<void(H4PacketWithH4 && packet)> send_to_controller_fn( in TEST() local
743 pw::Function<void(H4PacketWithH4 && packet)> send_to_controller_fn( in TEST() local
[all …]
H A Dproxy_host.cc32 pw::Function<void(H4PacketWithH4&& packet)>&& send_to_controller_fn, in ProxyHost()
/aosp_15_r20/external/pigweed/pw_bluetooth_proxy/public/pw_bluetooth_proxy/internal/
H A Dhci_transport.h29 pw::Function<void(H4PacketWithH4&& packet)>&& send_to_controller_fn) in HciTransport()