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

Structure for holding information about the service and the characteristics present on a server. More...

#include <bm/bluetooth/ble_gatt_db.h>

Data Fields

ble_uuid_t srv_uuid
 UUID of the service.
 
uint8_t char_count
 Number of characteristics present in the service.
 
ble_gattc_handle_range_t handle_range
 Service Handle Range.
 
struct ble_gatt_db_char characteristics [CONFIG_BLE_GATT_DB_MAX_CHARS]
 Array of information related to the characteristics present in the service. This list can extend further than one.
 

Detailed Description

Structure for holding information about the service and the characteristics present on a server.


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