Update BlueZ porting to match new Android 7.0 Bluetooth APIs.
I tried to fix the build but it seems that it will take a good time to fix everything.
Various functions need to be rewritten and some Android do not call anymore, it doesn't even exist anymore.
I fear we will not have Bluetooth for quite a time.
Or do you think we should stay with Android's BT stack?
I can't test bluetooth other than usb bluetooth. Can you see if it works?
Not work. I took a glance at AOSP's stack at system/bt. I think we need to hack libbt-hci to add USB HCI support and add libbt-vendor.
Let's switch back to AOSP Fluoride Bluetooth stack. The code has been pushed into the nougat-x86 branch.
Log in to post a comment.
I tried to fix the build but it seems that it will take a good time to fix everything.
Various functions need to be rewritten and some Android do not call anymore, it doesn't even exist anymore.
I fear we will not have Bluetooth for quite a time.
Or do you think we should stay with Android's BT stack?
I can't test bluetooth other than usb bluetooth. Can you see if it works?
Not work. I took a glance at AOSP's stack at system/bt.
I think we need to hack libbt-hci to add USB HCI support and add libbt-vendor.
Let's switch back to AOSP Fluoride Bluetooth stack.
The code has been pushed into the nougat-x86 branch.