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
| Field | Description |
|---|---|
| p_primaryService | The user-defined 128-bit primary service UUID. |
| p_transTx | The user-defined 128-bit trans tx characteristic UUID. |
| p_transRx | The user-defined 128-bit trans rx characteristic UUID. |
| p_transCtrl | The user-defined 128-bit trans ctrl characteristic UUID. |
