nRF5 SDK v17.1.0
Public Types | Data Fields
ble_ots_oacp_evt_t Struct Reference

Definition of an OACP event. More...

#include <ble_ots.h>

Public Types

enum  {
  BLE_OTS_OACP_EVT_EXECUTE,
  BLE_OTS_OACP_EVT_REQ_READ,
  BLE_OTS_OACP_EVT_INCREASE_ALLOC_LEN,
  BLE_OTS_OACP_EVT_REQ_WRITE,
  BLE_OTS_OACP_EVT_ABORT
}
 

Data Fields

enum ble_ots_oacp_evt_t:: { ... }  type
 
union {
   ble_ots_object_t *   p_object
 
   struct {
      uint8_t   cmd_data_len
 
      uint8_t *   p_cmd_data
 
   }   execute_params
 
evt
 

Detailed Description

Definition of an OACP event.


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

Documentation feedback | Developer Zone | Subscribe | Updated