Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleIntroduction

From software 12, we have implemented the possibility to filter the BT beacons.

Section
Column
width50%

This feature enables you to:

  • Filter out the BT beacons used for location services only
  • Send only the important information via the low bandwidth (DECT)

This feature is configured via handset auto-provisioning.

  • If character is added, it must match the Beacon string
  • Supported characters 0-9 a-f *
  • * means any character is allowed
  • Up to 5 filter strings are allowed
Column
width50%

draw.io Diagram
bordertrue
diagramNameBLEfiltering
simpleViewerfalse
width
linksauto
tbstyletop
lboxtrue
diagramWidth559
revision1



Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="Gsdecthx">
    <nvm>
	
	<!-- example for 3 <param name="additional_features_visible" value="False"/filters -->
	
	<param name="beacon_scan_filter_1" value="0201061aff4c000215626c756b69692e636f6d626561636f6e000201061aff4c000215626c756b69692e636f6d645d678ac0012a********"/> 
	<param name="beacon_scan_filter_2" value="0201061aff4c000215626c756b69692e636f6d626561636f6e00********"/>
	<param name="beacon_scan_filter_3" value="0201061aff4c000215626c756b69692e636f6d626561636f6e00038557c7"/>
	
    </nvm>
</provisioning>
Panel
titleColor#F85404
titleBGColor#F0F0F0
title...How to create the filter string