|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
Metadata of an OTS object. More...
#include <ots.h>
Data Fields | |
| struct bt_ots_obj_type | type |
| Object Type. | |
| struct bt_ots_obj_size | size |
| Object Size. | |
| uint32_t | props |
| Object Properties. | |
Metadata of an OTS object.
Used by the server as a descriptor for OTS object initialization. Used by the client to present object metadata to the application.
| uint32_t bt_ots_obj_metadata::props |
Object Properties.
| struct bt_ots_obj_size bt_ots_obj_metadata::size |
Object Size.
| struct bt_ots_obj_type bt_ots_obj_metadata::type |
Object Type.