BLE_SMP_EvtDisplayCompareValueReq_T
C
typedef struct BLE_SMP_EvtDisplayCompareValueReq_T
{
uint16_t connHandle;
uint8_t value[6];
} BLE_SMP_EvtDisplayCompareValueReq_T;Description
Structure for BLE_SMP_EVT_NUMERIC_COMPARISON_CONFIRM_REQUEST event.
Field Documentation
| Field | Description |
|---|---|
| connHandle | Connection handle associated with this connection. |
| value | 6-digit numeric comparison value in ASCII format that the user needs to confirm. |
