Modbus Vault v1.0
Loading...
Searching...
No Matches
ble_provisioner.h
Go to the documentation of this file.
1
9#ifndef BLE_PROVISIONER_H
10#define BLE_PROVISIONER_H
11
12#include "esp_err.h"
13
24esp_err_t ble_provisioner_start (void);
25
26#endif
esp_err_t ble_provisioner_start(void)
Start BLE provisioner.
Definition ble_provisioner.c:90