|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Metadata of an OTS object. More...
#include <ots.h>
Data Fields | |
| char * | name |
| Object Name. | |
| char | name_c [CONFIG_BT_OTS_OBJ_MAX_NAME_LEN+1] |
| Object name (client). | |
| struct bt_ots_obj_type | type |
| Object Type. | |
| struct bt_ots_obj_size | size |
| Object Size. | |
| struct bt_ots_date_time | first_created |
| Object first created time. | |
| struct bt_ots_date_time | modified |
| Object last modified time. | |
| uint64_t | id |
| Object ID. | |
| 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.
| struct bt_ots_date_time bt_ots_obj_metadata::first_created |
Object first created time.
| uint64_t bt_ots_obj_metadata::id |
Object ID.
| struct bt_ots_date_time bt_ots_obj_metadata::modified |
Object last modified time.
| char* bt_ots_obj_metadata::name |
Object Name.
| char bt_ots_obj_metadata::name_c[CONFIG_BT_OTS_OBJ_MAX_NAME_LEN+1] |
Object name (client).
| 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.