main/ble_adv.h

changeset 31
ec5c7794dcd6
equal deleted inserted replaced
30:7448b8dd4288 31:ec5c7794dcd6
1 /**
2 * @file ble_adv.h
3 * @brief BLE Advertise services.
4 */
5
6 #ifndef _BLE_ADV_H
7 #define _BLE_ADV_H
8
9
10 esp_err_t ble_balkon_adv_config(void);
11 void ble_balkon_adv_start(void);
12 void ble_balkon_adv_set_complete_handle(void);
13
14
15 #endif

mercurial