1.1.2.3.7.2.3.8 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;

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
lengthVendor command payload length.
p_payLoadVendor command payload pointer.