fix(wifi_prov_mgr): Api to keep BLE on after provisioning
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user