com.intel.bluetooth
Interface BluetoothStackExtension


public interface BluetoothStackExtension

Native stack support may implement this interface.

Your application should not use this class directly.

Rating red

Method Summary
 int readRemoteDeviceRSSI(long address)
          Gets the RSSI (Receive Signal Strength Indicator) value for a remote Bluetooth device.
 

Method Detail

readRemoteDeviceRSSI

int readRemoteDeviceRSSI(long address)
                         throws IOException
Gets the RSSI (Receive Signal Strength Indicator) value for a remote Bluetooth device.

Throws:
IOException
See Also:
RemoteDeviceHelper.readRSSI(javax.bluetooth.RemoteDevice);