nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches
ble_db_discovery_evt Struct Reference

Bluetooth LE database discovery event. More...

#include <bm/bluetooth/ble_db_discovery.h>

Data Fields

enum ble_db_discovery_evt_type evt_type
 Type of event.
 
uint16_t conn_handle
 Handle of the connection for which this event has occurred.
 
union { 
 
   const struct ble_gatt_db_srv *   discovered_db 
 Parameters for BLE_DB_DISCOVERY_COMPLETE. More...
 
   ble_uuid_t   srv_uuid 
 Parameters for BLE_DB_DISCOVERY_SRV_NOT_FOUND. More...
 
   struct { 
 
      uint32_t   reason 
 Error reason. More...
 
   }   error 
 Parameters for BLE_DB_DISCOVERY_ERROR. More...
 
};  
 

Detailed Description

Bluetooth LE database discovery event.


The documentation for this struct was generated from the following file: