请问去掉void SimpleBLEPeripheral_Init( uint8 task_id )中的DevInfo_AddService(); 为什么会造成BLE通信不正常?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
请问去掉void SimpleBLEPeripheral_Init( uint8 task_id )中的DevInfo_AddService(); 为什么会造成BLE通信不正常?
Hi,ViKi Shi
那它和 SimpleProfile_AddService( GATT_ALL_SERVICES ); // Simple GATT Profile有什么区别,我感觉都是添加Profile?