Crate fidl_fuchsia_bluetooth_gatt_common

Source

Structs§

AttributePermissions
Specifies the access permissions for a specific attribute value.
Characteristic
Represents a local or remote GATT characteristic.
ClientListServicesRequest
ClientListServicesResponse
Descriptor
Represents a local or remote GATT characteristic descriptor.
LocalServiceDelegateOnCharacteristicConfigurationRequest
LocalServiceDelegateOnReadValueRequest
LocalServiceDelegateOnReadValueResponse
LocalServiceDelegateOnWriteValueRequest
LocalServiceDelegateOnWriteValueResponse
LocalServiceDelegateOnWriteWithoutResponseRequest
LocalServiceNotifyValueRequest
ReadByTypeResult
RemoteServiceDiscoverCharacteristicsResponse
RemoteServiceNotifyCharacteristicRequest
RemoteServiceNotifyCharacteristicResponse
RemoteServiceOnCharacteristicValueUpdatedRequest
RemoteServiceReadByTypeRequest
RemoteServiceReadByTypeResponse
RemoteServiceReadCharacteristicRequest
RemoteServiceReadCharacteristicResponse
RemoteServiceReadDescriptorRequest
RemoteServiceReadDescriptorResponse
RemoteServiceReadLongCharacteristicRequest
RemoteServiceReadLongCharacteristicResponse
RemoteServiceReadLongDescriptorRequest
RemoteServiceReadLongDescriptorResponse
RemoteServiceWriteCharacteristicRequest
RemoteServiceWriteCharacteristicResponse
RemoteServiceWriteCharacteristicWithoutResponseRequest
RemoteServiceWriteDescriptorRequest
RemoteServiceWriteDescriptorResponse
RemoteServiceWriteLongCharacteristicRequest
RemoteServiceWriteLongCharacteristicResponse
RemoteServiceWriteLongDescriptorRequest
RemoteServiceWriteLongDescriptorResponse
SecurityRequirements
Represents encryption, authentication, and authorization permissions that can be assigned to a specific access permission.
ServerPublishServiceResponse
ServiceInfo
Represents a local or remote GATT service.
WriteOptions
Represents the supported options to write a characteristic value to a server.

Enums§

Error
Errors that are returned by bluetooth.gatt methods.
ErrorCode
Codes that can be returned in the protocol_error_code field of a bluetooth.Error.
ReliableMode
Represents the reliability mode during long and prepared write operations.

Constants§

MAX_ATTRIBUTE_COUNT
MAX_CHARACTERISTIC_COUNT
MAX_DESCRIPTOR_COUNT
MAX_READ_BY_TYPE_RESULTS
MAX_READ_BY_TYPE_VALUE_LENGTH
MAX_SERVICE_COUNT
MAX_VALUE_LENGTH
PROPERTY_AUTHENTICATED_SIGNED_WRITES
PROPERTY_BROADCAST
Possible values for the characteristic properties bitfield. These specify the GATT procedures that are allowed for a particular characteristic.
PROPERTY_INDICATE
PROPERTY_NOTIFY
PROPERTY_READ
PROPERTY_RELIABLE_WRITE
PROPERTY_WRITABLE_AUXILIARIES
PROPERTY_WRITE
PROPERTY_WRITE_WITHOUT_RESPONSE