是否可以更改 RPi4 上的蓝牙配置文件?
Is it possible to change bluetooth profile on RPi4?
我有一个连接到 RPi4 的相机,我想通过蓝牙流式传输它的提要。
BLE 最大速度为 2 Mbps,有点太慢了。
我想切换到经典蓝牙,以达到 24 Mbps。可能吗?
有关如何在 BlueZ 中切换配置文件的示例代码位于:https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/test/test-profile
我假设您对记录在以下位置的 VDP 配置文件感兴趣:https://www.bluetooth.com/specifications/profiles-overview/)
但是,我不认为 VDP 是 BlueZ 支持的受支持配置文件之一,记录在 http://www.bluez.org/profiles/
这是我能找到的唯一参考:http://www.bluez.org/gsoc-video-distribution-profilevdp/
我有一个连接到 RPi4 的相机,我想通过蓝牙流式传输它的提要。
BLE 最大速度为 2 Mbps,有点太慢了。
我想切换到经典蓝牙,以达到 24 Mbps。可能吗?
有关如何在 BlueZ 中切换配置文件的示例代码位于:https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/test/test-profile
我假设您对记录在以下位置的 VDP 配置文件感兴趣:https://www.bluetooth.com/specifications/profiles-overview/)
但是,我不认为 VDP 是 BlueZ 支持的受支持配置文件之一,记录在 http://www.bluez.org/profiles/
这是我能找到的唯一参考:http://www.bluez.org/gsoc-video-distribution-profilevdp/