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

10,095

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).

Share:
10,095
androidGuy
Author by

androidGuy

Updated on June 25, 2022

Comments

  • androidGuy
    androidGuy almost 2 years

    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?

  • beginner
    beginner about 8 years
    can i get the device spec like bluetooth_headet or bluetooth connectivity in car from this method
  • nima moradi
    nima moradi over 4 years
    do anyone know what is code for gamepad or joystick