1.2.2.2.3.3.6 BLE_DD_DiscInfo_T

C

typedef struct BLE_DD_DiscInfo_T
{
    uint16_t                svcStartHandle;
    uint16_t                svcEndHandle;
}BLE_DD_DiscInfo_T;

Description

Start and end handles for prime service.

Field Documentation

FieldDescription
svcStartHandleStart handle of discovered service.
svcEndHandleEnd handle of discovered service.