我正在尝试从BluetoothDevice
远程连接的 BT 设备的 Android 8.1.0 中获取电池电量。
BluetoothDevice mBTDevice = (BluetoothDevice) bundle
.getParcelable(BluetoothDevice.EXTRA_DEVICE);
int val = mBtDevice.getBatteryLevel();
但它val
总是返回值为 "-1" 。它似乎不适用于 Android 8.1.0
从此链接获取信息