Definining Bluetooth characteristics #1673
-
I'm setting up BLE characteristics and noticed that CharacteristicProperties doesn't have a way to set Read AND Write. Is the best practice in NF to setup a different characteristic result per IO operation? Or is there a differerent way to setup read and write? For example... I'm able to pipe the operations in c++. pCharacteristic = pService->createCharacteristic( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I answered my own question... I can pipe the characterisitics in NF. :) |
Beta Was this translation helpful? Give feedback.
I answered my own question... I can pipe the characterisitics in NF. :)