Skip to content

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 😄