main_ubi_sdk v 0.1.3
This is UBI4 documentation
ble_gatt_server_port.h
Go to the documentation of this file.
1/*
2 ******************************************************************************
3 * @file ble_gatt_server_port.h
4 * @author A.Alborov
5 ******************************************************************************
6*/
7
8#ifndef MAIN_BLE_GATT_SERVER_PORT_H_
9#define MAIN_BLE_GATT_SERVER_PORT_H_
10#ifdef UBI_SDK_TARGET_ESP32
11
12void ble_gatt_server_initialize_port();
13
14#endif
15#endif /* MAIN_BLE_GATT_SERVER_PORT_H_ */