# Functions
NewApplication instantiate a new application service.
NewCallbackError create a new callback error.
NewGattCharacteristic1 create a new GattCharacteristic1 client.
NewGattDescriptor1 create a new GattDescriptor1 client.
NewGattService1 create a new instance of GattService1.
NewLEAdvertisement1 create a new LEAdvertisement1 client.
NewObjectManager create a new instance.
NewProperties create a new instance.
# Constants
CallbackFunctionError callback reported an error.
CallbackNotRegistered callback not registered.
UUIDSuffix fixed 128bit UUID [0000]+[xxxx]+[-0000-1000-8000-00805F9B34FB].
# Variables
DbusErr a generic dbus Error.
DbusErrIfaceNotFound interface not found.
DbusErrPropNotFound property not found.
# Structs
Application a bluetooth service exposed by bluez.
ApplicationConfig configuration for the bluetooth service.
CallbackError error from a callback.
GattCharacteristic1 client.
GattCharacteristic1Config GattCharacteristic1 configuration.
GattDescriptor1 client.
GattDescriptor1Config GattDescriptor1 configuration.
GattService1 interface implementation.
GattService1Config GattService configuration.
LEAdvertisement1 client.
LEAdvertisement1Config LEAdvertisement1 configuration.
ObjectManager interface implementation.
Properties interface implementation.
# Type aliases
GattDescriptorReadCallback A callback we can register to handle descriptor ead requests.
GattDescriptorWriteCallback A callback we can register to handle descriptor write requests.
GattReadCallback A callback we can register to handle read requests.
GattWriteCallback A callback we can register to handle write requests.