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

Enumerations

enum  ble_db_discovery_evt_type_t {
  BLE_DB_DISCOVERY_COMPLETE,
  BLE_DB_DISCOVERY_ERROR,
  BLE_DB_DISCOVERY_SRV_NOT_FOUND
}
 Type of the DB Discovery event. More...
 

Detailed Description

Enumeration Type Documentation

Type of the DB Discovery event.

Enumerator
BLE_DB_DISCOVERY_COMPLETE 

Event indicating that the GATT Database discovery is complete.

BLE_DB_DISCOVERY_ERROR 

Event indicating that an internal error has occurred in the DB Discovery module. This could typically be because of the SoftDevice API returning an error code during the DB discover.

BLE_DB_DISCOVERY_SRV_NOT_FOUND 

Event indicating that the service was not found at the peer.