Initial release

Fork of nrf51-sdk by Lancaster University

Embed: (wiki syntax)

« Back to documentation index

ble_gatt_db_srv_t Struct Reference

ble_gatt_db_srv_t Struct Reference

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

#include <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.
ble_gatt_db_char_t charateristics [BLE_GATT_DB_MAX_CHARS]
 Array of information related to the characteristics present in the service.

Detailed Description

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

Definition at line 54 of file ble_gatt_db.h.


Field Documentation

uint8_t char_count

Number of characteristics present in the service.

Definition at line 57 of file ble_gatt_db.h.

ble_gatt_db_char_t charateristics[BLE_GATT_DB_MAX_CHARS]

Array of information related to the characteristics present in the service.

This list can extend further than one.

Definition at line 59 of file ble_gatt_db.h.

Service Handle Range.

Definition at line 58 of file ble_gatt_db.h.

UUID of the service.

Definition at line 56 of file ble_gatt_db.h.