How do i enable indication on GATT Client Characteristic Configuration, which one is the correct command?
cccd.requestWrite([2,0]b);
cccd.requestWrite([0,2]b);
Im an not sure how the byte array is mapped on the bit fields.
How do i enable indication on GATT Client Characteristic Configuration, which one is the correct command?