KableBleService
BleService implementation backed by a Kable Peripheral for a specific GATT service.
Functions
Creates a handle for a characteristic belonging to this service.
Returns the UUIDs of all characteristics discovered for this service. Empty for non-Kable platforms.
Returns true when the characteristic is present on the connected device.
Observes notifications/indications from the characteristic.
Observes notifications/indications from the characteristic with an onSubscription action that fires after notifications are enabled (CCCD written).
Returns the preferred write type for the characteristic on this platform/device.
Reads the characteristic value once.
Extension to convert a BleService to a MeshtasticRadioProfile.
Writes a value to the characteristic using the requested BLE write type.