nRF5 SDK v17.1.0
Data Fields
nrf_ble_ots_c_service_t Struct Reference

Structure for holding the Object Transfer Service found during the discovery process. More...

#include <nrf_ble_ots_c.h>

Data Fields

ble_gattc_service_t service
 The Object Transfer Service holding the discovered Object Transfer Service (0x1825).
 
ble_gattc_char_t ots_feature_char
 OTS Feature (0x2ABD).
 
ble_gattc_char_t object_name_char
 Object name (0x2ABE).
 
ble_gattc_char_t object_type_char
 Object type (0x2ABF).
 
ble_gattc_char_t object_size_char
 Object size (0x2AC0).
 
ble_gattc_char_t object_prop_char
 Object properties (0x2AC4).
 
ble_gattc_char_t object_action_cp_char
 Object action control point (0x2AC5).
 
ble_gattc_desc_t object_action_cp_cccd
 Object action control point descriptor. Enables or disables Object Transfer notifications.
 

Detailed Description

Structure for holding the Object Transfer Service found during the discovery process.


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

Documentation feedback | Developer Zone | Subscribe | Updated