* @ingroup CAPI_NETWORK_BLUETOOTH_HID_DEVICE_MODULE
* @brief Activates the Bluetooth HID Device role.
* @since_tizen @if WEARABLE 3.0 @endif
- * @privlevel pubilc
+ * @privlevel public
* @privilege %http://tizen.org/privilege/bluetooth
*
* @remarks This function must be called to register HID UUID.
* @ingroup CAPI_NETWORK_BLUETOOTH_HID_DEVICE_MODULE
* @brief Deactivates the Bluetooth HID Device role.
* @since_tizen @if WEARABLE 3.0 @endif
- * @privlevel pubilc
+ * @privlevel public
* @privilege %http://tizen.org/privilege/bluetooth
*
* @remarks This function must be called to deregister the HID UUID.
* @ingroup CAPI_NETWORK_BLUETOOTH_HID_DEVICE_MODULE
* @brief Initiates the HID device connection with the Device role, asynchronously.
* @since_tizen @if WEARABLE 3.0 @endif
- * @privlevel pubilc
+ * @privlevel public
* @privilege %http://tizen.org/privilege/bluetooth
*
* @remarks This function must be called to Initiate the HID device role connection.
* @ingroup CAPI_NETWORK_BLUETOOTH_HID_DEVICE_MODULE
* @brief Disconnects from the HID Host device, asynchronously.
* @since_tizen @if WEARABLE 3.0 @endif
- * @privlevel pubilc
+ * @privlevel public
* @privilege %http://tizen.org/privilege/bluetooth
*
* @param[in] remote_address The remote device's address.
* @ingroup CAPI_NETWORK_BLUETOOTH_HID_DEVICE_MODULE
* @brief Sends the mouse event data to the remote device.
* @since_tizen @if WEARABLE 3.0 @endif
- * @privlevel pubilc
+ * @privlevel public
* @privilege %http://tizen.org/privilege/bluetooth
*
* @param[in] remote_address The remote device's address.
* @ingroup CAPI_NETWORK_BLUETOOTH_HID_DEVICE_MODULE
* @brief Sends the keyboard event data to the remote device.
* @since_tizen @if WEARABLE 3.0 @endif
- * @privlevel pubilc
+ * @privlevel public
* @privilege %http://tizen.org/privilege/bluetooth
*
* @param[in] remote_address The remote device's address.
* @ingroup CAPI_NETWORK_BLUETOOTH_HID_DEVICE_MODULE
* @brief Responds to reports from the HID Host.
* @since_tizen @if WEARABLE 3.0 @endif
- * @privlevel pubilc
+ * @privlevel public
* @privilege %http://tizen.org/privilege/bluetooth
*
* @param[in] remote_address The remote device's address.
/**
* @ingroup CAPI_NETWORK_BLUETOOTH_AVRCP_MODULE
- * @brief Unregisters a callback function that will be invoked when the repeat mode is changed. (e.g., by a TV remote control or other input devi)
+ * @brief Unregisters a callback function that will be invoked when the repeat mode is changed. (e.g., by a TV remote control or other input devices)
* @since_tizen @if WEARABLE 3.0 @else 2.4 @endif
* @return 0 on success, otherwise a negative error value.
* @retval #BT_ERROR_NONE Successful