Part Number:SIMPLELINK-CC2640R2-SDK
Hi,
I commented out the simple peripheral services below, but I can still see the services at LightBlue App, why?
// Initialize GATT attributes GGS_AddService(GATT_ALL_SERVICES); // GAP GATT Service GATTServApp_AddService(GATT_ALL_SERVICES); // GATT Service //DevInfo_AddService(); // Device Information Service //SimpleProfile_AddService(GATT_ALL_SERVICES); // Simple GATT Profile
-kel