Android:如何获得蓝牙设备PC还是移动设备?

时间:2013-12-27 16:46:11

标签: android bluetooth mac-address android-bluetooth

我想根据其MAC地址或使用标准API来判断特定设备是移动设备还是PC /笔记本电脑? 任何建议??

1 个答案:

答案 0 :(得分:2)

您可以使用getBluetoothClass。如果连接的设备是智能手机,则它将返回PHONE_SMART值,
如果连接的设备是计算机桌面,则它将返回COMPUTER_DESKTOP
如果连接的设备是笔记本电脑,那么它将返回COMPUTER_LAPTOP

希望它对你有所帮助。