Nordic Semiconductor nRF5 AirFuel SDK  version 2.2.0
ptu_beacons.h
Go to the documentation of this file.
1 /* Copyright (c) 2015 Nordic Semiconductor. All Rights Reserved.
2  *
3  * The information contained herein is property of Nordic Semiconductor ASA.
4  * Terms and conditions of usage are described in detail in NORDIC
5  * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
6  *
7  * Licensees are granted free, non-transferable use of the information. NO
8  * WARRANTY of ANY KIND is provided. This heading must NOT be removed from
9  * the file.
10  *
11  */
12 
16 #ifndef PTU_BEACONS_H__
17 #define PTU_BEACONS_H__
18 
19 #include <stdbool.h>
20 #include <stdint.h>
21 
22 #include "ptu.h"
23 
26 void ptu_beacons_init(void);
27 
30 void ptu_beacons_start(void);
31 
32 #endif //PTU_BEACONS_H__
void ptu_beacons_init(void)
Initialize beacons handling.
Definition: ptu_beacons.c:192
void ptu_beacons_start(void)
Start PTU Beacons.
Definition: ptu_beacons.c:187