diff options
author | saerome.kim <saerome.kim@samsung.com> | 2019-10-30 12:14:44 +0900 |
---|---|---|
committer | saerome.kim <saerome.kim@samsung.com> | 2019-11-04 14:11:20 +0900 |
commit | 428a49d94736c182c55051f3ac52eef79de186ea (patch) | |
tree | 2dfb589fdbe6d76e337ceefa8637e89b3a1c41fa /include | |
parent | 1410af50c0600e27b2930ecba1508a73bbc2c716 (diff) | |
download | user-awareness-428a49d94736c182c55051f3ac52eef79de186ea.tar.gz user-awareness-428a49d94736c182c55051f3ac52eef79de186ea.tar.bz2 user-awareness-428a49d94736c182c55051f3ac52eef79de186ea.zip |
Modify to create a device-list at a client application starts.
- Problem: If the device list is not updated, the device information cannot
be updated.
- Cause: ua-manager and device list in client applications are not the same.
- Solution: Synchronizes the device list with ua-manager when running a client app.
Change-Id: I0e2d6adcb827d4e381c505c525bdbc92d3c186a7
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/user-awareness-private.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/user-awareness-private.h b/include/user-awareness-private.h index 4e173f6..31fca40 100644 --- a/include/user-awareness-private.h +++ b/include/user-awareness-private.h @@ -504,6 +504,17 @@ void _ua_get_uam_payload_from_ua(uam_ble_payload_s *uam_payload, ua_ble_payload_ */ ua_ble_payload_s* _ua_payload_clone(ua_ble_payload_s *org_payload); +/** + * @brief Add a device handle to internal device-list. + * @since_tizen 5.5 + * + * @param[in] dev_info Device handle. + * + * @exception + * @pre + * @post + */ +int _ua_device_add_info_to_list(ua_dev_info_s* dev_info); /** * @brief Destroys a device handle. |