|
Wirepas SDK
|
|
Go to the documentation of this file.
6 #ifndef POSLIB_BLE_BEACON_H
7 #define POSLIB_BLE_BEACON_H
void PosLibBle_stop()
Stops BLE beacons, the module can only be restarted by calling PosLibBle_start
bool PosLibBle_getEddystoneStatus()
Get the status of BLE Eddystone beacon.
poslib_ret_e
Return codes of positioning functions.
void PosLibBle_processEvent(poslib_internal_event_t *event)
BLE module event processing function
Header file for the poslib_event.c.
bool PosLibBle_getiBeaconStatus()
Get the status of BLE iBeacon beacon.
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...
position library ble settings.