manager.monitorCharacteristicForDevice is not working for reading the notify value using nordic semiconductor bluetooth device
I am unable to read value from my nordic bluetooth device . I tried printing the characteristic value and below is the output
{ “_manager”: { /* Manager information */ },
“deviceID”: “My_Device_ID”, “id”: 9, “isIndicatable”: false,
“isNotifiable”: true, “isNotifying”: false,
“isReadable”: false, “isWritableWithResponse”: false,
“isWritableWithoutResponse”: false, “serviceID”: 7,
“serviceUUID”: “XXXX0001-XXXX-XXXX-XXXX-XXXXXX”,
“uuid”: “XXXX0003-XXXX-XXXX-XXXX-XXXXXX”, “value”: null }