Hello,
I tested the example project "custom serial chat" from Atmel and wanted to see which Handle is used to send and receive data from Smartphone to the BLE-Board (SAMD21+ATBTLC1000). For this purpose I used the Bluefruit Sniffer LE to view the data flow on wireshark and I noticed that the write command "Rcvd write command" that shows the handle is missing.
Please can you help to fix it? I saw many Examples on Youtube where the receive write command always appear. Why doesn't it appear in my case?
Here you can see how it looks like: wireshark_data_flow.png
Thank you