nRF51 SDK v9.0.0
Enumerations
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.


This document was last updated on Thu Jul 9 2015.
Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone.