  | 
        
           Wirepas SDK
           
         | 
        
          
         | 
      
    
  
 
  
  
 
Go to the documentation of this file.
   15 #ifndef APP_LIB_BEACON_RX_H_ 
   16 #define APP_LIB_BEACON_RX_H_ 
   25 #define APP_LIB_BEACON_RX_NAME 0x0cb93068 
   28 #define APP_LIB_BEACON_RX_VERSION 0x200 
  
 
app_lib_beacon_rx_set_data_received_cb_f setBeaconReceivedCb
 
app_res_e(* app_lib_beacon_rx_stop)(void)
Stop BLE advertisement scanner.
 
@ APP_LIB_BEACON_RX_CHANNEL_39
 
@ APP_LIB_BEACON_RX_CHANNEL_37
 
BLE structure received from network. Used in callback function set with lib_beacon_rx->setBeaconRecei...
 
app_lib_beacon_rx_started isScannerStarted
 
@ APP_LIB_BEACON_RX_CHANNEL_ALL
 
List of library functions.
 
app_lib_beacon_rx_start startScanner
 
void(* app_lib_beacon_rx_set_data_received_cb_f)(app_lib_beacon_rx_data_received_cb_f cb)
Set a callback to be called when data packet received.
 
void(* app_lib_beacon_rx_data_received_cb_f)(const app_lib_beacon_rx_received_t *packet)
Function type for BLE Advertisement packet received callback.
 
app_lib_beacon_rx_stop stopScanner
 
@ APP_LIB_BEACON_RX_CHANNEL_38
 
app_res_e(* app_lib_beacon_rx_start)(app_lib_beacon_rx_channels_mask_e channel)
Start BLE advertisement scanner.
 
bool(* app_lib_beacon_rx_started)(void)
Check if BLE advertisement scanner is running.
 
app_lib_beacon_rx_channels_mask_e
BLE Advertising channels to listen, used with lib_beacon_rx->startScanner() service.