Wirepas SDK
Main Page
Related Pages
Data Structures
Files
Example applications
File List
Globals
poslib_ble_beacon.h
Go to the documentation of this file.
1
6
#ifndef POSLIB_BLE_BEACON_H
7
#define POSLIB_BLE_BEACON_H
8
9
#include "
poslib_event.h
"
20
poslib_ret_e
PosLibBle_start
(
ble_beacon_settings_t
* settings);
21
28
void
PosLibBle_stop
();
29
37
void
PosLibBle_processEvent
(
poslib_internal_event_t
* event);
38
44
bool
PosLibBle_getEddystoneStatus
();
45
51
bool
PosLibBle_getiBeaconStatus
();
52
53
#endif
/* POSLIB_BLE_BEACON_H */
PosLibBle_stop
void PosLibBle_stop()
Stops BLE beacons, the module can only be restarted by calling PosLibBle_start
PosLibBle_getEddystoneStatus
bool PosLibBle_getEddystoneStatus()
Get the status of BLE Eddystone beacon.
poslib_ret_e
poslib_ret_e
Return codes of positioning functions.
Definition:
poslib.h:37
PosLibBle_processEvent
void PosLibBle_processEvent(poslib_internal_event_t *event)
BLE module event processing function
poslib_event.h
Header file for the poslib_event.c.
PosLibBle_getiBeaconStatus
bool PosLibBle_getiBeaconStatus()
Get the status of BLE iBeacon beacon.
PosLibBle_start
poslib_ret_e PosLibBle_start(ble_beacon_settings_t *settings)
Starts the BLE module and sets the beacons according to the provided configuration Note that if reque...
poslib_internal_event_t
Definition:
poslib_event.h:57
ble_beacon_settings_t
position library ble settings.
Definition:
poslib.h:245