Nordic Semiconductor nRF5 AirFuel SDK  version 2.2.0
pru_adv.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 
20 #ifndef PRU_ADV_H__
21 #define PRU_ADV_H__
22 
23 #include <stdint.h>
24 #include "ble_wpts.h"
25 
26 
34 uint32_t pru_advdata_set(ble_wpts_t * p_wpts);
35 
36 #endif // PRU_ADV_H__
37 
uint32_t pru_advdata_set(ble_wpts_t *p_wpts)
Advertising functionality initialization.
Definition: pru_adv.c:27
WPT Service status structure.
Definition: ble_wpts.h:71