main/ble_gap.h

changeset 31
ec5c7794dcd6
equal deleted inserted replaced
30:7448b8dd4288 31:ec5c7794dcd6
1 /**
2 * @file ble_gap.h
3 * @brief BLE GAP service.
4 */
5
6 #ifndef _BLE_GAP_H
7 #define _BLE_GAP_H
8
9
10 void ble_balkon_gap_register(void);
11
12 #endif

mercurial