BLE_TRSPS_EvtReceiveData_T
C
typedef struct BLE_TRSPS_EvtReceiveData_T
{
uint16_t connHandle;
}BLE_TRSPS_EvtReceiveData_T;Description
Structure for the BLE_TRSPS_EVT_RECEIVE_DATA event.
Field Documentation
| Field | Description |
|---|---|
| connHandle | Connection handle associated with this connection. |
