Content

Page tree

D-SERIES

Web User Interface

N/A

Phone User Interface

N/A

Initial Firmware Version

<Android Release>

XML Configuration

<bt_number_of_previously_connected_devices perm="PERMISSIONFLAG">VALIDVALUE</bt_number_of_previously_connected_devices>

Description

For application to save the number of valid previously connected devices that have been saved in the array settings :

  • bt_previously_connected_device_name
  • bt_previously_connected_device_mac_addr
  • bt_previously_connected_device_usage
  • bt_previously_connected_device_icon


This number can be used to calculate the valid index to access the array settings :

If bt_number_of_previously_connected_devices is 0, set index to 0 to access the array settings.

If bt_number_of_previously_connected_devices isĀ  greater than 0, set index to bt_number_of_previously_connected_devices-1 to access the array settings.

Valid Values

Integer greater than or equal to zero.

Default Value

0