Wootak Jung [Tue, 25 Feb 2020 04:36:14 +0000 (13:36 +0900)]
Fix adv data mixed issue in case total length is under 31
Change-Id: I74d0fba65810c23c6ddc760513aed8619c101166
DoHyun Pyun [Tue, 25 Feb 2020 22:52:24 +0000 (07:52 +0900)]
Fix the AVRCP path miss-matching problem
Change-Id: Ibb934dc88605e1066b700254c708c2b16be78ffa
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Pyun DoHyun [Tue, 25 Feb 2020 01:57:25 +0000 (01:57 +0000)]
Merge "Move the volume changed event path from AVRCP to HEADSET" into tizen
Pyun DoHyun [Tue, 25 Feb 2020 01:57:05 +0000 (01:57 +0000)]
Merge "Fix Memory Leak: The default gatt-client is not freed" into tizen
Pyun DoHyun [Tue, 25 Feb 2020 01:57:01 +0000 (01:57 +0000)]
Merge "Fix Memory Leak: Incorrect deallocator used." into tizen
Pyun DoHyun [Tue, 25 Feb 2020 01:56:55 +0000 (01:56 +0000)]
Merge "Fix Memory Leak: Memory not deallocated." into tizen
Pyun DoHyun [Tue, 25 Feb 2020 01:56:52 +0000 (01:56 +0000)]
Merge "Fix memory Leak: Incorrect deallocator used" into tizen
Pyun DoHyun [Tue, 25 Feb 2020 01:56:45 +0000 (01:56 +0000)]
Merge "Fix: Memory Leak in HAL layer." into tizen
Pyun DoHyun [Tue, 25 Feb 2020 01:56:29 +0000 (01:56 +0000)]
Merge "Set a readout notification of tts when AV connected" into tizen
injun.yang [Mon, 24 Feb 2020 08:07:33 +0000 (17:07 +0900)]
Handle gatt auto connection
[Model] All
[BinType] AP
[Customer] OPEN
[Issue#] N/A
[Request] Internal
[Occurrence Version] N/A
[Problem] Invoke dbus timeout error regardless gatt connection status
[Cause & Measure] Reply dbus request to application
[Checking Method] background gatt auto connection
[Team] Convergence BT
[Developer] Injun Yang
[Solution company] Samsung
[Change Type] Specification change
Change-Id: Id409c86bd8cc8103e6c25305a5841d95a6243ce2
DoHyun Pyun [Mon, 24 Feb 2020 08:29:13 +0000 (17:29 +0900)]
Move the volume changed event path from AVRCP to HEADSET
Change-Id: Ideeef3a37674f0cd42cd38a2c1b62463d07a930f
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
himanshu [Mon, 24 Feb 2020 09:32:51 +0000 (15:02 +0530)]
Fix Memory Leak: The default gatt-client is not freed
Change-Id: I24510c410897d85ed25dd2d650113ac857a45b57
Signed-off-by: himanshu <h.himanshu@samsung.com>
himanshu [Wed, 19 Feb 2020 05:12:18 +0000 (10:42 +0530)]
Fix Memory Leak: Incorrect deallocator used.
The g_slist_free_full() in _bt_device_handle_adapter_state
should be provided with a custom function for proper
deallocation.
Change-Id: Ie250973cb8c736dad85133affe61c3d0c1b0f1e1
Signed-off-by: himanshu <h.himanshu@samsung.com>
himanshu [Mon, 24 Feb 2020 06:52:57 +0000 (12:22 +0530)]
Fix Memory Leak: Memory not deallocated.
The memory created by g_strdup(object_path)
in the __bt_hal_extract_adapter_path is not
freed.
Change-Id: I677b88200fb10e5ab2883fe063865efff54bd2ea
Signed-off-by: himanshu <h.himanshu@samsung.com>
himanshu [Mon, 24 Feb 2020 06:36:11 +0000 (12:06 +0530)]
Fix memory Leak: Incorrect deallocator used
The uuid_value should be freed with g_strfreev()
instead of g_free()
Change-Id: Ib9bbadd6e7a0215dd9742be1ce88346c84f2feb9
Signed-off-by: himanshu <h.himanshu@samsung.com>
himanshu [Wed, 19 Feb 2020 13:30:59 +0000 (19:00 +0530)]
Fix: Memory Leak in HAL layer.
Change-Id: Ib55dbe3b0fa3aa91eb3fd3d8bbb41365b457c5ef
Signed-off-by: himanshu <h.himanshu@samsung.com>
Deokhyun Kim [Mon, 24 Feb 2020 06:53:35 +0000 (15:53 +0900)]
Set a readout notification of tts when AV connected
Change-Id: Ib8a505ad4ef39f6268a4c55738768f32c1879e5c
Signed-off-by: Deokhyun Kim <dukan.kim@samsung.com>
Deokhyun Kim [Wed, 12 Feb 2020 08:57:31 +0000 (17:57 +0900)]
Not disable adapter in factory test mode
Change-Id: I439f5687812055a90dd4f39f9d8959aead22fc80
Signed-off-by: Deokhyun Kim <dukan.kim@samsung.com>
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Thu, 20 Feb 2020 06:57:45 +0000 (15:57 +0900)]
Ignore vconfkey value change for AVC mode on
Change-Id: I30a3dd331aa5755fb30f8847f198a42db5fe1e36
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Wed, 19 Feb 2020 05:32:46 +0000 (14:32 +0900)]
Implement the event handling logic for AVC
Change-Id: I399c0f1e1aba91b95e5cded35c42f7ff5d507a5a
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Tue, 18 Feb 2020 09:21:04 +0000 (18:21 +0900)]
Implement set / get volume logic from transport
Change-Id: I7b801240e57f715186737fe7aea89f1be4ce5029
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Pyun DoHyun [Tue, 18 Feb 2020 09:10:45 +0000 (09:10 +0000)]
Merge "Implement User AVC mode handling logic" into tizen
Deokhyun Kim [Fri, 14 Feb 2020 05:51:53 +0000 (14:51 +0900)]
Disconnect RFCOMM & return false in case g_io_channel returns G_IO_STATUS_EOF
// Repeats infinitely
02-14 11:48:12.591+0900 E/BLUETOOTH_FRWK_API(P 4373, T 4373): bt-rfcomm-client.c: __client_data_received_cb(353) > IO Channel read is failed with 2
02-14 11:48:13.667+0900 E/BLUETOOTH_FRWK_API(P 4373, T 4373): bt-rfcomm-client.c: __client_data_received_cb(353) > IO Channel read is failed with 2
...........
02-14 11:48:24.251+0900 E/BLUETOOTH_FRWK_API(P 4373, T 4373): bt-rfcomm-client.c: __client_data_received_cb(353) > IO Channel read is failed with 2
02-14 11:48:24.251+0900 E/BLUETOOTH_FRWK_API(P 4373, T 4373): bt-rfcomm-client.c: __client_data_received_cb(353) > IO Channel read is failed with 2
Change-Id: Ifb630b340a8eabbe4781239b580e9242c99bf899
Signed-off-by: Deokhyun Kim <dukan.kim@samsung.com>
injun.yang [Tue, 28 Jan 2020 10:17:07 +0000 (19:17 +0900)]
Generate btsnoop file into log dump
[Model] All
[BinType] AP
[Customer] OPEN
[Issue#] N/A
[Request] Internal
[Occurrence Version] N/A
[Problem]
[Cause & Measure]
[Checking Method]
[Team] Convergence BT
[Developer] Injun Yang
[Solution company] Samsung
[Change Type] Specification change
Change-Id: I760bc6be281fc4e51d98e5c055fac652420eb19c
DoHyun Pyun [Tue, 18 Feb 2020 01:07:16 +0000 (10:07 +0900)]
Implement User AVC mode handling logic
Change-Id: I9375d17a6309ea30dcef6effd9ae0a64e7ae269d
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Mon, 17 Feb 2020 06:30:56 +0000 (15:30 +0900)]
Add interfaces for BT AVC feature with pulseaudio
Change-Id: I6e7ab1fb128fbd1d95ba0a772e8c7cf75861b15c
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Pyun DoHyun [Mon, 17 Feb 2020 05:23:08 +0000 (05:23 +0000)]
Merge "Fix the coverity issue (Dereference after null check)" into tizen
Pyun DoHyun [Mon, 17 Feb 2020 05:22:31 +0000 (05:22 +0000)]
Merge "Add interfaces for BT AVC feature (AVRCP Target)" into tizen
DoHyun Pyun [Mon, 17 Feb 2020 02:42:16 +0000 (11:42 +0900)]
Fix the coverity issue (Dereference after null check)
Change-Id: I99343dfbc3c349302dfe2db63741fd1062d3b8e7
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Pyun DoHyun [Mon, 17 Feb 2020 01:01:29 +0000 (01:01 +0000)]
Merge "Fix alloc free mismatch coverty issue in bt-otp" into tizen
Sudipto [Thu, 13 Feb 2020 13:22:35 +0000 (18:52 +0530)]
Fix alloc free mismatch coverty issue in bt-otp
Change-Id: If2eaa7e71fa044712a4fdc6b1dc0b5499a612c37
Signed-off-by: Sudipto <sudipto.bal@samsung.com>
DoHyun Pyun [Fri, 14 Feb 2020 06:08:53 +0000 (15:08 +0900)]
Add interfaces for BT AVC feature (AVRCP Target)
Change-Id: Id45c2c61b4ec917edd9ca5f53e46e81d34756e6e
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Pyun DoHyun [Thu, 13 Feb 2020 23:54:49 +0000 (23:54 +0000)]
Merge "Fix coverty issues in gatt" into tizen
Pyun DoHyun [Thu, 13 Feb 2020 23:54:30 +0000 (23:54 +0000)]
Merge "Fix coverty issue in gatt-client" into tizen
Sudipto [Thu, 13 Feb 2020 13:13:42 +0000 (18:43 +0530)]
Fix coverty issues in gatt
Change-Id: If60ddc47a87c93883d79be1e4e73080f923c70ca
Signed-off-by: Sudipto <sudipto.bal@samsung.com>
Sudipto [Thu, 13 Feb 2020 12:37:39 +0000 (18:07 +0530)]
Fix coverty issue in gatt-client
Change-Id: I075579e5d8511cc1b654723be0484e7f6e2331ca
Signed-off-by: Sudipto <sudipto.bal@samsung.com>
himanshu [Thu, 13 Feb 2020 12:33:31 +0000 (18:03 +0530)]
Fix coverity issue : unchecked return value
Return value of __bt_call_systemact_service
was not checked.
Change-Id: I6c9bccd246a43f5901036e10c292b92e8f13eb05
Signed-off-by: himanshu <h.himanshu@samsung.com>
Amit Purwar [Wed, 12 Feb 2020 05:54:04 +0000 (11:24 +0530)]
Resolve memory leak in OTP
Resolve memory leak related to g_variant_iter_loop
Change-Id: I7b5f04c36f326a32a2b88ca5cbcf5689fc0e8af4
Signed-off-by: Amit Purwar <amit.purwar@samsung.com>
Amit Purwar [Wed, 12 Feb 2020 05:52:24 +0000 (11:22 +0530)]
Resolve memory leak in bt-service
Resolve memory leak related to g_variant_iter_loop
Change-Id: I41e4c54f20d723789d1c2ad1e422ac32b573921c
Signed-off-by: Amit Purwar <amit.purwar@samsung.com>
Amit Purwar [Wed, 12 Feb 2020 05:50:05 +0000 (11:20 +0530)]
Resolve memory leak in bt-service-adaptation
Resolve memory leak related to g_variant_iter_loop
Change-Id: Ie74e24d80146551a6e830dacbcbda8b7c516f85a
Signed-off-by: Amit Purwar <amit.purwar@samsung.com>
Pyun DoHyun [Thu, 13 Feb 2020 01:52:04 +0000 (01:52 +0000)]
Merge "Resolve memory leak in HAL" into tizen
Pyun DoHyun [Wed, 12 Feb 2020 08:14:42 +0000 (08:14 +0000)]
Merge "Remove flight mode implementation from core and add it to bt-service" into tizen
Amit Purwar [Wed, 12 Feb 2020 05:46:02 +0000 (11:16 +0530)]
Resolve memory leak in HAL
Resolve memory leak related to g_variant_iter_loop
Change-Id: I3cc22a404a3c12a52c1b12b342c515e9674ee465
Signed-off-by: Amit Purwar <amit.purwar@samsung.com>
Sudipto [Mon, 10 Feb 2020 06:29:04 +0000 (11:59 +0530)]
Remove flight mode implementation from core and add it to bt-service
Change-Id: I856539d5e36c11a0e02e6ff9ada8078c2848ebff
Signed-off-by: Sudipto <sudipto.bal@samsung.com>
injun.yang [Fri, 7 Feb 2020 02:15:43 +0000 (11:15 +0900)]
Code clean up for debug message
Change-Id: Iffa256dfa4950fdd967daf10e2fc0614b6a2bfad
Signed-off-by: injun.yang <injun.yang@samsung.com>
himanshu [Fri, 7 Feb 2020 11:38:07 +0000 (17:08 +0530)]
Adapt bt_device_get_id_address API into BT-HAL framework
Change-Id: I40a822320d719f7da6c8312ff90158c98b9d0884
Signed-off-by: himanshu <h.himanshu@samsung.com>
Amit Purwar [Fri, 7 Feb 2020 11:51:36 +0000 (17:21 +0530)]
Fix memory leak in bt-api for g_variant_iter_loop
Change-Id: I4ac3e7f1f862b47d7c4737e69d856000315e32b4
Signed-off-by: Amit Purwar <amit.purwar@samsung.com>
DoHyun Pyun [Thu, 6 Feb 2020 09:19:52 +0000 (18:19 +0900)]
Seperate GATT unregister instance function
If client ID has the same value with server ID, then
the abnormal unregisteration can be occured. This patchset
prevents that issue.
Change-Id: Idaf156848587d1c7bd75fc697445804065fbedb0
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Thu, 6 Feb 2020 05:23:38 +0000 (14:23 +0900)]
Fix the instance id's miss-matching issue
Change-Id: I65e2592927aacb2b95c2b51531c44fdc1a21092a
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Thu, 6 Feb 2020 05:01:13 +0000 (14:01 +0900)]
Handle GATT client app's termination
Change-Id: Ic209290e0b935df315d178409d12838507a0ca2f
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Fri, 7 Feb 2020 03:55:04 +0000 (12:55 +0900)]
Fix dereference of NULL issue
Issues was reported by a static analyzer.
Change-Id: If99919b3da86b6d09675120fa9ee1d6607290f6d
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Wootak Jung [Fri, 7 Feb 2020 04:37:07 +0000 (13:37 +0900)]
Add service added event handling logic
Add added service in list
Change-Id: I1bcb6795d8207a6b415ccfb99a70a578fb4eb874
Wootak Jung [Thu, 6 Feb 2020 06:21:06 +0000 (15:21 +0900)]
Add service removed event handling logic
Remove removed service in list
Change-Id: Ib6aab419ef4bd26a52a377a51b527852c8986e82
Semun Lee [Fri, 7 Feb 2020 01:35:40 +0000 (10:35 +0900)]
Fix wrong memory references and leaks
Issues was reported by a static analyzer.
Change-Id: I83a8f7f481099a3f0fb8ea6be41f4134a10eba34
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Pyun DoHyun [Thu, 6 Feb 2020 05:28:57 +0000 (05:28 +0000)]
Merge "Not enable BT on booting time in factory mode" into tizen
Pyun DoHyun [Thu, 6 Feb 2020 00:51:39 +0000 (00:51 +0000)]
Merge "Fix Memory Leaks" into tizen
Anupam Roy [Wed, 5 Feb 2020 10:51:21 +0000 (16:21 +0530)]
Fix Memory Leaks
- Removed unused memory allocation for GATT char property conversion
- Use g_variant_unref() for GVariant* data received in g_varaint_get()
Change-Id: I387928f184010765410e1f6312c54c7be7cd60fe
Signed-off-by: Anupam Roy <anupam.r@samsung.com>
Deokhyun Kim [Wed, 5 Feb 2020 06:12:15 +0000 (15:12 +0900)]
Not enable BT on booting time in factory mode
Change-Id: Iae2ea70769807e527d55175aff808d033f2833b4
Signed-off-by: Deokhyun Kim <dukan.kim@samsung.com>
Deokhyun Kim [Wed, 5 Feb 2020 06:02:37 +0000 (15:02 +0900)]
Invoke error result when PBAP request fails
Change-Id: Ieeb75fe23ac206ad207e93674c01bc1bb172e8c8
Signed-off-by: Deokhyun Kim <dukan.kim@samsung.com>
DoHyun Pyun [Tue, 4 Feb 2020 08:03:22 +0000 (17:03 +0900)]
Disable HTTP proxy feature
Change-Id: I10117b7ef87ac24fecc9f98261e45210c0498739
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
injun.yang [Tue, 28 Jan 2020 08:09:32 +0000 (17:09 +0900)]
Remove redundant debug message
Change-Id: I407609671b339894131b505e41ab8d7dbac8e347
Signed-off-by: injun.yang <injun.yang@samsung.com>
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
injun.yang [Thu, 23 Jan 2020 06:14:43 +0000 (15:14 +0900)]
Code clean up
Change-Id: I9209247bbb8492a00879aa1e96ea22f62143025b
Signed-off-by: injun.yang <injun.yang@samsung.com>
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Pyun DoHyun [Tue, 4 Feb 2020 01:17:37 +0000 (01:17 +0000)]
Merge "Fix the LE scan filter malfunction" into tizen
Pyun DoHyun [Tue, 4 Feb 2020 01:17:28 +0000 (01:17 +0000)]
Merge "Add NULL check logic" into tizen
injun.yang [Tue, 4 Feb 2020 00:59:05 +0000 (09:59 +0900)]
Fix the LE scan filter malfunction
Change-Id: I0372a8e1d8cbe89da582805ce74b62f18da6eb35
Signed-off-by: injun.yang <injun.yang@samsung.com>
Wootak Jung [Tue, 4 Feb 2020 00:37:55 +0000 (09:37 +0900)]
Add NULL check logic
Change-Id: Idb1f39396bc35bdc36205a8d5d8b5ef86d944aad
Amit Purwar [Mon, 3 Feb 2020 06:26:22 +0000 (11:56 +0530)]
Fix iterator free issue in avrcp_control_parse_properties
Change-Id: Ied37f254cc061735a795bdd06d781e758fa06e13
Signed-off-by: Amit Purwar <amit.purwar@samsung.com>
DoHyun Pyun [Wed, 29 Jan 2020 06:18:36 +0000 (15:18 +0900)]
Fix BT enable issue on XU3 TV profile
Change-Id: I3cb7e00890057a354032365ff34c0b3deb2c8902
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Pyun DoHyun [Tue, 28 Jan 2020 06:03:15 +0000 (06:03 +0000)]
Merge "Fix svace issue" into tizen
Pyun DoHyun [Tue, 28 Jan 2020 06:03:12 +0000 (06:03 +0000)]
Merge "Modify the logic of bonding with LE type" into tizen
Pyun DoHyun [Tue, 28 Jan 2020 06:03:08 +0000 (06:03 +0000)]
Merge "Fix connection info duplication issue" into tizen
Pyun DoHyun [Tue, 28 Jan 2020 06:03:05 +0000 (06:03 +0000)]
Merge "Fix gslist index mismatch issue" into tizen
Pyun DoHyun [Tue, 28 Jan 2020 06:03:02 +0000 (06:03 +0000)]
Merge "Fix GATT service list not update issue" into tizen
Pyun DoHyun [Tue, 28 Jan 2020 06:02:59 +0000 (06:02 +0000)]
Merge "Modify GATT search service result event handling logic" into tizen
Pyun DoHyun [Tue, 28 Jan 2020 06:02:56 +0000 (06:02 +0000)]
Merge "Modify gattc info free functions" into tizen
Pyun DoHyun [Tue, 28 Jan 2020 06:02:52 +0000 (06:02 +0000)]
Merge "Implement GATT Service changed event handling logic" into tizen
Pyun DoHyun [Tue, 28 Jan 2020 06:02:47 +0000 (06:02 +0000)]
Merge "Fix iOS GM connection issue" into tizen
DoHyun Pyun [Tue, 28 Jan 2020 06:06:48 +0000 (15:06 +0900)]
Fix the build error for execv function
error: argument 2 null where non-null expected [-Werror=nonnull]
Change-Id: I52334cd5f2fa1655031c1cc1745948e163caba94
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Wootak Jung [Tue, 28 Jan 2020 01:20:53 +0000 (10:20 +0900)]
Fix svace issue
NULL dereference issue
Change-Id: I4f2b0ecbbea53403fa84e55db27d98a162e09369
Wootak Jung [Wed, 15 Jan 2020 04:34:27 +0000 (13:34 +0900)]
Modify the logic of bonding with LE type
No need to unbond before bond with bluez stack
Add new oal function to get stack name
Change-Id: I29ade86c73bba5a26306a091b5da58a99f7666a8
Wootak Jung [Tue, 28 Jan 2020 00:47:15 +0000 (09:47 +0900)]
Fix connection info duplication issue
connection_info should be added if no stored.
Change-Id: Ibec03e55ad8126005a24707e9d2925e04af41fbd
Wootak Jung [Tue, 28 Jan 2020 00:45:51 +0000 (09:45 +0900)]
Fix gslist index mismatch issue
Change-Id: I0de173c0a651a40e8647053546598dabbbdd8c98
Wootak Jung [Tue, 28 Jan 2020 00:40:12 +0000 (09:40 +0900)]
Fix GATT service list not update issue
Change-Id: I25d2099b646f348b1495ec5f26f70cd619b005eb
Wootak Jung [Mon, 30 Dec 2019 00:20:31 +0000 (09:20 +0900)]
Modify GATT search service result event handling logic
send event from stored info
Change-Id: I238e5657331dd42edbb5f8ff164bb81d026a15bf
Wootak Jung [Tue, 28 Jan 2020 00:31:38 +0000 (09:31 +0900)]
Modify gattc info free functions
Change-Id: I2c2711c38fd139ada19974ed954a0a3d754732d3
Wootak Jung [Thu, 23 Jan 2020 08:18:32 +0000 (17:18 +0900)]
Implement GATT Service changed event handling logic
Add InterfacesRemoved event handling logic
Add GattServiceAdded event handling logic
Change-Id: If2eb2d582b00873a92f41f15266c78da311852ad
Wootak Jung [Mon, 16 Dec 2019 23:59:17 +0000 (08:59 +0900)]
Fix iOS GM connection issue
- Add new oal function adding connection info
- Modify LE bonding create logic
- Modify GattConnected handling logic
Change-Id: Ie69dd9f36e3e702cdde01df4136cd83a28f5810f
Wootak Jung [Thu, 23 Jan 2020 00:34:34 +0000 (09:34 +0900)]
Revert "Keep LE oob data to reduce NFC OOB pairing failure"
This reverts commit
6cdddea69bc871badb6c9aa39681af95b3e63fa3.
Change-Id: I6bed80e4741502e654cebab4d233924fea9412cf
Amit Purwar [Wed, 22 Jan 2020 03:50:48 +0000 (09:20 +0530)]
Fix Pairing when headset have PIN other than 0000
Change-Id: If0cc262f86f6734d7dadab0edca2db9f813ac223
Signed-off-by: Amit Purwar <amit.purwar@samsung.com>
himanshu [Wed, 8 Jan 2020 07:14:24 +0000 (12:44 +0530)]
Fix bt_device_get_connection_state API for LE connection.
Change-Id: I9ca3dd90e6090958a6ccf950d61a972fc1e7eace
Signed-off-by: himanshu <h.himanshu@samsung.com>
Deokhyun Kim [Tue, 21 Jan 2020 07:42:34 +0000 (16:42 +0900)]
Fix _bt_enable_adapter_le
Change-Id: I7e968bbcf58380706311deec6d6e4e7280157c78
Signed-off-by: Deokhyun Kim <dukan.kim@samsung.com>
himanshu [Thu, 16 Jan 2020 07:27:28 +0000 (12:57 +0530)]
Fix: bt_adapter_get_connectable not working
Change-Id: I3d1906eccc6be787402a8fe42521918ff9a39636
Signed-off-by: himanshu <h.himanshu@samsung.com>
injun.yang [Mon, 13 Jan 2020 04:51:30 +0000 (13:51 +0900)]
Code clean up for debug message
Change-Id: Ic49ccf5c49657210fd68e88823111ac4d6b9077f
Pyun DoHyun [Sun, 12 Jan 2020 23:07:27 +0000 (23:07 +0000)]
Merge "Apply actd for edutm mode" into tizen
Amit Purwar [Fri, 3 Jan 2020 10:23:43 +0000 (15:53 +0530)]
Implement the set mtu for LE device
Change-Id: I6e10cc6258f936a31a82dcf79e0045c50da63dba
Signed-off-by: Amit Purwar <amit.purwar@samsung.com>
Deokhyun Kim [Tue, 7 Jan 2020 09:30:06 +0000 (18:30 +0900)]
Apply actd for edutm mode
Change-Id: Ia73b7cecbfa2966da3bfc2d3ff6e5cb75c4a5d48
Signed-off-by: Deokhyun Kim <dukan.kim@samsung.com>
Anupam Roy [Mon, 6 Jan 2020 06:45:55 +0000 (06:45 +0000)]
Merge "Remove unnecessary logic on LE scan" into tizen
injun.yang [Fri, 3 Jan 2020 04:22:42 +0000 (13:22 +0900)]
Fix: After scanning stopped, scan result callback invoked.
Change-Id: I55562efde051386ffbf8de303bf0fccd7ec6b7eb
injun.yang [Fri, 3 Jan 2020 04:25:23 +0000 (13:25 +0900)]
Remove unnecessary logic on LE scan
Change-Id: I6631717785498099dfbe1b9e60043888d6ad49ae
injun.yang [Tue, 31 Dec 2019 04:40:50 +0000 (13:40 +0900)]
Fix: multiple LE scanner is not working
Run scanner A & B > stop scanner A > scan result is not deliveried to scanner B
Change-Id: Ibf038e5d055d0fd6ec63c31e562b1d17ea1a47db