disableNotifications

fun disableNotifications(serviceUuid: UUID, characteristicUuid: UUID)

Disables notifications for a characteristic.

Delegates to BleConnection.disableNotifications.

Parameters

serviceUuid

The UUID of the GATT service containing the characteristic.

characteristicUuid

The UUID of the characteristic to disable notifications for.

See also