Update API reference 73/229473/1
authorWootak Jung <wootak.jung@samsung.com>
Wed, 1 Apr 2020 07:34:45 +0000 (16:34 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Wed, 1 Apr 2020 07:34:45 +0000 (16:34 +0900)
bt_adapter_le_add_advertising_service_solicitation_uuid()
bt_socket_create_rfcomm()

Change-Id: I09c77ccb745a1c8d8664b213b2850ac17241d6c1

include/bluetooth.h

index 69b658b..9b2cd93 100644 (file)
@@ -1262,7 +1262,12 @@ int bt_adapter_le_add_advertising_service_uuid(bt_advertiser_h advertiser,
  * @since_tizen 2.3.1
  *
  * @remarks 16-bit service solicitation UUID or 128-bit service solicitation UUID is supported.
- * (e.g. 180F, 0000180F-0000-1000-8000-00805F9B34FB)
+ *          (e.g. 180F, 0000180F-0000-1000-8000-00805F9B34FB).
+ *          16-bit UUID is advertised as 16-bit UUID.
+ *          128-bit UUID made from base UUID(00000000-0000-1000-8000-00805F9B34FB)
+ *          is converted to the 16-bit equivalent form and advertised as such.
+ *          (e.g. 0000180F-0000-1000-8000-00805F9B34FB is converted to 180F 16-bit form).
+ *          Any other 128-bit UUID is advertised as 128-bit UUID.
  *
  * @param[in] advertiser The handle of advertiser
  * @param[in] pkt_type The packet type
@@ -2005,7 +2010,7 @@ int bt_device_unset_connection_state_changed_cb(void);
  *
  * @remarks A socket can be destroyed by bt_socket_destroy_rfcomm().
  *
- * @param[in] service_uuid The UUID of service to provide
+ * @param[in] service_uuid The 128-bit UUID of service to provide
  * @param[out] socket_fd The file descriptor of socket to listen
  * @return 0 on success, otherwise a negative error value.
  *