Service constructor
A partial class to initialise values
Readonly
deviceThe device the service is related to
Protected
emitterReadonly
isWhether the service is a primary one
Readonly
uuidThe unique identifier of the service
Gets a single characteristic contained in the service
characteristic UUID
Promise containing the characteristic
Gets a list of characteristics contained in the service
Optional
characteristic: BluetoothCharacteristicUUIDcharacteristic UUID
Promise containing an array of characteristics
Gets a single service included in the service
service UUID
Promise containing the service
Gets a list of services included in the service
Optional
service: BluetoothServiceUUIDservice UUID
Promise containing an array of services
Bluetooth Remote GATT Service class