#include <ble_db_discovery.h>
Bluetooth LE database discovery event type.
| Enumerator |
|---|
| BLE_DB_DISCOVERY_COMPLETE | Event indicating that the discovery of one service is complete.
|
| BLE_DB_DISCOVERY_SRV_NOT_FOUND | Event indicating that the service was not found at the peer.
|
| BLE_DB_DISCOVERY_AVAILABLE | Event indicating that the DB discovery instance is available.
|
| BLE_DB_DISCOVERY_ERROR | Event indicating that an internal error has occurred in the DB Discovery library.
This could typically be because of the SoftDevice API returning an error code during the database discovery.
|