Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_ots_obj_metadata Struct Reference

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.
 

Detailed Description

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.

Field Documentation

◆ props

uint32_t bt_ots_obj_metadata::props

Object Properties.

◆ size

struct bt_ots_obj_size bt_ots_obj_metadata::size

Object Size.

◆ type

struct bt_ots_obj_type bt_ots_obj_metadata::type

Object Type.


The documentation for this struct was generated from the following file: