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

Structure for the BLE_TRCBPS_EVT_VENDOR_CMD event.

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
lengthLength of the vendor command payload.
p_payLoadPointer to the vendor command payload.