Nordic Semiconductor nRF5 AirFuel SDK
version 2.2.0
|
Advertiser module. This module shows an example of using periodic timeslots on the radio when the SoftDevice is running. More...
#include <stdint.h>
#include <stdbool.h>
#include "ble_types.h"
#include "ble_gap.h"
#include "ble_srv_common.h"
Go to the source code of this file.
Data Structures | |
struct | ble_beacon_init_t |
BLE beacon init type. More... | |
Functions | |
void | app_beacon_init (ble_beacon_init_t *p_init) |
Function for initializing the advertiser module. More... | |
void | app_beacon_start (void) |
Function for starting the advertisement. More... | |
void | app_beacon_stop (void) |
Function for stopping the advertisement. More... | |
Advertiser module. This module shows an example of using periodic timeslots on the radio when the SoftDevice is running.
This module implements an advertiser which can be run in parallel with the S110 (thus allowing, for example, to advertise while in a connection) This module shows an example of using periodic timeslots on the radio when the SoftDevice is running
Definition in file advertiser_beacon.h.
void app_beacon_init | ( | ble_beacon_init_t * | p_init | ) |
Function for initializing the advertiser module.
[in] | p_init | structure containing advertiser configuration information. |
Definition at line 71 of file advertiser_beacon.c.
void app_beacon_start | ( | void | ) |
Function for starting the advertisement.
Definition at line 85 of file advertiser_beacon.c.
void app_beacon_stop | ( | void | ) |
Function for stopping the advertisement.
Definition at line 92 of file advertiser_beacon.c.