Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type A2dpClient struct + func NewA2dpClient(cc grpc.ClientConnInterface) *A2dpClient + func (c *A2dpClient) Finalize(ctx context.Context) error + func (c *A2dpClient) GetConnectedDevices(ctx context.Context) (int64, error) + func (c *A2dpClient) GetConnectionState(ctx context.Context, arg0 int64) (int32, error) + func (c *A2dpClient) GetDevicesMatchingConnectionStates(ctx context.Context, arg0 int64) (int64, error) + func (c *A2dpClient) GetSupportedCodecTypes(ctx context.Context) (int64, error) + func (c *A2dpClient) IsA2DpPlaying(ctx context.Context, arg0 int64) (bool, error) + type AdapterClient struct + func NewAdapterClient(cc grpc.ClientConnInterface) *AdapterClient + func (c *AdapterClient) CancelDiscovery(ctx context.Context) (bool, error) + func (c *AdapterClient) CheckBluetoothAddress(ctx context.Context, arg0 string) (bool, error) + func (c *AdapterClient) CloseProfileProxy(ctx context.Context, arg0 int32, arg1 int64) error + func (c *AdapterClient) Disable(ctx context.Context) (bool, error) + func (c *AdapterClient) Enable(ctx context.Context) (bool, error) + func (c *AdapterClient) GetAddress(ctx context.Context) (string, error) + func (c *AdapterClient) GetBluetoothLeAdvertiser(ctx context.Context) (int64, error) + func (c *AdapterClient) GetBluetoothLeScanner(ctx context.Context) (int64, error) + func (c *AdapterClient) GetBondedDevices(ctx context.Context) (int64, error) + func (c *AdapterClient) GetDiscoverableTimeout(ctx context.Context) (int64, error) + func (c *AdapterClient) GetLeMaximumAdvertisingDataLength(ctx context.Context) (int32, error) + func (c *AdapterClient) GetMaxConnectedAudioDevices(ctx context.Context) (int32, error) + func (c *AdapterClient) GetName(ctx context.Context) (string, error) + func (c *AdapterClient) GetProfileConnectionState(ctx context.Context, arg0 int32) (int32, error) + func (c *AdapterClient) GetProfileProxy(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) (bool, error) + func (c *AdapterClient) GetRemoteDevice1(ctx context.Context, arg0 int64) (int64, error) + func (c *AdapterClient) GetRemoteDevice1_1(ctx context.Context, arg0 string) (int64, error) + func (c *AdapterClient) GetRemoteLeDevice(ctx context.Context, arg0 string, arg1 int32) (int64, error) + func (c *AdapterClient) GetScanMode(ctx context.Context) (int32, error) + func (c *AdapterClient) GetState(ctx context.Context) (int32, error) + func (c *AdapterClient) IsDiscovering(ctx context.Context) (bool, error) + func (c *AdapterClient) IsEnabled(ctx context.Context) (bool, error) + func (c *AdapterClient) IsLe2MPhySupported(ctx context.Context) (bool, error) + func (c *AdapterClient) IsLeAudioBroadcastAssistantSupported(ctx context.Context) (int32, error) + func (c *AdapterClient) IsLeAudioBroadcastSourceSupported(ctx context.Context) (int32, error) + func (c *AdapterClient) IsLeAudioSupported(ctx context.Context) (int32, error) + func (c *AdapterClient) IsLeCodedPhySupported(ctx context.Context) (bool, error) + func (c *AdapterClient) IsLeExtendedAdvertisingSupported(ctx context.Context) (bool, error) + func (c *AdapterClient) IsLePeriodicAdvertisingSupported(ctx context.Context) (bool, error) + func (c *AdapterClient) IsMultipleAdvertisementSupported(ctx context.Context) (bool, error) + func (c *AdapterClient) IsOffloadedFilteringSupported(ctx context.Context) (bool, error) + func (c *AdapterClient) IsOffloadedScanBatchingSupported(ctx context.Context) (bool, error) + func (c *AdapterClient) ListenUsingInsecureL2CapChannel(ctx context.Context) (int64, error) + func (c *AdapterClient) ListenUsingInsecureRfcommWithServiceRecord(ctx context.Context, arg0 string, arg1 int64) (int64, error) + func (c *AdapterClient) ListenUsingL2CapChannel(ctx context.Context) (int64, error) + func (c *AdapterClient) ListenUsingRfcommWithServiceRecord(ctx context.Context, arg0 string, arg1 int64) (int64, error) + func (c *AdapterClient) ListenUsingSocketSettings(ctx context.Context, arg0 int64) (int64, error) + func (c *AdapterClient) SetName(ctx context.Context, arg0 string) (bool, error) + func (c *AdapterClient) StartDiscovery(ctx context.Context) (bool, error) + func (c *AdapterClient) StartLeScan1(ctx context.Context, arg0 int64) (bool, error) + func (c *AdapterClient) StartLeScan2_1(ctx context.Context, arg0 int64, arg1 int64) (bool, error) + func (c *AdapterClient) StopLeScan(ctx context.Context, arg0 int64) error + type AdapterLeScanCallbackClient struct + func NewAdapterLeScanCallbackClient(cc grpc.ClientConnInterface) *AdapterLeScanCallbackClient + func (c *AdapterLeScanCallbackClient) OnLeScan(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) error + type ClassClient struct + func NewClassClient(cc grpc.ClientConnInterface) *ClassClient + func (c *ClassClient) DescribeContents(ctx context.Context) (int32, error) + func (c *ClassClient) DoesClassMatch(ctx context.Context, arg0 int32) (bool, error) + func (c *ClassClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *ClassClient) GetDeviceClass(ctx context.Context) (int32, error) + func (c *ClassClient) GetMajorDeviceClass(ctx context.Context) (int32, error) + func (c *ClassClient) HasService(ctx context.Context, arg0 int32) (bool, error) + func (c *ClassClient) HashCode(ctx context.Context) (int32, error) + func (c *ClassClient) ToString(ctx context.Context) (string, error) + func (c *ClassClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type CodecConfigBuilderClient struct + func NewCodecConfigBuilderClient(cc grpc.ClientConnInterface) *CodecConfigBuilderClient + func (c *CodecConfigBuilderClient) Build(ctx context.Context) (int64, error) + func (c *CodecConfigBuilderClient) SetBitsPerSample(ctx context.Context, arg0 int32) (int64, error) + func (c *CodecConfigBuilderClient) SetChannelMode(ctx context.Context, arg0 int32) (int64, error) + func (c *CodecConfigBuilderClient) SetCodecPriority(ctx context.Context, arg0 int32) (int64, error) + func (c *CodecConfigBuilderClient) SetCodecSpecific1(ctx context.Context, arg0 int64) (int64, error) + func (c *CodecConfigBuilderClient) SetCodecSpecific2(ctx context.Context, arg0 int64) (int64, error) + func (c *CodecConfigBuilderClient) SetCodecSpecific3(ctx context.Context, arg0 int64) (int64, error) + func (c *CodecConfigBuilderClient) SetCodecSpecific4(ctx context.Context, arg0 int64) (int64, error) + func (c *CodecConfigBuilderClient) SetCodecType(ctx context.Context, arg0 int32) (int64, error) + func (c *CodecConfigBuilderClient) SetExtendedCodecType(ctx context.Context, arg0 int64) (int64, error) + func (c *CodecConfigBuilderClient) SetSampleRate(ctx context.Context, arg0 int32) (int64, error) + type CodecConfigClient struct + func NewCodecConfigClient(cc grpc.ClientConnInterface) *CodecConfigClient + func (c *CodecConfigClient) DescribeContents(ctx context.Context) (int32, error) + func (c *CodecConfigClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *CodecConfigClient) GetBitsPerSample(ctx context.Context) (int32, error) + func (c *CodecConfigClient) GetChannelMode(ctx context.Context) (int32, error) + func (c *CodecConfigClient) GetCodecPriority(ctx context.Context) (int32, error) + func (c *CodecConfigClient) GetCodecSpecific1(ctx context.Context) (int64, error) + func (c *CodecConfigClient) GetCodecSpecific2(ctx context.Context) (int64, error) + func (c *CodecConfigClient) GetCodecSpecific3(ctx context.Context) (int64, error) + func (c *CodecConfigClient) GetCodecSpecific4(ctx context.Context) (int64, error) + func (c *CodecConfigClient) GetCodecType(ctx context.Context) (int32, error) + func (c *CodecConfigClient) GetExtendedCodecType(ctx context.Context) (int64, error) + func (c *CodecConfigClient) GetSampleRate(ctx context.Context) (int32, error) + func (c *CodecConfigClient) HashCode(ctx context.Context) (int32, error) + func (c *CodecConfigClient) IsMandatoryCodec(ctx context.Context) (bool, error) + func (c *CodecConfigClient) ToString(ctx context.Context) (string, error) + func (c *CodecConfigClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type CodecStatusBuilderClient struct + func NewCodecStatusBuilderClient(cc grpc.ClientConnInterface) *CodecStatusBuilderClient + func (c *CodecStatusBuilderClient) Build(ctx context.Context) (int64, error) + func (c *CodecStatusBuilderClient) SetCodecConfig(ctx context.Context, arg0 int64) (int64, error) + type CodecStatusClient struct + func NewCodecStatusClient(cc grpc.ClientConnInterface) *CodecStatusClient + func (c *CodecStatusClient) DescribeContents(ctx context.Context) (int32, error) + func (c *CodecStatusClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *CodecStatusClient) GetCodecConfig(ctx context.Context) (int64, error) + func (c *CodecStatusClient) GetCodecsLocalCapabilities(ctx context.Context) (int64, error) + func (c *CodecStatusClient) GetCodecsSelectableCapabilities(ctx context.Context) (int64, error) + func (c *CodecStatusClient) HashCode(ctx context.Context) (int32, error) + func (c *CodecStatusClient) IsCodecConfigSelectable(ctx context.Context, arg0 int64) (bool, error) + func (c *CodecStatusClient) ToString(ctx context.Context) (string, error) + func (c *CodecStatusClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type CodecTypeClient struct + func NewCodecTypeClient(cc grpc.ClientConnInterface) *CodecTypeClient + func (c *CodecTypeClient) DescribeContents(ctx context.Context) (int32, error) + func (c *CodecTypeClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *CodecTypeClient) GetCodecId(ctx context.Context) (int64, error) + func (c *CodecTypeClient) GetCodecName(ctx context.Context) (string, error) + func (c *CodecTypeClient) HashCode(ctx context.Context) (int32, error) + func (c *CodecTypeClient) IsMandatoryCodec(ctx context.Context) (bool, error) + func (c *CodecTypeClient) ToString(ctx context.Context) (string, error) + func (c *CodecTypeClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type CsipSetCoordinatorClient struct + func NewCsipSetCoordinatorClient(cc grpc.ClientConnInterface) *CsipSetCoordinatorClient + func (c *CsipSetCoordinatorClient) Close(ctx context.Context) error + func (c *CsipSetCoordinatorClient) GetConnectedDevices(ctx context.Context) (int64, error) + func (c *CsipSetCoordinatorClient) GetConnectionState(ctx context.Context, arg0 int64) (int32, error) + func (c *CsipSetCoordinatorClient) GetDevicesMatchingConnectionStates(ctx context.Context, arg0 int64) (int64, error) + type DeviceBluetoothAddressClient struct + func NewDeviceBluetoothAddressClient(cc grpc.ClientConnInterface) *DeviceBluetoothAddressClient + func (c *DeviceBluetoothAddressClient) DescribeContents(ctx context.Context) (int32, error) + func (c *DeviceBluetoothAddressClient) GetAddress(ctx context.Context) (string, error) + func (c *DeviceBluetoothAddressClient) GetAddressType(ctx context.Context) (int32, error) + func (c *DeviceBluetoothAddressClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type DeviceClient struct + func NewDeviceClient(cc grpc.ClientConnInterface) *DeviceClient + func (c *DeviceClient) ConnectGatt3(ctx context.Context, arg0 int64, arg1 bool, arg2 int64) (int64, error) + func (c *DeviceClient) ConnectGatt4_1(ctx context.Context, arg0 int64, arg1 bool, arg2 int64, arg3 int32) (int64, error) + func (c *DeviceClient) ConnectGatt5_2(ctx context.Context, arg0 int64, arg1 bool, arg2 int64, arg3 int32, arg4 int32) (int64, error) + func (c *DeviceClient) CreateBond(ctx context.Context) (bool, error) + func (c *DeviceClient) CreateInsecureL2CapChannel(ctx context.Context, arg0 int32) (int64, error) + func (c *DeviceClient) CreateInsecureRfcommSocketToServiceRecord(ctx context.Context, arg0 int64) (int64, error) + func (c *DeviceClient) CreateL2CapChannel(ctx context.Context, arg0 int32) (int64, error) + func (c *DeviceClient) CreateRfcommSocketToServiceRecord(ctx context.Context, arg0 int64) (int64, error) + func (c *DeviceClient) CreateUsingSocketSettings(ctx context.Context, arg0 int64) (int64, error) + func (c *DeviceClient) DescribeContents(ctx context.Context) (int32, error) + func (c *DeviceClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *DeviceClient) FetchUuidsWithSdp(ctx context.Context) (bool, error) + func (c *DeviceClient) GetAddress(ctx context.Context) (string, error) + func (c *DeviceClient) GetAddressType(ctx context.Context) (int32, error) + func (c *DeviceClient) GetAlias(ctx context.Context) (string, error) + func (c *DeviceClient) GetBluetoothClass(ctx context.Context) (int64, error) + func (c *DeviceClient) GetBondState(ctx context.Context) (int32, error) + func (c *DeviceClient) GetIdentityAddressWithType(ctx context.Context) (int64, error) + func (c *DeviceClient) GetName(ctx context.Context) (string, error) + func (c *DeviceClient) GetType(ctx context.Context) (int32, error) + func (c *DeviceClient) GetUuids(ctx context.Context) (int64, error) + func (c *DeviceClient) HashCode(ctx context.Context) (int32, error) + func (c *DeviceClient) SetAlias(ctx context.Context, arg0 string) (int32, error) + func (c *DeviceClient) SetPairingConfirmation(ctx context.Context, arg0 bool) (bool, error) + func (c *DeviceClient) SetPin(ctx context.Context, arg0 int64) (bool, error) + func (c *DeviceClient) ToString(ctx context.Context) (string, error) + func (c *DeviceClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type GattCallbackClient struct + func NewGattCallbackClient(cc grpc.ClientConnInterface) *GattCallbackClient + func (c *GattCallbackClient) OnCharacteristicChanged2(ctx context.Context, arg0 int64, arg1 int64) error + func (c *GattCallbackClient) OnCharacteristicChanged3_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error + func (c *GattCallbackClient) OnCharacteristicRead3_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) error + func (c *GattCallbackClient) OnCharacteristicRead4(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int32) error + func (c *GattCallbackClient) OnCharacteristicWrite(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) error + func (c *GattCallbackClient) OnConnectionStateChange(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) error + func (c *GattCallbackClient) OnDescriptorRead3(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) error + func (c *GattCallbackClient) OnDescriptorRead4_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int64) error + func (c *GattCallbackClient) OnDescriptorWrite(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) error + func (c *GattCallbackClient) OnMtuChanged(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) error + func (c *GattCallbackClient) OnPhyRead(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32) error + func (c *GattCallbackClient) OnPhyUpdate(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32) error + func (c *GattCallbackClient) OnReadRemoteRssi(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) error + func (c *GattCallbackClient) OnReliableWriteCompleted(ctx context.Context, arg0 int64, arg1 int32) error + func (c *GattCallbackClient) OnServiceChanged(ctx context.Context, arg0 int64) error + func (c *GattCallbackClient) OnServicesDiscovered(ctx context.Context, arg0 int64, arg1 int32) error + type GattCharacteristicClient struct + func NewGattCharacteristicClient(cc grpc.ClientConnInterface) *GattCharacteristicClient + func (c *GattCharacteristicClient) AddDescriptor(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *GattCharacteristicClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *GattCharacteristicClient) GetDescriptor(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *GattCharacteristicClient) GetDescriptors(ctx context.Context, handle int64) (int64, error) + func (c *GattCharacteristicClient) GetFloatValue(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int64, error) + func (c *GattCharacteristicClient) GetInstanceId(ctx context.Context, handle int64) (int32, error) + func (c *GattCharacteristicClient) GetIntValue(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int64, error) + func (c *GattCharacteristicClient) GetPermissions(ctx context.Context, handle int64) (int32, error) + func (c *GattCharacteristicClient) GetProperties(ctx context.Context, handle int64) (int32, error) + func (c *GattCharacteristicClient) GetService(ctx context.Context, handle int64) (int64, error) + func (c *GattCharacteristicClient) GetStringValue(ctx context.Context, handle int64, arg0 int32) (string, error) + func (c *GattCharacteristicClient) GetUuid(ctx context.Context, handle int64) (int64, error) + func (c *GattCharacteristicClient) GetValue(ctx context.Context, handle int64) (int64, error) + func (c *GattCharacteristicClient) GetWriteType(ctx context.Context, handle int64) (int32, error) + func (c *GattCharacteristicClient) SetValue1(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *GattCharacteristicClient) SetValue1_3(ctx context.Context, handle int64, arg0 string) (bool, error) + func (c *GattCharacteristicClient) SetValue3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) (bool, error) + func (c *GattCharacteristicClient) SetValue4_2(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) (bool, error) + func (c *GattCharacteristicClient) SetWriteType(ctx context.Context, handle int64, arg0 int32) error + func (c *GattCharacteristicClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type GattClient struct + func NewGattClient(cc grpc.ClientConnInterface) *GattClient + func (c *GattClient) AbortReliableWrite0(ctx context.Context) error + func (c *GattClient) AbortReliableWrite1_1(ctx context.Context, arg0 int64) error + func (c *GattClient) BeginReliableWrite(ctx context.Context) (bool, error) + func (c *GattClient) Close(ctx context.Context) error + func (c *GattClient) Connect(ctx context.Context) (bool, error) + func (c *GattClient) Disconnect(ctx context.Context) error + func (c *GattClient) DiscoverServices(ctx context.Context) (bool, error) + func (c *GattClient) ExecuteReliableWrite(ctx context.Context) (bool, error) + func (c *GattClient) GetConnectedDevices(ctx context.Context) (int64, error) + func (c *GattClient) GetConnectionState(ctx context.Context, arg0 int64) (int32, error) + func (c *GattClient) GetDevice(ctx context.Context) (int64, error) + func (c *GattClient) GetDevicesMatchingConnectionStates(ctx context.Context, arg0 int64) (int64, error) + func (c *GattClient) GetService(ctx context.Context, arg0 int64) (int64, error) + func (c *GattClient) GetServices(ctx context.Context) (int64, error) + func (c *GattClient) ReadCharacteristic(ctx context.Context, arg0 int64) (bool, error) + func (c *GattClient) ReadDescriptor(ctx context.Context, arg0 int64) (bool, error) + func (c *GattClient) ReadPhy(ctx context.Context) error + func (c *GattClient) ReadRemoteRssi(ctx context.Context) (bool, error) + func (c *GattClient) RequestConnectionPriority(ctx context.Context, arg0 int32) (bool, error) + func (c *GattClient) RequestMtu(ctx context.Context, arg0 int32) (bool, error) + func (c *GattClient) SetCharacteristicNotification(ctx context.Context, arg0 int64, arg1 bool) (bool, error) + func (c *GattClient) SetPreferredPhy(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) error + func (c *GattClient) WriteCharacteristic1(ctx context.Context, arg0 int64) (bool, error) + func (c *GattClient) WriteCharacteristic3_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) (int32, error) + func (c *GattClient) WriteDescriptor1(ctx context.Context, arg0 int64) (bool, error) + func (c *GattClient) WriteDescriptor2_1(ctx context.Context, arg0 int64, arg1 int64) (int32, error) + type GattDescriptorClient struct + func NewGattDescriptorClient(cc grpc.ClientConnInterface) *GattDescriptorClient + func (c *GattDescriptorClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *GattDescriptorClient) GetCharacteristic(ctx context.Context, handle int64) (int64, error) + func (c *GattDescriptorClient) GetPermissions(ctx context.Context, handle int64) (int32, error) + func (c *GattDescriptorClient) GetUuid(ctx context.Context, handle int64) (int64, error) + func (c *GattDescriptorClient) GetValue(ctx context.Context, handle int64) (int64, error) + func (c *GattDescriptorClient) SetValue(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *GattDescriptorClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type GattServerCallbackClient struct + func NewGattServerCallbackClient(cc grpc.ClientConnInterface) *GattServerCallbackClient + func (c *GattServerCallbackClient) OnCharacteristicReadRequest(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int64) error + func (c *GattServerCallbackClient) OnCharacteristicWriteRequestOp(ctx context.Context, arg0 int64, arg1 int32, arg2 int64, arg3 bool, arg4 bool, ...) error + func (c *GattServerCallbackClient) OnConnectionStateChange(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) error + func (c *GattServerCallbackClient) OnDescriptorReadRequest(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int64) error + func (c *GattServerCallbackClient) OnDescriptorWriteRequestOp(ctx context.Context, arg0 int64, arg1 int32, arg2 int64, arg3 bool, arg4 bool, ...) error + func (c *GattServerCallbackClient) OnExecuteWrite(ctx context.Context, arg0 int64, arg1 int32, arg2 bool) error + func (c *GattServerCallbackClient) OnMtuChanged(ctx context.Context, arg0 int64, arg1 int32) error + func (c *GattServerCallbackClient) OnNotificationSent(ctx context.Context, arg0 int64, arg1 int32) error + func (c *GattServerCallbackClient) OnPhyRead(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32) error + func (c *GattServerCallbackClient) OnPhyUpdate(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32) error + func (c *GattServerCallbackClient) OnServiceAdded(ctx context.Context, arg0 int32, arg1 int64) error + type GattServerClient struct + func NewGattServerClient(cc grpc.ClientConnInterface) *GattServerClient + func (c *GattServerClient) AddService(ctx context.Context, arg0 int64) (bool, error) + func (c *GattServerClient) CancelConnection(ctx context.Context, arg0 int64) error + func (c *GattServerClient) ClearServices(ctx context.Context) error + func (c *GattServerClient) Close(ctx context.Context) error + func (c *GattServerClient) Connect(ctx context.Context, arg0 int64, arg1 bool) (bool, error) + func (c *GattServerClient) GetConnectedDevices(ctx context.Context) (int64, error) + func (c *GattServerClient) GetConnectionState(ctx context.Context, arg0 int64) (int32, error) + func (c *GattServerClient) GetDevicesMatchingConnectionStates(ctx context.Context, arg0 int64) (int64, error) + func (c *GattServerClient) GetService(ctx context.Context, arg0 int64) (int64, error) + func (c *GattServerClient) GetServices(ctx context.Context) (int64, error) + func (c *GattServerClient) NotifyCharacteristicChanged3(ctx context.Context, arg0 int64, arg1 int64, arg2 bool) (bool, error) + func (c *GattServerClient) NotifyCharacteristicChanged4_1(ctx context.Context, arg0 int64, arg1 int64, arg2 bool, arg3 int64) (int32, error) + func (c *GattServerClient) ReadPhy(ctx context.Context, arg0 int64) error + func (c *GattServerClient) RemoveService(ctx context.Context, arg0 int64) (bool, error) + func (c *GattServerClient) SendResponse(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32, ...) (bool, error) + func (c *GattServerClient) SetPreferredPhy(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32) error + type GattServiceClient struct + func NewGattServiceClient(cc grpc.ClientConnInterface) *GattServiceClient + func (c *GattServiceClient) AddCharacteristic(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *GattServiceClient) AddService(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *GattServiceClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *GattServiceClient) GetCharacteristic(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *GattServiceClient) GetCharacteristics(ctx context.Context, handle int64) (int64, error) + func (c *GattServiceClient) GetIncludedServices(ctx context.Context, handle int64) (int64, error) + func (c *GattServiceClient) GetInstanceId(ctx context.Context, handle int64) (int32, error) + func (c *GattServiceClient) GetType(ctx context.Context, handle int64) (int32, error) + func (c *GattServiceClient) GetUuid(ctx context.Context, handle int64) (int64, error) + func (c *GattServiceClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type HeadsetClient struct + func NewHeadsetClient(cc grpc.ClientConnInterface) *HeadsetClient + func (c *HeadsetClient) GetConnectedDevices(ctx context.Context) (int64, error) + func (c *HeadsetClient) GetConnectionState(ctx context.Context, arg0 int64) (int32, error) + func (c *HeadsetClient) GetDevicesMatchingConnectionStates(ctx context.Context, arg0 int64) (int64, error) + func (c *HeadsetClient) IsAudioConnected(ctx context.Context, arg0 int64) (bool, error) + func (c *HeadsetClient) IsNoiseReductionSupported(ctx context.Context, arg0 int64) (bool, error) + func (c *HeadsetClient) IsVoiceRecognitionSupported(ctx context.Context, arg0 int64) (bool, error) + func (c *HeadsetClient) SendVendorSpecificResultCode(ctx context.Context, arg0 int64, arg1 string, arg2 string) (bool, error) + func (c *HeadsetClient) StartVoiceRecognition(ctx context.Context, arg0 int64) (bool, error) + func (c *HeadsetClient) StopVoiceRecognition(ctx context.Context, arg0 int64) (bool, error) + type HealthAppConfigurationClient struct + func NewHealthAppConfigurationClient(cc grpc.ClientConnInterface) *HealthAppConfigurationClient + func (c *HealthAppConfigurationClient) DescribeContents(ctx context.Context) (int32, error) + func (c *HealthAppConfigurationClient) GetDataType(ctx context.Context) (int32, error) + func (c *HealthAppConfigurationClient) GetName(ctx context.Context) (string, error) + func (c *HealthAppConfigurationClient) GetRole(ctx context.Context) (int32, error) + func (c *HealthAppConfigurationClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type HealthCallbackClient struct + func NewHealthCallbackClient(cc grpc.ClientConnInterface) *HealthCallbackClient + func (c *HealthCallbackClient) OnHealthAppConfigurationStatusChange(ctx context.Context, arg0 int64, arg1 int32) error + func (c *HealthCallbackClient) OnHealthChannelStateChange(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32, ...) error + type HealthClient struct + func NewHealthClient(cc grpc.ClientConnInterface) *HealthClient + func (c *HealthClient) ConnectChannelToSource(ctx context.Context, arg0 int64, arg1 int64) (bool, error) + func (c *HealthClient) DisconnectChannel(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) (bool, error) + func (c *HealthClient) GetConnectedDevices(ctx context.Context) (int64, error) + func (c *HealthClient) GetConnectionState(ctx context.Context, arg0 int64) (int32, error) + func (c *HealthClient) GetDevicesMatchingConnectionStates(ctx context.Context, arg0 int64) (int64, error) + func (c *HealthClient) GetMainChannelFd(ctx context.Context, arg0 int64, arg1 int64) (int64, error) + func (c *HealthClient) RegisterSinkAppConfiguration(ctx context.Context, arg0 string, arg1 int32, arg2 int64) (bool, error) + func (c *HealthClient) UnregisterAppConfiguration(ctx context.Context, arg0 int64) (bool, error) + type HearingAidClient struct + func NewHearingAidClient(cc grpc.ClientConnInterface) *HearingAidClient + func (c *HearingAidClient) GetConnectedDevices(ctx context.Context) (int64, error) + func (c *HearingAidClient) GetConnectionState(ctx context.Context, arg0 int64) (int32, error) + func (c *HearingAidClient) GetDevicesMatchingConnectionStates(ctx context.Context, arg0 int64) (int64, error) + type HidDeviceAppQosSettingsClient struct + func NewHidDeviceAppQosSettingsClient(cc grpc.ClientConnInterface) *HidDeviceAppQosSettingsClient + func (c *HidDeviceAppQosSettingsClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *HidDeviceAppQosSettingsClient) GetDelayVariation(ctx context.Context, handle int64) (int32, error) + func (c *HidDeviceAppQosSettingsClient) GetLatency(ctx context.Context, handle int64) (int32, error) + func (c *HidDeviceAppQosSettingsClient) GetPeakBandwidth(ctx context.Context, handle int64) (int32, error) + func (c *HidDeviceAppQosSettingsClient) GetServiceType(ctx context.Context, handle int64) (int32, error) + func (c *HidDeviceAppQosSettingsClient) GetTokenBucketSize(ctx context.Context, handle int64) (int32, error) + func (c *HidDeviceAppQosSettingsClient) GetTokenRate(ctx context.Context, handle int64) (int32, error) + func (c *HidDeviceAppQosSettingsClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type HidDeviceAppSdpSettingsClient struct + func NewHidDeviceAppSdpSettingsClient(cc grpc.ClientConnInterface) *HidDeviceAppSdpSettingsClient + func (c *HidDeviceAppSdpSettingsClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *HidDeviceAppSdpSettingsClient) GetDescription(ctx context.Context, handle int64) (string, error) + func (c *HidDeviceAppSdpSettingsClient) GetDescriptors(ctx context.Context, handle int64) (int64, error) + func (c *HidDeviceAppSdpSettingsClient) GetName(ctx context.Context, handle int64) (string, error) + func (c *HidDeviceAppSdpSettingsClient) GetProvider(ctx context.Context, handle int64) (string, error) + func (c *HidDeviceAppSdpSettingsClient) GetSubclass(ctx context.Context, handle int64) (int8, error) + func (c *HidDeviceAppSdpSettingsClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type HidDeviceCallbackClient struct + func NewHidDeviceCallbackClient(cc grpc.ClientConnInterface) *HidDeviceCallbackClient + func (c *HidDeviceCallbackClient) OnAppStatusChanged(ctx context.Context, arg0 int64, arg1 bool) error + func (c *HidDeviceCallbackClient) OnConnectionStateChanged(ctx context.Context, arg0 int64, arg1 int32) error + func (c *HidDeviceCallbackClient) OnGetReport(ctx context.Context, arg0 int64, arg1 int8, arg2 int8, arg3 int32) error + func (c *HidDeviceCallbackClient) OnInterruptData(ctx context.Context, arg0 int64, arg1 int8, arg2 int64) error + func (c *HidDeviceCallbackClient) OnSetProtocol(ctx context.Context, arg0 int64, arg1 int8) error + func (c *HidDeviceCallbackClient) OnSetReport(ctx context.Context, arg0 int64, arg1 int8, arg2 int8, arg3 int64) error + func (c *HidDeviceCallbackClient) OnVirtualCableUnplug(ctx context.Context, arg0 int64) error + type HidDeviceClient struct + func NewHidDeviceClient(cc grpc.ClientConnInterface) *HidDeviceClient + func (c *HidDeviceClient) Connect(ctx context.Context, arg0 int64) (bool, error) + func (c *HidDeviceClient) Disconnect(ctx context.Context, arg0 int64) (bool, error) + func (c *HidDeviceClient) GetConnectedDevices(ctx context.Context) (int64, error) + func (c *HidDeviceClient) GetConnectionState(ctx context.Context, arg0 int64) (int32, error) + func (c *HidDeviceClient) GetDevicesMatchingConnectionStates(ctx context.Context, arg0 int64) (int64, error) + func (c *HidDeviceClient) RegisterApp(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64, ...) (bool, error) + func (c *HidDeviceClient) ReplyReport(ctx context.Context, arg0 int64, arg1 int8, arg2 int8, arg3 int64) (bool, error) + func (c *HidDeviceClient) ReportError(ctx context.Context, arg0 int64, arg1 int8) (bool, error) + func (c *HidDeviceClient) SendReport(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) (bool, error) + func (c *HidDeviceClient) UnregisterApp(ctx context.Context) (bool, error) + type LeAudioClient struct + func NewLeAudioClient(cc grpc.ClientConnInterface) *LeAudioClient + func (c *LeAudioClient) Close(ctx context.Context) error + func (c *LeAudioClient) GetConnectedDevices(ctx context.Context) (int64, error) + func (c *LeAudioClient) GetConnectedGroupLeadDevice(ctx context.Context, arg0 int32) (int64, error) + func (c *LeAudioClient) GetConnectionState(ctx context.Context, arg0 int64) (int32, error) + func (c *LeAudioClient) GetDevicesMatchingConnectionStates(ctx context.Context, arg0 int64) (int64, error) + func (c *LeAudioClient) GetGroupId(ctx context.Context, arg0 int64) (int32, error) + type LeAudioCodecConfigBuilderClient struct + func NewLeAudioCodecConfigBuilderClient(cc grpc.ClientConnInterface) *LeAudioCodecConfigBuilderClient + func (c *LeAudioCodecConfigBuilderClient) Build(ctx context.Context) (int64, error) + func (c *LeAudioCodecConfigBuilderClient) SetBitsPerSample(ctx context.Context, arg0 int32) (int64, error) + func (c *LeAudioCodecConfigBuilderClient) SetChannelCount(ctx context.Context, arg0 int32) (int64, error) + func (c *LeAudioCodecConfigBuilderClient) SetCodecPriority(ctx context.Context, arg0 int32) (int64, error) + func (c *LeAudioCodecConfigBuilderClient) SetCodecType(ctx context.Context, arg0 int32) (int64, error) + func (c *LeAudioCodecConfigBuilderClient) SetFrameDuration(ctx context.Context, arg0 int32) (int64, error) + func (c *LeAudioCodecConfigBuilderClient) SetMaxOctetsPerFrame(ctx context.Context, arg0 int32) (int64, error) + func (c *LeAudioCodecConfigBuilderClient) SetMinOctetsPerFrame(ctx context.Context, arg0 int32) (int64, error) + func (c *LeAudioCodecConfigBuilderClient) SetOctetsPerFrame(ctx context.Context, arg0 int32) (int64, error) + func (c *LeAudioCodecConfigBuilderClient) SetSampleRate(ctx context.Context, arg0 int32) (int64, error) + type LeAudioCodecConfigClient struct + func NewLeAudioCodecConfigClient(cc grpc.ClientConnInterface) *LeAudioCodecConfigClient + func (c *LeAudioCodecConfigClient) DescribeContents(ctx context.Context) (int32, error) + func (c *LeAudioCodecConfigClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *LeAudioCodecConfigClient) GetBitsPerSample(ctx context.Context) (int32, error) + func (c *LeAudioCodecConfigClient) GetChannelCount(ctx context.Context) (int32, error) + func (c *LeAudioCodecConfigClient) GetCodecName(ctx context.Context) (string, error) + func (c *LeAudioCodecConfigClient) GetCodecPriority(ctx context.Context) (int32, error) + func (c *LeAudioCodecConfigClient) GetCodecType(ctx context.Context) (int32, error) + func (c *LeAudioCodecConfigClient) GetFrameDuration(ctx context.Context) (int32, error) + func (c *LeAudioCodecConfigClient) GetMaxOctetsPerFrame(ctx context.Context) (int32, error) + func (c *LeAudioCodecConfigClient) GetMinOctetsPerFrame(ctx context.Context) (int32, error) + func (c *LeAudioCodecConfigClient) GetOctetsPerFrame(ctx context.Context) (int32, error) + func (c *LeAudioCodecConfigClient) GetSampleRate(ctx context.Context) (int32, error) + func (c *LeAudioCodecConfigClient) HashCode(ctx context.Context) (int32, error) + func (c *LeAudioCodecConfigClient) ToString(ctx context.Context) (string, error) + func (c *LeAudioCodecConfigClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type LeAudioCodecStatusClient struct + func NewLeAudioCodecStatusClient(cc grpc.ClientConnInterface) *LeAudioCodecStatusClient + func (c *LeAudioCodecStatusClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *LeAudioCodecStatusClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *LeAudioCodecStatusClient) GetInputCodecConfig(ctx context.Context, handle int64) (int64, error) + func (c *LeAudioCodecStatusClient) GetInputCodecLocalCapabilities(ctx context.Context, handle int64) (int64, error) + func (c *LeAudioCodecStatusClient) GetInputCodecSelectableCapabilities(ctx context.Context, handle int64) (int64, error) + func (c *LeAudioCodecStatusClient) GetOutputCodecConfig(ctx context.Context, handle int64) (int64, error) + func (c *LeAudioCodecStatusClient) GetOutputCodecLocalCapabilities(ctx context.Context, handle int64) (int64, error) + func (c *LeAudioCodecStatusClient) GetOutputCodecSelectableCapabilities(ctx context.Context, handle int64) (int64, error) + func (c *LeAudioCodecStatusClient) HashCode(ctx context.Context, handle int64) (int32, error) + func (c *LeAudioCodecStatusClient) IsInputCodecConfigSelectable(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *LeAudioCodecStatusClient) IsOutputCodecConfigSelectable(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *LeAudioCodecStatusClient) ToString(ctx context.Context, handle int64) (string, error) + func (c *LeAudioCodecStatusClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type ManagerClient struct + func NewManagerClient(cc grpc.ClientConnInterface) *ManagerClient + func (c *ManagerClient) GetAdapter(ctx context.Context) (int64, error) + func (c *ManagerClient) GetConnectedDevices(ctx context.Context, arg0 int32) (int64, error) + func (c *ManagerClient) GetConnectionState(ctx context.Context, arg0 int64, arg1 int32) (int32, error) + func (c *ManagerClient) GetDevicesMatchingConnectionStates(ctx context.Context, arg0 int32, arg1 int64) (int64, error) + func (c *ManagerClient) OpenGattServer(ctx context.Context, arg0 int64, arg1 int64) (int64, error) + type ProfileClient struct + func NewProfileClient(cc grpc.ClientConnInterface) *ProfileClient + func (c *ProfileClient) GetConnectedDevices(ctx context.Context) (int64, error) + func (c *ProfileClient) GetConnectionState(ctx context.Context, arg0 int64) (int32, error) + func (c *ProfileClient) GetDevicesMatchingConnectionStates(ctx context.Context, arg0 int64) (int64, error) + type ProfileServiceListenerClient struct + func NewProfileServiceListenerClient(cc grpc.ClientConnInterface) *ProfileServiceListenerClient + func (c *ProfileServiceListenerClient) OnServiceConnected(ctx context.Context, arg0 int32, arg1 int64) error + func (c *ProfileServiceListenerClient) OnServiceDisconnected(ctx context.Context, arg0 int32) error + type ServerSocketClient struct + func NewServerSocketClient(cc grpc.ClientConnInterface) *ServerSocketClient + func (c *ServerSocketClient) Accept0(ctx context.Context) (int64, error) + func (c *ServerSocketClient) Accept1_1(ctx context.Context, arg0 int32) (int64, error) + func (c *ServerSocketClient) Close(ctx context.Context) error + func (c *ServerSocketClient) GetPsm(ctx context.Context) (int32, error) + func (c *ServerSocketClient) ToString(ctx context.Context) (string, error) + type SocketClient struct + func NewSocketClient(cc grpc.ClientConnInterface) *SocketClient + func (c *SocketClient) Close(ctx context.Context) error + func (c *SocketClient) Connect(ctx context.Context) error + func (c *SocketClient) GetConnectionType(ctx context.Context) (int32, error) + func (c *SocketClient) GetInputStream(ctx context.Context) (int64, error) + func (c *SocketClient) GetMaxReceivePacketSize(ctx context.Context) (int32, error) + func (c *SocketClient) GetMaxTransmitPacketSize(ctx context.Context) (int32, error) + func (c *SocketClient) GetOutputStream(ctx context.Context) (int64, error) + func (c *SocketClient) GetRemoteDevice(ctx context.Context) (int64, error) + func (c *SocketClient) IsConnected(ctx context.Context) (bool, error) + func (c *SocketClient) ToString(ctx context.Context) (string, error) + type SocketExceptionClient struct + func NewSocketExceptionClient(cc grpc.ClientConnInterface) *SocketExceptionClient + func (c *SocketExceptionClient) GetErrorCode(ctx context.Context, handle int64) (int32, error) + type SocketSettingsBuilderClient struct + func NewSocketSettingsBuilderClient(cc grpc.ClientConnInterface) *SocketSettingsBuilderClient + func (c *SocketSettingsBuilderClient) Build(ctx context.Context) (int64, error) + func (c *SocketSettingsBuilderClient) SetAuthenticationRequired(ctx context.Context, arg0 bool) (int64, error) + func (c *SocketSettingsBuilderClient) SetEncryptionRequired(ctx context.Context, arg0 bool) (int64, error) + func (c *SocketSettingsBuilderClient) SetL2CapPsm(ctx context.Context, arg0 int32) (int64, error) + func (c *SocketSettingsBuilderClient) SetRfcommServiceName(ctx context.Context, arg0 string) (int64, error) + func (c *SocketSettingsBuilderClient) SetRfcommUuid(ctx context.Context, arg0 int64) (int64, error) + func (c *SocketSettingsBuilderClient) SetSocketType(ctx context.Context, arg0 int32) (int64, error) + type SocketSettingsClient struct + func NewSocketSettingsClient(cc grpc.ClientConnInterface) *SocketSettingsClient + func (c *SocketSettingsClient) GetL2CapPsm(ctx context.Context) (int32, error) + func (c *SocketSettingsClient) GetRfcommServiceName(ctx context.Context) (string, error) + func (c *SocketSettingsClient) GetRfcommUuid(ctx context.Context) (int64, error) + func (c *SocketSettingsClient) GetSocketType(ctx context.Context) (int32, error) + func (c *SocketSettingsClient) IsAuthenticationRequired(ctx context.Context) (bool, error) + func (c *SocketSettingsClient) IsEncryptionRequired(ctx context.Context) (bool, error) + func (c *SocketSettingsClient) ToString(ctx context.Context) (string, error)