fix(wifi_prov_mgr): Api to keep BLE on after provisioning

This commit is contained in:
shreeyash
2024-07-29 14:27:45 +05:30
parent 1ddd2f42b5
commit 6e6fd2f6a3
8 changed files with 90 additions and 19 deletions
@@ -142,6 +142,12 @@ typedef struct protocomm_ble_config {
* BLE address
*/
uint8_t *ble_addr;
/**
* Flag to keep BLE on
*/
unsigned keep_ble_on:1;
} protocomm_ble_config_t;
/**