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

ble_db_discovery_evt_t Struct Reference

ble_db_discovery_evt_t Struct Reference
[Structures]

Structure containing the event from the DB discovery module to the application. More...

#include <ble_db_discovery.h>

Data Fields

ble_db_discovery_evt_type_t evt_type
 Type of event.
uint16_t conn_handle
 Handle of the connection for which this event has occurred.
ble_db_discovery_srv_t discovered_db
 Structure containing the information about the GATT Database at the server.
uint32_t err_code
 nRF Error code indicating the type of error which occurred in the DB Discovery module.

Detailed Description

Structure containing the event from the DB discovery module to the application.

Definition at line 122 of file ble_db_discovery.h.


Field Documentation

uint16_t conn_handle

Handle of the connection for which this event has occurred.

Definition at line 125 of file ble_db_discovery.h.

Structure containing the information about the GATT Database at the server.

This will be filled when the event type is BLE_DB_DISCOVERY_COMPLETE.

Definition at line 128 of file ble_db_discovery.h.

uint32_t err_code

nRF Error code indicating the type of error which occurred in the DB Discovery module.

This will be filled when the event type is BLE_DB_DISCOVERY_ERROR.

Definition at line 129 of file ble_db_discovery.h.

Type of event.

Definition at line 124 of file ble_db_discovery.h.