nRF51 SDK - S110 SoftDevice
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages

Data Structures

struct  ble_gattc_handle_range_t
 Operation Handle Range. More...
 
struct  ble_gattc_service_t
 GATT service. More...
 
struct  ble_gattc_include_t
 GATT include. More...
 
struct  ble_gattc_char_t
 GATT characteristic. More...
 
struct  ble_gattc_desc_t
 GATT descriptor. More...
 
struct  ble_gattc_write_params_t
 Write Parameters. More...
 
struct  ble_gattc_evt_prim_srvc_disc_rsp_t
 Event structure for BLE_GATTC_EVT_PRIM_SRVC_DISC_RSP. More...
 
struct  ble_gattc_evt_rel_disc_rsp_t
 Event structure for BLE_GATTC_EVT_REL_DISC_RSP. More...
 
struct  ble_gattc_evt_char_disc_rsp_t
 Event structure for BLE_GATTC_EVT_CHAR_DISC_RSP. More...
 
struct  ble_gattc_evt_desc_disc_rsp_t
 Event structure for BLE_GATTC_EVT_DESC_DISC_RSP. More...
 
struct  ble_gattc_handle_value_t
 GATT read by UUID handle value pair. More...
 
struct  ble_gattc_evt_char_val_by_uuid_read_rsp_t
 Event structure for BLE_GATTC_EVT_CHAR_VAL_BY_UUID_READ_RSP. More...
 
struct  ble_gattc_evt_read_rsp_t
 Event structure for BLE_GATTC_EVT_READ_RSP. More...
 
struct  ble_gattc_evt_char_vals_read_rsp_t
 Event structure for BLE_GATTC_EVT_CHAR_VALS_READ_RSP. More...
 
struct  ble_gattc_evt_write_rsp_t
 Event structure for BLE_GATTC_EVT_WRITE_RSP. More...
 
struct  ble_gattc_evt_hvx_t
 Event structure for BLE_GATTC_EVT_HVX. More...
 
struct  ble_gattc_evt_timeout_t
 Event structure for BLE_GATTC_EVT_TIMEOUT. More...
 
struct  ble_gattc_evt_t
 GATTC event type. More...
 

Enumerations

enum  BLE_GATTC_EVTS {
  BLE_GATTC_EVT_PRIM_SRVC_DISC_RSP = 0x30,
  BLE_GATTC_EVT_REL_DISC_RSP,
  BLE_GATTC_EVT_CHAR_DISC_RSP,
  BLE_GATTC_EVT_DESC_DISC_RSP,
  BLE_GATTC_EVT_CHAR_VAL_BY_UUID_READ_RSP,
  BLE_GATTC_EVT_READ_RSP,
  BLE_GATTC_EVT_CHAR_VALS_READ_RSP,
  BLE_GATTC_EVT_WRITE_RSP,
  BLE_GATTC_EVT_HVX,
  BLE_GATTC_EVT_TIMEOUT
}
 GATT Client Event IDs. More...
 

Detailed Description

Enumeration Type Documentation

GATT Client Event IDs.

Enumerator
BLE_GATTC_EVT_PRIM_SRVC_DISC_RSP 

Primary Service Discovery Response event.

BLE_GATTC_EVT_REL_DISC_RSP 

Relationship Discovery Response event.

BLE_GATTC_EVT_CHAR_DISC_RSP 

Characteristic Discovery Response event.

BLE_GATTC_EVT_DESC_DISC_RSP 

Descriptor Discovery Response event.

BLE_GATTC_EVT_CHAR_VAL_BY_UUID_READ_RSP 

Read By UUID Response event.

BLE_GATTC_EVT_READ_RSP 

Read Response event.

BLE_GATTC_EVT_CHAR_VALS_READ_RSP 

Read multiple Response event.

BLE_GATTC_EVT_WRITE_RSP 

Write Response event.

BLE_GATTC_EVT_HVX 

Handle Value Notification or Indication event.

BLE_GATTC_EVT_TIMEOUT 

Timeout event.