Is it possible to change bluetooth profile on RPi4?

老子叫甜甜 提交于 2021-02-11 13:00:50

问题


I have a camera connected to a RPi4 and I want to stream its feed via bluetooth.
BLE max speed is 2 Mbps, which is a little too slow.
I'd like to switch to bluetooth classic, to reach 24 Mbps. Is it possible?


回答1:


There is example code for how to switch profiles in BlueZ at: https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/test/test-profile

I am assuming you are interested in the VDP profile which is documented at: https://www.bluetooth.com/specifications/profiles-overview/)

However, I don't see VDP as one of the supported profiles supported by BlueZ which are documented at http://www.bluez.org/profiles/

This is about the only reference I can find to it: http://www.bluez.org/gsoc-video-distribution-profilevdp/



来源:https://stackoverflow.com/questions/64061701/is-it-possible-to-change-bluetooth-profile-on-rpi4

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!