BLE_TRSPS_EvtVendorCmd_T
C
typedef struct BLE_TRSPS_EvtVendorCmd_T
{
    uint16_t         connHandle;
    uint16_t         length;
    uint8_t          *p_payLoad;
}BLE_TRSPS_EvtVendorCmd_T;Description
Data structure for BLE_TRSPS_EVT_VENDOR_CMD event.
Field Documentation
| Field | Description | 
|---|---|
| connHandle | Connection handle associated with this connection. | 
| length | Vendor command payload length. | 
| p_payLoad | Vendor command payload pointer. | 
