This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

simple ble peripheral

hi,

i am modifying simple ble peripheral source code.

how to enable notifications without writing 01:00 to client characteristic configuration.

what are the modifications to the source to enable automatic notification. i.e peripheral should notify to master without  writing 01:00 to client characteristic configuration.

thank you.

  • Hello Kiran,

    The GATT server client have to write 01:00 to enable notifications according to the BLE specification as I said in another thread. You could use non connectable advertisements to indicate directly the button push status, but this would then be visible to all BLE scanners and does not need a connection to be formed.