Android listing BLE devices after device scan

后端 未结 2 1837
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-09 00:27

Can u provide me the simple code for scanning the nearby BLE devices and list it by device name and MAC ID. I tried this using sample code provided in http://developer.andr

2条回答
  •  时光说笑
    2020-12-09 00:50

    this is quite old question, but for future readers I just want to propose to check out official source codes provided by Bluetooth SIG:

    Application Accelerator

    There are small, easy to understand and documented apps for most mobile platforms (Android, iOS, Windows Phone and more) + some materials/tutorials. If you want to start playing with BLE this is the best starting point in my opinion.

    Everything is free, but you need to register on the website. As far as I remember there is maybe 1-3 emails by year, all connected with new tools for Bluetooth development.

    Darek

提交回复
热议问题