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

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
payloadLengthLength of payload.
p_payLoadVendor command payload pointer.