Nordic stack and drivers for the mbed BLE API

Dependents:   idd_hw5_bleFanProto

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_db_discovery_srv_t Struct Reference

ble_db_discovery_srv_t Struct Reference
[Structures]

Structure for holding information about the service and the characteristics found during the discovery process. More...

#include <ble_db_discovery.h>

Data Fields

ble_uuid_t srv_uuid
 UUID of the service.
uint8_t char_count
 Number of characteristics present in the service.
ble_db_discovery_char_t charateristics [BLE_DB_DISCOVERY_MAX_CHAR_PER_SRV]
 Array of information related to the characteristics present in the service.
ble_gattc_handle_range_t handle_range
 Service Handle Range.

Detailed Description

Structure for holding information about the service and the characteristics found during the discovery process.

Definition at line 94 of file ble_db_discovery.h.


Field Documentation

uint8_t char_count

Number of characteristics present in the service.

Definition at line 97 of file ble_db_discovery.h.

ble_db_discovery_char_t charateristics[BLE_DB_DISCOVERY_MAX_CHAR_PER_SRV]

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

Definition at line 98 of file ble_db_discovery.h.

Service Handle Range.

Definition at line 99 of file ble_db_discovery.h.

UUID of the service.

Definition at line 96 of file ble_db_discovery.h.