Hello,
I want to implement some kind of control point. This means, that I want to handle BLE write events to some characteristic. I've seen that the payload of the ATT Write Request or ATT Write Command is within the event data structure. Am I'm allowed to set the 'vloc' attribute to BLE_GATTS_VLOC_INVALID
?
If not, could I set the user Buffer to a one octed buffer and the receive the transmited data through the event structure?
A confused User ;-)