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
| Field | Description |
|---|---|
| svcStartHandle | Start handle of discovered service. |
| svcEndHandle | End handle of discovered service. |
