Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 11 months ago.
Help with #if #endif...
In the BLE_Observer, what does this code? DUMP_ADV_DATA is user defined?
- if DUMP_ADV_DATA for (unsigned index = 0; index < params->advertisingDataLen; index++) { printf("%02x ", params->advertisingData[index]); } printf("\r\n");
- endif /* DUMP_ADV_DATA */ }
Thanks!