Enumerations

S132 SoftDevice v4.0.2 API

Detailed Description

Enumeration Type Documentation

GATT Client Event IDs.

Enumerator
BLE_GATTC_EVT_PRIM_SRVC_DISC_RSP

GATTC BLE Event base. Primary Service Discovery Response event.
See ble_gattc_evt_prim_srvc_disc_rsp_t .

BLE_GATTC_EVT_REL_DISC_RSP

Relationship Discovery Response event.
See ble_gattc_evt_rel_disc_rsp_t .

BLE_GATTC_EVT_CHAR_DISC_RSP

Characteristic Discovery Response event.
See ble_gattc_evt_char_disc_rsp_t .

BLE_GATTC_EVT_DESC_DISC_RSP

Descriptor Discovery Response event.
See ble_gattc_evt_desc_disc_rsp_t .

BLE_GATTC_EVT_ATTR_INFO_DISC_RSP

Attribute Information Response event.
See ble_gattc_evt_attr_info_disc_rsp_t .

BLE_GATTC_EVT_CHAR_VAL_BY_UUID_READ_RSP

Read By UUID Response event.
See ble_gattc_evt_char_val_by_uuid_read_rsp_t .

BLE_GATTC_EVT_READ_RSP

Read Response event.
See ble_gattc_evt_read_rsp_t .

BLE_GATTC_EVT_CHAR_VALS_READ_RSP

Read multiple Response event.
See ble_gattc_evt_char_vals_read_rsp_t .

BLE_GATTC_EVT_WRITE_RSP

Write Response event.
See ble_gattc_evt_write_rsp_t .

BLE_GATTC_EVT_HVX

Handle Value Notification or Indication event.
Confirm indication with sd_ble_gattc_hv_confirm .
See ble_gattc_evt_hvx_t .

BLE_GATTC_EVT_EXCHANGE_MTU_RSP

Exchange MTU Response event.
See ble_gattc_evt_exchange_mtu_rsp_t .

BLE_GATTC_EVT_TIMEOUT

Timeout event.
See ble_gattc_evt_timeout_t .

BLE_GATTC_EVT_WRITE_CMD_TX_COMPLETE

Write without Response transmission complete.
See ble_gattc_evt_write_cmd_tx_complete_t .

GATTC API SVC numbers.

Enumerator
SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER

GATTC BLE SVC base. Primary Service Discovery.

SD_BLE_GATTC_RELATIONSHIPS_DISCOVER

Relationship Discovery.

SD_BLE_GATTC_CHARACTERISTICS_DISCOVER

Characteristic Discovery.

SD_BLE_GATTC_DESCRIPTORS_DISCOVER

Characteristic Descriptor Discovery.

SD_BLE_GATTC_ATTR_INFO_DISCOVER

Attribute Information Discovery.

SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ

Read Characteristic Value by UUID.

SD_BLE_GATTC_READ

Generic read.

SD_BLE_GATTC_CHAR_VALUES_READ

Read multiple Characteristic Values.

SD_BLE_GATTC_WRITE

Generic write.

SD_BLE_GATTC_HV_CONFIRM

Handle Value Confirmation.

SD_BLE_GATTC_EXCHANGE_MTU_REQUEST

Exchange MTU Request.