hi Support Team,
Mesh 2.0
#if GATT_PROXY
if (is_provisioned)
{
proxy_init();
}
Where is proxy_init() declared and defined..
I am not able to goto definition by RightClick-> goto Definition.
hi Support Team,
Mesh 2.0
#if GATT_PROXY
if (is_provisioned)
{
proxy_init();
}
Where is proxy_init() declared and defined..
I am not able to goto definition by RightClick-> goto Definition.
Hi,
You should able to find the function in proxy.c file under the GATT folder.
Hi,
You should able to find the function in proxy.c file under the GATT folder.