|
Modbus Vault v1.0
|
BLE provisioner interface. More...
#include "esp_err.h"Go to the source code of this file.
Functions | |
| esp_err_t | ble_provisioner_start (void) |
| Start BLE provisioner. | |
BLE provisioner interface.
| esp_err_t ble_provisioner_start | ( | void | ) |
Start BLE provisioner.
| ESP_OK | Provision success |
| ESP_FAIL | Provision fail |
| ESP_ERR_INVALID_ARG | Provided invalid argument(s) |
| ESP_ERR_INVALID_STATE | Configuration in invalid state |
| ESP_ERR_NO_MEM | No available memory for resource allocation |