Hi Matthias:
I have done some tests with the /port/mtk example, and it's works fine with my Android Phone(with mtk's bt chipset on board),but for phone whose bt chipset from other vendors(such as Broadcom、Qualcomm、CSR and so on),it will not work because there is no libbluetoothdrv.so in /system/lib.
So is there another way to integrate btstack in these phones ?
ps:
I found a bluetooth test application named “bdt” (/externals/bluetooth/bluedroid/test) which link against bluedroid ,can i use it as btstack's hci-transport interface ?
Thanks!