This is the complete list of members for pw::bluetooth::proxy::ProxyHost, including all inherited members.
AcquireBasicL2capChannel(multibuf::MultiBufAllocator &rx_multibuf_allocator, uint16_t connection_handle, uint16_t local_cid, uint16_t remote_cid, AclTransportType transport, OptionalPayloadReceiveCallback &&payload_from_controller_fn, OptionalPayloadReceiveCallback &&payload_from_host_fn, ChannelEventCallback &&event_fn) | pw::bluetooth::proxy::ProxyHost | |
AcquireGattNotifyChannel(int16_t connection_handle, uint16_t attribute_handle, ChannelEventCallback &&event_fn) | pw::bluetooth::proxy::ProxyHost | |
AcquireL2capCoc(pw::multibuf::MultiBufAllocator &rx_multibuf_allocator, uint16_t connection_handle, L2capCoc::CocConfig rx_config, L2capCoc::CocConfig tx_config, Function< void(multibuf::MultiBuf &&payload)> &&receive_fn, ChannelEventCallback &&event_fn) | pw::bluetooth::proxy::ProxyHost | |
AcquireRfcommChannel(multibuf::MultiBufAllocator &rx_multibuf_allocator, uint16_t connection_handle, RfcommChannel::Config rx_config, RfcommChannel::Config tx_config, uint8_t channel_number, Function< void(multibuf::MultiBuf &&payload)> &&payload_from_controller_fn, ChannelEventCallback &&event_fn) | pw::bluetooth::proxy::ProxyHost | |
GetMaxAclSendSize() | pw::bluetooth::proxy::ProxyHost | inlinestatic |
GetMaxNumAclConnections() | pw::bluetooth::proxy::ProxyHost | inlinestatic |
GetNumFreeBrEdrAclPackets() const | pw::bluetooth::proxy::ProxyHost | |
GetNumFreeLeAclPackets() const | pw::bluetooth::proxy::ProxyHost | |
GetNumSimultaneousAclSendsSupported() | pw::bluetooth::proxy::ProxyHost | inlinestatic |
HandleH4HciFromController(H4PacketWithHci &&h4_packet) | pw::bluetooth::proxy::ProxyHost | |
HandleH4HciFromHost(H4PacketWithH4 &&h4_packet) | pw::bluetooth::proxy::ProxyHost | |
HasSendBrEdrAclCapability() const | pw::bluetooth::proxy::ProxyHost | |
HasSendLeAclCapability() const | pw::bluetooth::proxy::ProxyHost | |
operator=(const ProxyHost &)=delete (defined in pw::bluetooth::proxy::ProxyHost) | pw::bluetooth::proxy::ProxyHost | |
operator=(ProxyHost &&)=delete (defined in pw::bluetooth::proxy::ProxyHost) | pw::bluetooth::proxy::ProxyHost | |
ProxyHost(pw::Function< void(H4PacketWithHci &&packet)> &&send_to_host_fn, pw::Function< void(H4PacketWithH4 &&packet)> &&send_to_controller_fn, uint16_t le_acl_credits_to_reserve, uint16_t br_edr_acl_credits_to_reserve) | pw::bluetooth::proxy::ProxyHost | |
ProxyHost()=delete (defined in pw::bluetooth::proxy::ProxyHost) | pw::bluetooth::proxy::ProxyHost | |
ProxyHost(const ProxyHost &)=delete (defined in pw::bluetooth::proxy::ProxyHost) | pw::bluetooth::proxy::ProxyHost | |
ProxyHost(ProxyHost &&)=delete (defined in pw::bluetooth::proxy::ProxyHost) | pw::bluetooth::proxy::ProxyHost | |
RegisterL2capStatusDelegate(L2capStatusDelegate &delegate) | pw::bluetooth::proxy::ProxyHost | |
Reset() | pw::bluetooth::proxy::ProxyHost | |
SendAdditionalRxCredits(uint16_t connection_handle, uint16_t local_cid, uint16_t additional_rx_credits) | pw::bluetooth::proxy::ProxyHost | |
SendGattNotify(uint16_t connection_handle, uint16_t attribute_handle, pw::multibuf::MultiBuf &&payload) | pw::bluetooth::proxy::ProxyHost | |
SendGattNotify(uint16_t connection_handle, uint16_t attribute_handle, pw::span< const uint8_t > attribute_value) | pw::bluetooth::proxy::ProxyHost | |
UnregisterL2capStatusDelegate(L2capStatusDelegate &delegate) | pw::bluetooth::proxy::ProxyHost | |
~ProxyHost() | pw::bluetooth::proxy::ProxyHost |