用PSOC4我想广播自定义的内容,是不是直接更改这个结构体的内容呀
typedef struct
{
/*GAP Advertisement Parameters which includes Flags, Service UUIDs and short name*/
uint8 advData[CYBLE_GAP_MAX_ADV_DATA_LEN];
/*length of the advertising data. This should be made zero if there is no data */
uint8 advDataLen;
} CYBLE_GAPP_DISC_DATA_T;