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
| Field | Description |
|---|---|
| svcStartHandle | Starting handle of the discovered service. |
| svcEndHandle | Ending handle of the discovered service. |
