BLE_DD_DiscInfo_T

C

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

Description

Structure for the range of a primary service during discovery.

Field Documentation

FieldDescription
svcStartHandleStarting handle of the discovered service.
svcEndHandleEnding handle of the discovered service.