On Mon, Sep 19, 2011 at 7:50 PM, parth shah <[email protected]> wrote: > Hello Friends, > > I have 3 UART on my board. i'm usinf UART2 for Bluetooth. > > How can i mapped that UART to Bluez stack so that i can run hciattach > commad?
hciattach takes command line arguments for the UART in use, like hciattach /dev/ttyS1 => if UART2. > Also which driver does BT UART use in general? Also depends on the manufacturer argument for the hciattach, If no specific arg and "any" is used, hci_h4.c working along with hci_ldisc is used (drivers/bluetooth/ directory). > > Regards, > Parth > > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-kernel -- --Pavan Savoy -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
