Patched version of nrf51822 FOTA compatible driver, with GPTIO disabled, as it clashed with the mbed definitions...

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

Enumerations

Enumerations

enum  BLE_GATTC_SVCS {
  SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER = BLE_GATTC_SVC_BASE, SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, SD_BLE_GATTC_DESCRIPTORS_DISCOVER,
  SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, SD_BLE_GATTC_READ, SD_BLE_GATTC_CHAR_VALUES_READ, SD_BLE_GATTC_WRITE,
  SD_BLE_GATTC_HV_CONFIRM
}
 

GATTC API SVC numbers.

More...

Enumeration Type Documentation

GATTC API SVC numbers.

Enumerator:
SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER 

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_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.

Definition at line 26 of file ble_gattc.h.