开发者

Find type of bluetooth device whether mobile or laptop's or mac pc's

开发者 https://www.devze.com 2023-03-06 03:27 出处:网络
I am developing an android game application played using bluetooth. While searching for bluetooth device, results contain both mobile devices as well as mac pc/laptops. I would like to list only the m

I am developing an android game application played using bluetooth. While searching for bluetooth device, results contain both mobile devices as well as mac pc/laptops. I would like to list only the mobile devices in my result list. Is it possible to find whether the开发者_运维技巧 device detected is mobile device or not?


When you have BluetoothDevice you can call getBluetoothClass. Smart phones are expected to have PHONE_SMART value, while computers should have COMPUTER_* values (for example COMPUTER_DESKTOP or COMPUTER_LAPTOP).

0

精彩评论

暂无评论...
验证码 换一张
取 消