From: Taejin Woo Date: Mon, 20 Jun 2016 06:33:33 +0000 (+0900) Subject: Sync header types between wearable and others X-Git-Tag: submit/tizen/20160620.064330^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0704880f2f2bedd5e81ef7fab1e96c0a5215a79a;p=platform%2Fcore%2Fapi%2Fbluetooth.git Sync header types between wearable and others Change-Id: I1d256107756539823be52b459d9ae3ac79a36d31 Signed-off-by: Taejin Woo --- diff --git a/include/mobile/bluetooth_type_internal.h b/include/mobile/bluetooth_type_internal.h index 87d7ae6..0b1547f 100644 --- a/include/mobile/bluetooth_type_internal.h +++ b/include/mobile/bluetooth_type_internal.h @@ -238,60 +238,128 @@ typedef struct { char **uuids; } bt_dpm_uuids_list_s; -/* HID device related type */ +/** + * @ingroup CAPI_NETWORK_BLUETOOTH_HID_DEVICE_MODULE + * @brief Enumerations of the Bluetooth HID mouse's button. + * @since_tizen 3.0 + */ +typedef enum { + BT_HID_MOUSE_BUTTON_NONE = 0x00, /**