You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Introduction

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

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



<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="Gsdecthx">
    <nvm>

    <param name="additional_features_visible" value="False"/>
	
	<param name="beacon_scan_filter_1" value="0201061aff4c000215626c756b69692e636f6d626561636f6e00********"/> 
	<param name="beacon_scan_filter_2" value="0201061aff4c000215626c756b69692e636f6d626561636f6e00********"/>
	<param name="beacon_scan_filter_3" value="0201061aff4c000215626c756b69692e636f6d626561636f6e00038557c7"/>
	
    </nvm>
</provisioning>
...


  • No labels