Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: BLE_Acceleration_Statejudging
Fork of nRF51822 by
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.
Generated on Tue Jul 12 2022 20:03:50 by
 1.7.2
 1.7.2 
    