]> rtime.felk.cvut.cz Git - mirosot.git/commit
An unsucesfull attempt to clean bluetooth library and make it working.
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 11 Nov 2006 09:19:00 +0000 (09:19 +0000)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 11 Nov 2006 09:19:00 +0000 (09:19 +0000)
commitba111b946b45f8493ad0e2b10430c296f2f08cb8
tree95644b8fb2552c642f08227282de12025fa09bad
parent86608e251db3b85b5d9cec1d487261b11325edbe
An unsucesfull attempt to clean bluetooth library and make it working.

* Bluetooth library renamed to mirobt to not colide with linux bluez based
  library.
* An attempt to create test application bth_test, which run the mirobt library
  on top the Linux raw HCI socket. This is not finished - mirobt library needs
  to be heavily cleaned or, mybe better, rewritten.

darcs-hash:20061111091916-f2ef6-30345faafa833fd5549a4e7014c0522a9aa91765.gz
33 files changed:
bluetooth/.emacs-dirvars [new file with mode: 0644]
bluetooth/Makefile.omk
bluetooth/bth_cmd_complete_ev.c
bluetooth/bth_command.c
bluetooth/bth_error.c
bluetooth/bth_event_acc.c
bluetooth/bth_fce_out.h
bluetooth/bth_inface.c
bluetooth/bth_inface.h
bluetooth/bth_main.c
bluetooth/bth_receive.h
bluetooth/fake_pkt_controll.c [new file with mode: 0644]
bluetooth/hci.h
bluetooth/hci_bluez.c [new file with mode: 0644]
bluetooth/hci_sci.c [new file with mode: 0644]
bluetooth/l2cap.c
bluetooth/types.h [deleted file]
bth_tests/Makefile [new file with mode: 0644]
bth_tests/Makefile.omk [new file with mode: 0644]
bth_tests/Makefile.rules [new file with mode: 0644]
bth_tests/app/Makefile [new file with mode: 0644]
bth_tests/app/Makefile.omk [new file with mode: 0644]
bth_tests/app/test.c [new file with mode: 0644]
bth_tests/config.omk [new file with mode: 0644]
bth_tests/sys/Makefile [new file with mode: 0644]
bth_tests/sys/Makefile.omk [new file with mode: 0644]
bth_tests/sys/types.h [new file with mode: 0644]
testapp/.emacs-dirvars [new file with mode: 0644]
testapp/Makefile.omk
testapp/cmd_bth.c [new file with mode: 0644]
testapp/cmd_bth.h [deleted file]
testapp/cmd_pxmc.c
testapp/mirosot_main.c