BLE_TRSPC_EvtVendorCmd_T
C
typedef struct BLE_TRSPC_EvtVendorCmd_T
{
uint16_t connHandle;
uint8_t payloadLength;
uint8_t *p_payLoad;
} BLE_TRSPC_EvtVendorCmd_T;Description
Data structure for BLE_TRSPC_EVT_VENDOR_CMD event.
Field Documentation
| Field | Description |
|---|---|
| connHandle | Connection handle associated with this connection. |
| payloadLength | Length of payload. |
| p_payLoad | Vendor command payload pointer. |
