Dear BlueZers,
Recently I ported Bluez (kernel stack, and lib and utils) on uClinux (Arm cored Conexant Network Processor Machine).
Why? I couldn't find any port (usually the Makefiles) on the web, and saw several unclearly answered questions on the mailing list.
Now, I works very well for PAN and SPP (which is my major applications so far): however, it works excellent but It does not work very well with Windows application provided my dongle provider (CSR-based AirBird USB class 1). Especially it take too long time to make pan connection (around 30 secs), though it it works ok after the long connection time.
Here I ask some help request !
- Is there any way to make the ip assigning process automatically?
> pand --listen --master --role GN
.....
>ifconfig bnep0 192.168.7.1
Is there any way to make the ifconfig automatically?
- I cannot handle shared library very well. So I am using it with static library.
Is there anyone who success with shared library in uClinux and Bluez lib and utils?
Thanks.
Heejune