BT: Update to support WebSocket 57/9057/8
authoryidongmiao <yidong.miao@cn.alps.com>
Fri, 7 Apr 2017 09:01:42 +0000 (17:01 +0800)
committeryidongmiao <yidong.miao@cn.alps.com>
Wed, 19 Apr 2017 01:56:40 +0000 (09:56 +0800)
commitaa872a08e289d3c3240ec93c8b70b061e260bd83
tree24962621a7e4797facfeb862c6929ef1c5a2392b
parent607d2a47e93b721ef9671d62109384a290094b5f
BT: Update to support WebSocket

modified:   app/bluetooth/Bluetooth.qml
modified:   binding-bluetooth/binding-bluetooth.pro
new file:   binding-bluetooth/bluetooth-agent.c
new file:   binding-bluetooth/bluetooth-agent.h
modified:   binding-bluetooth/bluetooth-api.c
modified:   binding-bluetooth/bluetooth-api.h
modified:   binding-bluetooth/bluetooth-manager.c
modified:   binding-bluetooth/bluetooth-manager.h
new file:   binding-bluetooth/bluez-client.c
new file:   binding-bluetooth/bluez-client.h
new file:   binding-bluetooth/lib_agent.c
new file:   binding-bluetooth/lib_agent.h
new file:   binding-bluetooth/lib_bluez.c
new file:   binding-bluetooth/lib_bluez.h
new file:   binding-bluetooth/lib_ofono.c
new file:   binding-bluetooth/lib_ofono.h
new file:   binding-bluetooth/lib_ofono_modem.c
new file:   binding-bluetooth/lib_ofono_modem.h
new file:   binding-bluetooth/ofono-client.c
new file:   binding-bluetooth/ofono-client.h

modified:   Bluetooth.qml

Change-Id: I18bc7ed86b6759d5b55a2662cf3ebd0d1e81b07f
Signed-off-by: yidongmiao <yidong.miao@cn.alps.com>
Jira identifier: SPEC-528
20 files changed:
app/bluetooth/Bluetooth.qml
binding-bluetooth/binding-bluetooth.pro
binding-bluetooth/bluetooth-agent.c [new file with mode: 0644]
binding-bluetooth/bluetooth-agent.h [new file with mode: 0644]
binding-bluetooth/bluetooth-api.c
binding-bluetooth/bluetooth-api.h
binding-bluetooth/bluetooth-manager.c
binding-bluetooth/bluetooth-manager.h
binding-bluetooth/bluez-client.c [new file with mode: 0644]
binding-bluetooth/bluez-client.h [new file with mode: 0644]
binding-bluetooth/lib_agent.c [new file with mode: 0644]
binding-bluetooth/lib_agent.h [new file with mode: 0644]
binding-bluetooth/lib_bluez.c [new file with mode: 0644]
binding-bluetooth/lib_bluez.h [new file with mode: 0644]
binding-bluetooth/lib_ofono.c [new file with mode: 0644]
binding-bluetooth/lib_ofono.h [new file with mode: 0644]
binding-bluetooth/lib_ofono_modem.c [new file with mode: 0644]
binding-bluetooth/lib_ofono_modem.h [new file with mode: 0644]
binding-bluetooth/ofono-client.c [new file with mode: 0644]
binding-bluetooth/ofono-client.h [new file with mode: 0644]