getInterval Method

Purpose:

Returns the interval time of the Bluetooth device.

Syntax:

.getIterval()

Comments: 

The Arduino sketch polls for data everytime the interval time is reached.  The value returned is in milliseconds.

This method returns that value;

Example:

i = bt.getInterval()