1.1.2.3.6.1.3.7 BLE_TRCBPS_EvtVendorCmd_T
C
typedef struct BLE_TRCBPS_EvtVendorCmd_T { uint16_t connHandle; uint16_t length; uint8_t *p_payLoad; } BLE_TRCBPS_EvtVendorCmd_T;
Description
Data structure for BLE_TRCBPS_EVT_VENDOR_CMD event.
Field Documentation
Field | Description |
---|---|
connHandle | Connection handle associated with this connection. |
length | Length of Vendor command. |
p_payLoad | Pointer to Vendor command payload. |