Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将简单的短信从Android设备广播到附近的iOS和Android设备。该消息足够短且静态,因此就我而言,它甚至可以作为设备蓝牙名称。唯一的要求是我在其他设备(iOS 和 Android)上的应用无需配对即可读取。
那可能吗?如果是,如何?我听说过 bonjour,但是可以使用它在 Android 和 iOS 之间广播简单的消息吗?
我不知道目的是什么,但如果您认为消息足够短,请更改适配器的名称。
String message = "Read me before I change!"; BluetoothAdapter myAdapter = getDefaultAdapter(); myAdapter.setName(message);