2010-03-01 05:28:00 How to add Bluetooth Handsfree profile in uClinux
Poorna Jyothi (INDIA)
Message: 86664
Hello,
I am trying to bring up bluetooth handsfree profile on BF527. I am able to build bluez-lib and bluez-utilities along with kernel & they are running properly. I have found source code for handsfree profile from bluez. When I include it into kernel source I am facing issues with makefile & include files used in the handsfree source code.Let me know how to inlucde it into kernel & build it.
Will highly appreciate responses.
Thanks,
Poorna
QuoteReplyEditDelete
2010-03-01 14:38:38 Re: How to add Bluetooth Handsfree profile in uClinux
Robin Getz (UNITED STATES)
Message: 86680
Poorna:
You don't include the bluez-lib into the kernel source - it is a userspace library.
What exactly did you do (what directories)?
-Robin
QuoteReplyEditDelete
2010-03-01 21:16:34 Re: How to add Bluetooth Handsfree profile in uClinux
Poorna Jyothi (INDIA)
Message: 86689
I have added the audio source code part of bluez to uClinux kernel & trying to build the kernel. Should I not include this into kernel,if so any reasons?
Thanks
QuoteReplyEditDelete
2010-03-02 04:14:55 Re: How to add Bluetooth Handsfree profile in uClinux
Robin Getz (UNITED STATES)
Message: 86711
Poorna:
The words you are using don't make any sense.
Most of bluez is a userspace library - it does not belong, and will not work in the kernel.
It already exists in uClinux-dist/lib/bluez-libs/
If you need something that the latest version that we have in there (3.29) doesn't support - and you need something from a more recent version (4.61 was released a few weeks ago) - the way to do things is just like we already did for the bluez-libs - in the dist.
-Robin