Is there any way to add Bluetooth USB dongle support to Android OS? My version that I use for an embedded device doesn't contain any BT dongle support I think. What has to be done to add this feature?
Note: My device is ATMEL SAM9x5 EV Board. So Atmel, provide an Android BSP for this. But i think it's so simple adaptation for board. I'm not able to use "hciconfig" or "hcitool" commands even. 2 months ago, i contacted them but i can't reach correct man. Also i bought a bluetooth Uart module from CC&C (RTL8723) and i ported it to my Android BSP and Kernel but same result. Nothing worked. USB or UART not important for my project. So i'm not kernel specialist or system. My application is almost okay. EXcept bluetooth side. I have already done, I2C, GPIO and UART side. All are working. Also i'm able to change some kernel and framework specific things but not more. Just LCD customization and UART, GPIO stuff.And i decided to ask some stupid question to understand somethings.