Skip to content

Commit

Permalink
Battery event update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tornaco authored Jan 26, 2020
1 parent a4b6acf commit 8b79309
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/_posts/2019-12-02-Profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,12 @@ Resumed--> Paused(被其他活动覆盖)-->Resumed(如果其他活动销
| btBoundedDevices | List of BluetoothDevice | 绑定的蓝牙设备模型列表 ||
| btBoundedDeviceAddresses | List of String | 绑定的蓝牙设备地址列表 ||
| btBoundedDeviceAliasNames | List of String | 绑定的蓝牙设备Alias列表 ||
| btBoundedDeviceBatteryLevel | List of String | 绑定的蓝牙设备电量信息列表 ||
| btBoundedDeviceBatteryLevel | List of Int | 绑定的蓝牙设备电量信息列表 ||

补充:
> Battery level in percents from 0 to 100, or -1 if
* Bluetooth is disabled, or device is disconnected, or does not have any battery reporting
* service, or return value is invalid

示例1:

Expand Down Expand Up @@ -831,4 +836,4 @@ Thanox支持创建,导入全局变量。发布事实时,你可以用过`glob
]
}
]
```
```

0 comments on commit 8b79309

Please sign in to comment.