Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
 4.2.0-rc3
bt_ots_obj_metadata Struct Reference

Metadata of an OTS object. More...

#include <zephyr/bluetooth/services/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:
  • zephyr/bluetooth/services/ots.h