在 Android 中通过蓝牙同时发送和接收数据

Send and Receive data simultaneously via Bluetooth in Android

我想知道是否可以在Android设备上连接2个蓝牙设备并在Android中实时共享数据?即我有一个传感器连接到 Android 设备,我想流式传输或收听或广播从传感器接收到的数据到耳机(连接到同一个 Android 设备)。 Android 有可能吗??请建议。提前致谢。

我想通过经典蓝牙收听音频流。是否可以将 Android 设备设为接收器?目前,我们正在使用 HFP 配置文件和经典蓝牙进行通信。

场景:传感器 ->(蓝牙) -> Android 应用程序 ->(蓝牙) -> 耳机

确实可以,但是蓝牙通信很广泛,有来自蓝牙 4 的 BLE,通信与之前的正常 bt 完全不同。我建议你看看 bluetoothchat https://github.com/googlearchive/android-BluetoothChat there is plenty of code to communicate on bt<4 and for BLE check https://github.com/hoyuisun/iGaDs/tree/master/Tibbo_android