-
Notifications
You must be signed in to change notification settings - Fork 151
Bluetooth
fairy edited this page Sep 27, 2019
·
2 revisions
BluetoothHelper.mobGetMobBluetooth(context)
{
"bluetoothAddress":"$unknown",
"isEnabled":"true",
"device":[
{
"name":"iPhone",
"address":"E4:9A:79:89:C7:24",
}
],
"phoneName":"Honor"
}
数据键 | 数据类型 | 数据解释 | 版本适配 | 预期值 |
---|---|---|---|---|
bluetoothAddress | String | 蓝牙地址 | <26 | 😭 |
isEnabled | String | 蓝牙是否打开 | >=5 | 😄 |
device | JSONArray | 连接的手机的信息 | >=5 | 😄 |
name | String | 连接手机的蓝牙地址 | >=5 | 😄 |
address | String | 连接手机的蓝牙名字 | >=5 | 😄 |
phoneName | String | 手机设置的名字 | >=5 | 😄 |
请自觉遵循《信息安全技术移动互联网应用(App)收集个人信息基本规范(草案)》