===============
EZX BlueZ
===============
SUMMARY
BlueZ modified to work on E680(i). This is meant for those who wants to explore bluetooth further on their E680(i).
Normal users are encouraged to use the nice graphical interfaces provided by Motorola
PACKAGE CONTENTS
- bluez-libs
- bluez-utils
- bluez-hcidump
- bluez kernel modules (Motorola kernel patched with
http://www.holtmann.org/linux/kernel...2.4.20-mh18.gz)
- bton - talks to tapisrv to powerup bluetooth chip
- ezx-hciattach - hciattach with just the right ioctls to talk to bluetooth chip
USAGE
1. Unpack
2. Edit btinit.sh. Change xxxxxxxxxxxx into hex representation of your bluetooth address. (e.g. 00128a3e3f41)
3. Copy bluez directory into /diska
4. cd /diska/bluez
5. . ./btpaths.sh
6. ./btinit.sh (after this your bluetooth device should show up in hciconfig)
7. Figure out something interesting you can do with it (and tell me)...
NOTE
- Default name right after init is "Broadcom BCM2035". Guess thats the chip's model.
- The stupid BCM2035 will report its own address as 00:00:00:00:00:00. Same goes for the BCM2035 built into HP Pavilion notebooks apparently (
http://www.linuxquestions.org/questions/history/341892)
- I have never used bluetooth on linux before, so all I know is the hardware initilizes, I can do "hcitool scan", l2ping and thats about it. Up to you guys to go stretch its legs.