【问题标题】:How to get device bluetooth Mac adress in android如何在android中获取设备蓝牙Mac地址
【发布时间】:2022-06-13 19:57:19
【问题描述】:

现在我正在使用

<uses-permission android:name="android.permission.BLUETOOTH"/>
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>

BluetoothAdapter btAdapter = BluetoothAdapter.getDefaultAdapter();
String mac = btAdapter.getAddress();

它返回“02:00:00:00:00:00”

我怎样才能得到正确的mac地址?

【问题讨论】:

标签: java android


猜你喜欢
  • 2013-10-19
  • 1970-01-01
  • 2014-10-28
  • 2020-10-27
  • 1970-01-01
  • 1970-01-01
  • 2015-12-26
  • 2016-06-14
  • 1970-01-01
相关资源
最近更新 更多