我在simpleBLEBroadcaster里面看到这里的代码最后只是执行到peripheralStateNotificationCB里的GAPROLE_ADVERTISING,在这边就只利用lcd进行了个显示信息,其余什么也没有做,想请教下如何进行广播数据?GATT_Notification可以使用吗?如果使用的话如何设置其中的参数?bStatus_t GATT_Notification( uint16 connHandle, attHandleValueNoti_t *pNoti, uint8 authenticated );其中的connHandle可以是0xffff吗? 我是用的GATT_Notification,然后connHandle写的0xffff,但是返回值却是0x39 找了个半天也没找到0x39这个返回值是个什么?请教高手给予解答,谢谢!