Tizen 2.1 base
authorJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:45:47 +0000 (01:45 +0900)
committerJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:45:47 +0000 (01:45 +0900)
commiteba58829d3e6ff09b42e4a468ea65e716c8c3e14
tree812821bd69ff84bbd13b4c8b59a10f28bdae6896
parentf7d3bd8b3884553bbe42d6ece32974d3e26281ee
Tizen 2.1 base
34 files changed:
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE.APLv2 [new file with mode: 0644]
NOTICE [new file with mode: 0644]
bluetooth.manifest [new file with mode: 0644]
capi-network-bluetooth.pc.in [new file with mode: 0644]
debian/README [new file with mode: 0644]
debian/capi-network-bluetooth-dev.install [new file with mode: 0644]
debian/capi-network-bluetooth-dev.postinst [new file with mode: 0644]
debian/capi-network-bluetooth.install [new file with mode: 0644]
debian/capi-network-bluetooth.postinst [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/rules [new file with mode: 0755]
include/bluetooth.h [new file with mode: 0644]
include/bluetooth_private.h [new file with mode: 0644]
packaging/capi-network-bluetooth.spec [new file with mode: 0644]
src/bluetooth-adapter.c [new file with mode: 0644]
src/bluetooth-audio.c [new file with mode: 0644]
src/bluetooth-avrcp.c [new file with mode: 0644]
src/bluetooth-common.c [new file with mode: 0644]
src/bluetooth-device.c [new file with mode: 0644]
src/bluetooth-gatt.c [new file with mode: 0644]
src/bluetooth-hdp.c [new file with mode: 0644]
src/bluetooth-hid.c [new file with mode: 0644]
src/bluetooth-opp-client.c [new file with mode: 0644]
src/bluetooth-opp-server.c [new file with mode: 0644]
src/bluetooth-pan.c [new file with mode: 0644]
src/bluetooth-socket.c [new file with mode: 0644]
test/CMakeLists.txt [new file with mode: 0644]
test/bt_chat_client.c [new file with mode: 0644]
test/bt_chat_server.c [new file with mode: 0644]
test/bt_unit_test.c [new file with mode: 0644]