#include <include/bluetooth/mesh/gen_prop.h>
Access flags for properties
Enumerator |
---|
BT_MESH_PROP_ACCESS_PROHIBITED | Access to the property is prohibited.
|
BT_MESH_PROP_ACCESS_READ | Property may be read.
|
BT_MESH_PROP_ACCESS_WRITE | Property may be written.
|
BT_MESH_PROP_ACCESS_READ_WRITE | Property may be read or written.
|