Код: Выделить всё
public void setCharacteristicNotification(BluetoothGattCharacteristic characteristic, boolean enabled) {
Код: Выделить всё
BluetoothGattDescriptor descriptor = characteristic.getDescriptor(
Код: Выделить всё
if (descriptor != null) {
descriptor.setvalue(BluetoothGattDescriptor.ENALE_NOTIFICATION_VALUE);
bleRes = tstBluetoothGatt.writeDescriptor(descriptor);
}
}
Подробнее здесь: https://stackoverflow.com/questions/782 ... code-obj-c