1.2.2.3.7.2.3.9 BLE_TRSPS_Uuids_T

C

typedef struct  BLE_TRSPS_Uuids_T
{
    uint8_t *p_primaryService;
    uint8_t *p_transTx;
    uint8_t *p_transRx;
    uint8_t *p_transCtrl;
} BLE_TRSPS_Uuids_T;

Description

The structure contains information about change UUID function parameters.

Field Documentation

FieldDescription
p_primaryServiceThe user-defined 128-bit primary service UUID.
p_transTxThe user-defined 128-bit trans tx characteristic UUID.
p_transRxThe user-defined 128-bit trans rx characteristic UUID.
p_transCtrlThe user-defined 128-bit trans ctrl characteristic UUID.