我正在尝试从远程连接的BT设备的Android 8.1.0中的BluetoothDevice
获取电池电量。
BluetoothDevice mBTDevice = (BluetoothDevice) bundle
.getParcelable(BluetoothDevice.EXTRA_DEVICE);
int val = mBtDevice.getBatteryLevel();
但是它的val
总是返回值为“ -1”。在Android 8.1.0中似乎无法正常工作
从此link
获取信息