![]()  | 
        
           Wirepas SDK
           
         | 
        
Header for the BLE beacons module. More...
Header for the BLE beacons module.
Definition in file poslib_ble_beacon.h.
Go to the source code of this file.
Functions | |
| 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 requeste mode is POSLIB_BLE_ON_WHEN_OFFLINE the beacons will only be started when the node is outside the WM coverage.  More... | |
| void | PosLibBle_stop () | 
| Stops BLE beacons, the module can only be restarted by calling PosLibBle_start  More...  | |
| void | PosLibBle_processEvent (poslib_internal_event_t *event) | 
| BLE module event processing function  More...  | |
| bool | PosLibBle_getEddystoneStatus () | 
| Get the status of BLE Eddystone beacon.  More... | |
| bool | PosLibBle_getiBeaconStatus () | 
| Get the status of BLE iBeacon beacon.  More... | |
| bool PosLibBle_getEddystoneStatus | ( | ) | 
Get the status of BLE Eddystone beacon.
| bool PosLibBle_getiBeaconStatus | ( | ) | 
Get the status of BLE iBeacon beacon.
| void PosLibBle_processEvent | ( | poslib_internal_event_t * | event | ) | 
BLE module event processing function 
 
| event | the event to process ( pointer to poslib_internal_event_t ) | 
| 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 requeste mode is POSLIB_BLE_ON_WHEN_OFFLINE the beacons will only be started when the node is outside the WM coverage.
| settings | Pointer to ble_beacon_settings_t structure | 
| void PosLibBle_stop | ( | ) | 
Stops BLE beacons, the module can only be restarted by calling PosLibBle_start 
 
| void |