Description
-----------

bts_dump is application for parsing the bts scripts that are used for configuring the
TI's brf6100 and brf6150 bluetooth chips.

Scripts are located in wince's windows directory and iPAQ h6340 has for example following 4 scripts.

linux usage
-----------
With familiar linux the scripts can be loaded with command: 
		"hciattach /dev/ttyS0 texas <script name> <speed>"
I think speed can be set to 921600 when these scripts are used...
	
bts dump usage
--------------
bts_dump <script name>

Building with gcc
-----------------
build: gcc -I . dump-brf6150.c ti_bts.c -o bts_dump
