package
0.0.0-20240205054510-58b7ee1d6e01
Repository: https://github.com/aeterlink-dev/go-bluetooth.git
Documentation: pkg.go.dev

# Functions

NewGattCharacteristic1 create a new instance of GattCharacteristic1 Args: - objectPath: [variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX/serviceXX/charYYYY.
NewGattDescriptor1 create a new instance of GattDescriptor1 Args: - objectPath: [variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX/serviceXX/charYYYY/descriptorZZZ.
NewGattManager1 create a new instance of GattManager1 Args: - objectPath: [variable prefix]/{hci0,hci1,...}.
NewGattManager1FromAdapterID create a new instance of GattManager1 adapterID: ID of an adapter eg.
NewGattProfile1 create a new instance of GattProfile1 Args: - servicePath: <application dependent> - objectPath: <application dependent>.
NewGattService1 create a new instance of GattService1 Args: - objectPath: [variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX/serviceXX.

# Constants

Defines how the characteristic value can be used.
Defines how the characteristic value can be used.
Defines how the characteristic value can be used.
Defines how the characteristic value can be used.
Defines how the characteristic value can be used.
Defines how the characteristic value can be used.
Defines how the characteristic value can be used.
Defines how the characteristic value can be used.
Defines how the characteristic value can be used.
Defines how the characteristic value can be used.
Defines how the characteristic value can be used.
Defines how the characteristic value can be used.
Defines how the characteristic value can be used.
Defines how the characteristic value can be used.
Defines how the characteristic value can be used.
Descriptor specific flags.
Descriptor specific flags.
Descriptor specific flags.
Descriptor specific flags.
Descriptor specific flags.
Descriptor specific flags.
Descriptor specific flags.
Descriptor specific flags.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

GattCharacteristic1 Characteristic hierarchy For local GATT defined services, the object paths need to follow the service path hierarchy and are freely definable.
GattCharacteristic1Properties contains the exposed properties of an interface.
GattDescriptor1 Characteristic Descriptors hierarchy Local or remote GATT characteristic descriptors hierarchy.
GattDescriptor1Properties contains the exposed properties of an interface.
GattManager1 GATT Manager hierarchy GATT Manager allows external applications to register GATT services and profiles.
GattManager1Properties contains the exposed properties of an interface.
GattProfile1 GATT Profile hierarchy Local profile (GATT client) instance.
GattProfile1Properties contains the exposed properties of an interface.
GattService1 Service hierarchy GATT remote and local service representation.
GattService1Properties contains the exposed properties of an interface.