Nordic stack and drivers for the mbed BLE API

Dependents:   idd_hw5_bleFanProto

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

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

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.

Definition at line 68 of file ble_db_discovery.h.