main/ble_adv.h

Mon, 17 Apr 2023 14:54:35 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 17 Apr 2023 14:54:35 +0200
changeset 31
ec5c7794dcd6
permissions
-rw-r--r--

Added basic BLE code.

/**
 * @file ble_adv.h
 * @brief BLE Advertise services.
 */

#ifndef _BLE_ADV_H
#define _BLE_ADV_H


esp_err_t ble_balkon_adv_config(void);
void ble_balkon_adv_start(void);
void ble_balkon_adv_set_complete_handle(void);


#endif

mercurial