I'm trying to work out how to setup Bumble / Cuttlefish with Android 14 so that I can use my physical Bluetooth on my board to check connectivity with real devices.
I've been reading and trying the instructions found here: #413
They work perfectly on an Android 15 image but on Android 14_r3 I am unable to pin point what the issue is.
To setup Bumble and start the HCI Bridge I do this:
sudo hciconfig hci0 down
python bumble/apps/hci_bridge.py android-netsim:_:7300,mode=controller hci-socket:0
Afterwards, I start Cuttlefish like this:
launch_cvd -display0=width=1920,height=720,dpi=160 -gpu_mode=gfxstream -enable_audio -verbosity="DEBUG" -enable_audio="true" -cpus="4" -base_instance_num=2 -rootcanal_instance_num=1 -extra_kernel_cmdline="androidboot.selinux=permissive"
However, nothing is printed in the HCI Bridge console on Android 14 and BT is not working in Android. Same commands are successful on Android 15.
Do you have any ideas on how to debug this issue?
I'm trying to work out how to setup Bumble / Cuttlefish with Android 14 so that I can use my physical Bluetooth on my board to check connectivity with real devices.
I've been reading and trying the instructions found here: #413
They work perfectly on an Android 15 image but on Android 14_r3 I am unable to pin point what the issue is.
To setup Bumble and start the HCI Bridge I do this:
Afterwards, I start Cuttlefish like this:
launch_cvd -display0=width=1920,height=720,dpi=160 -gpu_mode=gfxstream -enable_audio -verbosity="DEBUG" -enable_audio="true" -cpus="4" -base_instance_num=2 -rootcanal_instance_num=1 -extra_kernel_cmdline="androidboot.selinux=permissive"However, nothing is printed in the HCI Bridge console on Android 14 and BT is not working in Android. Same commands are successful on Android 15.
Do you have any ideas on how to debug this issue?