sandeepmistry / arduino-BLEPeripheral

An Arduino library for creating custom BLE peripherals with Nordic Semiconductor's nRF8001 or nR51822.
MIT License
462 stars 179 forks source link

ANCS Implementation canWrite is false #282

Open M3sca opened 3 years ago

M3sca commented 3 years ago

I was write ANCS notification system with a "smartwatch" . I start from the example but when I try to use ancsControlPointCharacteristic it doesn't work. ancsControlPointCharacteristic.canWrite is false and ancsControlPointCharacteristic.write return false :( And ideas?