BLE_SMP_EvtNotifyKeys_T
C
typedef struct  BLE_SMP_EvtNotifyKeys_T
{
    uint16_t                connHandle;
    BLE_SMP_KeyList_T       keys;
} BLE_SMP_EvtNotifyKeys_T;Description
Data structure for BLE_SMP_EVT_NOTIFY_KEYS event.
Field Documentation
| Field | Description | 
|---|---|
| connHandle | Connection handle associated with this connection. | 
| keys | Keys associated with this connection. | 
