ble_gatt_db_srv_t

nRF5 SDK v14.2.0

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

#include <ble_gatt_db.h>

Detailed Description

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

Field Documentation

uint8_t ble_gatt_db_srv_t::char_count

Number of characteristics present in the service.

ble_gatt_db_char_t ble_gatt_db_srv_t::charateristics[6]

Array of information related to the characteristics present in the service. This list can extend further than one.

ble_gattc_handle_range_t ble_gatt_db_srv_t::handle_range

Service Handle Range.

ble_uuid_t ble_gatt_db_srv_t::srv_uuid

UUID of the service.

  • components/ble/common/ble_gatt_db.h