how to get the bluetooth address of my own device in Flutter?

144

Most mobile operating systems rate the use of BD_ADDR, from the application level, as bad behavior (many applications used this ID to track the user). That is why modern mobile operating systems prevent you from doing this.

Share:
144
Python Test
Author by

Python Test

Updated on December 20, 2022

Comments

  • Python Test
    Python Test over 1 year

    There are many packages in Flutter dealing with things related to Bluetooth but none of them enables me to see the Bluetooth address of my own device, does anyone know to do that? thank you in advance?