BlueToe
an alternative GATT/BLE implementation
|
sets the Write Without Response Characteristic Property bit. More...
#include <bluetoe/characteristic_value.hpp>
sets the Write Without Response Characteristic Property bit.
By adding this bit to the Characteristic Properties, a client knows that it can use the Write Without Response sub-procedure. In this case, a client can write to a characteristic and will get no response from the GATT server. Don't use this property if there is any need to respond with an error to a write attempt.