Home > Software engineering >  search for availble bluetooth devices android studio
search for availble bluetooth devices android studio

Time:10-13

Iv'e looked around and i couldn't find any good and understadable answers on how to get a list of availble bluetooth devices in android studio java so if anyone can either point me to a good answer or post one here thanks

CodePudding user response:

Please look at https://developer.android.com/guide/topics/connectivity/bluetooth/find-bluetooth-devices

It is explained simple

  • Related