From: DoHyun Pyun Date: Thu, 13 Apr 2017 04:25:04 +0000 (+0900) Subject: Remove the privilege description for bt_gatt_client_get_att_mtu X-Git-Tag: submit/tizen/20170418.011550^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e40267a2598d2c0d26325c9638cbe5cd82f8a7d3;p=platform%2Fcore%2Fapi%2Fbluetooth.git Remove the privilege description for bt_gatt_client_get_att_mtu Bluetooth public getter APIs don't have the specific privilge. Because it will not be effect on the system behavior. So remove the privilege description in bluetooth.h file. Change-Id: I8743708e010b1861bac206510bf820aa2215a6a9 Signed-off-by: DoHyun Pyun --- diff --git a/include/bluetooth.h b/include/bluetooth.h index 02eba31..a2b8b87 100644 --- a/include/bluetooth.h +++ b/include/bluetooth.h @@ -4951,8 +4951,6 @@ int bt_gatt_client_request_att_mtu_change(bt_gatt_client_h client, unsigned int * @ingroup CAPI_NETWORK_BLUETOOTH_GATT_MODULE * @brief Gets the ATT MTU value set for a connection. * @since_tizen 4.0 - * @privlevel public - * @privilege %http://tizen.org/privilege/bluetooth * * @param[in] client The created GATT client's handle * @param[ot] mtu The MTU value set for a connection