Exemplo n.º 1
0
  /** Read the RSSI for a connected remote device. */
  public boolean getRssiVal() {
    if (mBluetoothGatt == null) return false;

    return mBluetoothGatt.readRemoteRssi();
  }
 public boolean readRemoteRssi() {
   return mBluetoothGatt.readRemoteRssi();
 }