Example 1
This example illustrates how to enable and disable trace logs.
#include "platform.h"
#include "at_ble_api.h"
{
...
...
...
...
return 0;
}
*
Example 2
This example illustrates how to use different levels of trace logs.
#include "platform.h"
#include "at_ble_api.h"
{
...
...
return 0;
}
*