]> rtime.felk.cvut.cz Git - tiny-bt.git/commit
new version of callback functions and new was added
authorDavid Plotek <ploted1@fel.cvut.cz>
Thu, 21 Aug 2008 10:43:52 +0000 (12:43 +0200)
committerDavid Plotek <ploted1@fel.cvut.cz>
Thu, 21 Aug 2008 10:43:52 +0000 (12:43 +0200)
commite47ae802678720f0859cd76e00a7254b03ef5ace
tree268cfd67c8fa831a126a047c9cb717a117919bae
parent15845cb687bd8f447736462984d8754b4d38d9fc
new version of callback functions and new was added
20 files changed:
src2/Makefile.omk
src2/bt_hw.c
src2/bt_hw.h
src2/hil2cap.c [deleted file]
src2/testapp.c
src2/testapp.h
src2/testslave.c [new file with mode: 0644]
src2/tiny_bt_hci_cmd.c [moved from src2/hcidriver.c with 68% similarity]
src2/tiny_bt_hci_cmd.h [moved from src2/hcidriver.h with 86% similarity]
src2/tiny_bt_hci_core.c [new file with mode: 0644]
src2/tiny_bt_hci_core.h [moved from src2/hil2cap.h with 57% similarity]
testf/t4/Makefile [new file with mode: 0644]
testf/t4/bt_hw.c [new file with mode: 0644]
testf/t4/bt_hw.h [new file with mode: 0644]
testf/t4/hciembeded.h [new file with mode: 0644]
testf/t4/testapp.h [new file with mode: 0644]
testf/t4/testslave.c [new file with mode: 0644]
testf/t4/tiny_bt_hci_cmd.c [new file with mode: 0644]
testf/t4/tiny_bt_hci_cmd.h [new file with mode: 0644]
testf/t4/tiny_bt_hci_core.h [new file with mode: 0644]