【发布时间】:2019-07-23 06:04:48
【问题描述】:
我有一个通过蓝牙连接的配对设备列表。但我想将它们归类为 iPhone 或 Android。这怎么可能?
【问题讨论】:
-
一般来说,您无法知道该设备上的操作系统类型。您只能通过可用的服务进行检查,并且可能以某种方式区分它们
我有一个通过蓝牙连接的配对设备列表。但我想将它们归类为 iPhone 或 Android。这怎么可能?
【问题讨论】:
您无法检查设备的操作系统版本。
请参考以下链接。 How to differentiate the connected bluetooth device in android programmatically?
【讨论】: