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

OTS client instance. More...

#include <ots.h>

Data Fields

uint16_t start_handle
 
uint16_t end_handle
 
uint16_t feature_handle
 
uint16_t obj_name_handle
 
uint16_t obj_type_handle
 
uint16_t obj_size_handle
 
uint16_t obj_properties_handle
 
uint16_t obj_created_handle
 
uint16_t obj_modified_handle
 
uint16_t obj_id_handle
 
uint16_t oacp_handle
 
uint16_t olcp_handle
 
struct bt_gatt_subscribe_params oacp_sub_params
 
struct bt_gatt_discover_params oacp_sub_disc_params
 
struct bt_gatt_subscribe_params olcp_sub_params
 
struct bt_gatt_discover_params olcp_sub_disc_params
 
struct bt_gatt_write_params write_params
 
struct bt_gatt_read_params read_proc
 
struct bt_ots_client_cbcb
 
struct bt_ots_feat features
 
struct bt_ots_obj_metadata cur_object
 

Detailed Description

OTS client instance.

Field Documentation

◆ cb

struct bt_ots_client_cb* bt_ots_client::cb

◆ cur_object

struct bt_ots_obj_metadata bt_ots_client::cur_object

◆ end_handle

uint16_t bt_ots_client::end_handle

◆ feature_handle

uint16_t bt_ots_client::feature_handle

◆ features

struct bt_ots_feat bt_ots_client::features

◆ oacp_handle

uint16_t bt_ots_client::oacp_handle

◆ oacp_sub_disc_params

struct bt_gatt_discover_params bt_ots_client::oacp_sub_disc_params

◆ oacp_sub_params

struct bt_gatt_subscribe_params bt_ots_client::oacp_sub_params

◆ obj_created_handle

uint16_t bt_ots_client::obj_created_handle

◆ obj_id_handle

uint16_t bt_ots_client::obj_id_handle

◆ obj_modified_handle

uint16_t bt_ots_client::obj_modified_handle

◆ obj_name_handle

uint16_t bt_ots_client::obj_name_handle

◆ obj_properties_handle

uint16_t bt_ots_client::obj_properties_handle

◆ obj_size_handle

uint16_t bt_ots_client::obj_size_handle

◆ obj_type_handle

uint16_t bt_ots_client::obj_type_handle

◆ olcp_handle

uint16_t bt_ots_client::olcp_handle

◆ olcp_sub_disc_params

struct bt_gatt_discover_params bt_ots_client::olcp_sub_disc_params

◆ olcp_sub_params

struct bt_gatt_subscribe_params bt_ots_client::olcp_sub_params

◆ read_proc

struct bt_gatt_read_params bt_ots_client::read_proc

◆ start_handle

uint16_t bt_ots_client::start_handle

◆ write_params

struct bt_gatt_write_params bt_ots_client::write_params

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