Discussions

Ask a Question
ANSWERED

clien_log for LOG_INFO not printing out log message:

Hi In components/ayla/adaclient.c, I am trying to print some debug information in log. The function following statement is not printing any thing. However similar original function statement preceding this statement perfectly prints its log message. Why additional below additional log message is not getting printed to the log ? client_info(LOG_INFO "log message %s %d",string_buffer, int_variable); File: components/ayla/adaclient.c void client_clock_set(u32 new_time, enum clock_src src) { ........ client_log(LOG_INFO "clock now %s UTC", buf); //NOTE: This original statement prints log message. //NOTE: Above original function statement is modified below by adding additional variable src to be printed. client_log(LOG_INFO "clock now %s UTC clock-source= %d", buf, src); Issue: Modified statement continues to print same message from original statement above and does not show modified message. Question: Above such minor modification in the file client.c is not taking effect ?
ANSWERED

Procedure after mobile discovers BLE devices

What’s the procedure after mobile discovers BLE devices? Should we follow the Wi-Fi procedure to register the device?
ANSWERED

Mobile lib - scenarios that cause device location change/update

In mobile lib, what scenario will cause device location change/update? What API is related to this?
ANSWERED

Android LAN mode pause/resume calls

Are Android LAN mode pause/resume calls needed?
ANSWERED

Aura Mobile Application

What is Aura Mobile Application?
ANSWERED

What are AppID and AppSecret?

What are AppID and AppSecret?
ANSWERED

Number of Properties supported in LAN Mode

How many properties are supported in the LAN mode?
ANSWERED

Error - "timed out waiting for command response"

Why am I getting this error in the app - "timed out waiting for command response"?
ANSWERED

Property page of Aura app

Why the properties of the device aren’t getting displayed in the property page of Aura app?
ANSWERED

Device list in the mobile App

Although the device has been registered through the Ayla Developer portal, why can’t it be seen in the device list in the mobile App.