From 3315a413ce412da91b56fddb08b706a2a48aefc6 Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Thu, 22 Sep 2016 15:47:25 +0900 Subject: [PATCH] Check the previlege as public API Change-Id: Iab5adac426a632256f17809ecb1c5c2a6de8dc66 Signed-off-by: DoHyun Pyun --- bt-service/bt-request-handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bt-service/bt-request-handler.c b/bt-service/bt-request-handler.c index 6e140e0..caeda68 100644 --- a/bt-service/bt-request-handler.c +++ b/bt-service/bt-request-handler.c @@ -2612,6 +2612,7 @@ gboolean __bt_service_check_privilege(int function_name, case BT_SET_ADVERTISING_PARAMETERS: case BT_START_LE_DISCOVERY: case BT_STOP_LE_DISCOVERY: + case BT_SET_SCAN_PARAMETERS: case BT_BOND_DEVICE: case BT_CANCEL_BONDING: @@ -2775,7 +2776,6 @@ gboolean __bt_service_check_privilege(int function_name, case BT_REMOVE_WHITE_LIST: case BT_CLEAR_WHITE_LIST: case BT_SET_MANUFACTURER_DATA: - case BT_SET_SCAN_PARAMETERS: case BT_SET_PROFILE_RESTRICTED: case BT_CANCEL_SEARCH_SERVICE: -- 2.7.4