template <>
class WireWeakSyncClientImpl
Defined at line 9106 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_messaging.h
Public Methods
::fidl::WireResult< ::fuchsia_hardware_bluetooth::Peer::AssignConnectionStatus> AssignConnectionStatus (::fuchsia_hardware_bluetooth::wire::HciError status)
Assign a HCI `status` for the controller to generate in response to connection requests.
Applies to all successive HCI_Create_Connection and HCI_LE_Create_Connection commands. The
procedure is acknowledged with an empty response.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_hardware_bluetooth::Peer::WatchConnectionStates> WatchConnectionStates ()
Returns a vector of the least to most recent controller connection states.
This method returns when there has been a state change since the last invocation of this
method by this client.
Multiple calls to this method can be outstanding at a given time. All calls will resolve in
a response as soon as there is a change to the scan state.
Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.
::fidl::WireResult< ::fuchsia_hardware_bluetooth::Peer::SetDeviceClass> SetDeviceClass (uint32_t value)
Sets the device class reported in the inquiry response for this peer during device
discovery. If the peer is not BR/EDR, the server will close with the `ZX_ERR_NOT_SUPPORTED`
epitaph.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_hardware_bluetooth::Peer::SetServiceDefinitions> SetServiceDefinitions (::fidl::VectorView< ::fuchsia_bluetooth_bredr::wire::ServiceDefinition> service_definitions)
Sets the peer's services that will be discoverable via Service Discovery Protocol. If the
peer is not BR/EDR, the server will close with the `ZX_ERR_NOT_SUPPORTED` epitaph.
Allocates 32 bytes of response buffer on the stack. Request is heap-allocated.
::fidl::WireResult< ::fuchsia_hardware_bluetooth::Peer::SetLeAdvertisement> SetLeAdvertisement (::fuchsia_hardware_bluetooth::wire::PeerSetLeAdvertisementRequest PeerSetLeAdvertisementRequest)
Allocates 240 bytes of message buffer on the stack. No heap allocation necessary.