Provisioning manager - Event when smartphone connects
Posted: Mon Jan 31, 2022 3:17 pm
Hello all,
Is there a way to be notified as soon as one smartphone starts the provisioning routine, i.e. as soon as the BLE connection is established?
From the example, I see these:
But none of those seem to be triggered at that time. I thought maybe something related to protocomm could help me. Do you have any ideas?
Thank you,
Davi
Is there a way to be notified as soon as one smartphone starts the provisioning routine, i.e. as soon as the BLE connection is established?
From the example, I see these:
Code: Select all
WIFI_PROV_START, WIFI_PROV_CRED_RECV, WIFI_PROV_CRED_FAIL, WIFI_PROV_CRED_SUCCESS, WIFI_PROV_END
Thank you,
Davi