DPM: Modify/Remove the DPM APIs and Expose DPM BT-APIs 90/66690/11 accepted/tizen/ivi/20160504.012033 accepted/tizen/mobile/20160504.011937 accepted/tizen/tv/20160504.011958 accepted/tizen/wearable/20160504.012023 submit/tizen/20160503.014314 submit/tizen/20160503.100744
authorh.sandeep <h.sandeep@samsung.com>
Wed, 20 Apr 2016 09:31:24 +0000 (15:01 +0530)
committerSandeep Hattiholi <h.sandeep@samsung.com>
Thu, 28 Apr 2016 10:42:13 +0000 (03:42 -0700)
commit4865d06dbc606081419c3c1ce3954c4e43b0aab9
treed35b38226de6f46f84f27108edafe571524acec5
parent1f56f28dd1c8873a86a5c23243c31db130695994
DPM: Modify/Remove the DPM APIs and Expose DPM BT-APIs

1. Add BT-APIs
2. Add dpm policies to individual profiles as per mdm policies

Change-Id: Ie60dc0e4cdd3666631e2707e8cfebfc7a8333838
Signed-off-by: h.sandeep <h.sandeep@samsung.com>
23 files changed:
bt-api/CMakeLists.txt
bt-api/bt-adapter.c [changed mode: 0755->0644]
bt-api/bt-audio.c [changed mode: 0755->0644]
bt-api/bt-avrcp.c [changed mode: 0755->0644]
bt-api/bt-common.c [changed mode: 0755->0644]
bt-api/bt-device.c [changed mode: 0755->0644]
bt-api/bt-dpm.c [new file with mode: 0644]
bt-api/bt-hid.c [changed mode: 0755->0644]
bt-api/bt-network.c [changed mode: 0755->0644]
bt-api/bt-opp-client.c [changed mode: 0755->0644]
bt-api/bt-rfcomm-client.c [changed mode: 0755->0644]
bt-api/bt-rfcomm-server.c [changed mode: 0755->0644]
bt-api/include/bt-dpm.h [new file with mode: 0644]
bt-service/CMakeLists.txt
bt-service/bt-request-handler.c [changed mode: 0755->0644]
bt-service/bt-service-adapter.c [changed mode: 0755->0644]
bt-service/bt-service-agent.c [changed mode: 0755->0644]
bt-service/bt-service-dpm.c [changed mode: 0755->0644]
bt-service/bt-service-event-receiver.c [changed mode: 0755->0644]
bt-service/bt-service-obex-server.c [changed mode: 0755->0644]
bt-service/include/bt-service-dpm.h [changed mode: 0755->0644]
include/bluetooth-api.h
include/bt-internal-types.h [changed mode: 0755->0644]