Skip to content

Commit

Permalink
com.webos.service.bluetooth2=67 bluetooth-sil-bluez5=70 bluetooth-sil…
Browse files Browse the repository at this point in the history
…-api=26

:Release Notes:
Support for keyRefresh, removeNode and listProvisionedNodes
mesh APIs

:Detailed Notes:
com.webos.service.bluetooth2:
submissions/65..submissions/67
641cdd2 Fixed coverity issue
ae3786f Handle hardReset device while provision
03af8bb Support for keyRefresh API
f3714c7 Implementation of mesh/removeNode and mesh/listProvisionedNodes
62f31e9 Handle subscription for mesh/model/config APIs
c4a647b permission check for appKeyIndex

bluetooth-sil-bluez5:
submissions/67..submissions/70
605fbfc Fix:Key refresh does not fail for node that is not available
9cb865f Coverity issue fix
c65e609 Support for keyRefresh API
2ca8afd Handle subscription for mesh/model/config APIs
d856775 Implementation of mesh/removeNode

bluetooth-sil-api:
submissions/25..submissions/26
6c8d2da Added support for keyRefresh API
47f5e00 Handle subscription for mesh/model/config APIs
8ebd6b1 Implementation of mesh/removeNode

:Testing Performed:
Test results are updated in WRN-5527

:QA Notes:
NA

:Issues Addressed:
[WRN-5527] CCC: com.webos.service.bluetooth2=67
           bluetooth-sil-bluez5=70 bluetooth-sil-api=26
[WRN-874] Handle hardReset device while provisioning
[WRN-605] Implementation of mesh/keyRefresh
          in bluetooth-sil-api
[WRN-594] Implementation of mesh/removeNode
          in bluetooth-sil-bluez
[WRN-606] Implementation of mesh/removeNode
          in bluetooth-sil-api
[WRN-590] Implementation of mesh/keyRefresh
          in bluetooth service
[WRN-589] Implementation of mesh/removeNode
          in bluetooth service
[WRN-591] Implementation of mesh/listProvisionedNodes
          in bluetooth service
[WRN-595] Implementation of mesh/keyRefresh in
          bluetooth-sil-bluez5
[WRN-875] Verification of keyRefresh API
[WRN-5533] Fix coverity issue in com.webos.service.bluetooth2
[WRN-5534] Fix Coverity issues in bluetooth-sil-bluez5

Change-Id: I539558a068201b5962e1d19cb1ce978a20b3e4c3
  • Loading branch information
Ashish23 Patel authored and Hyunjae Shin committed Sep 8, 2021
1 parent bf8668c commit bd8e64f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion meta-webos/recipes-webos/bluetooth/bluetooth-sil-api.bb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = " \

DEPENDS = "glib-2.0"

WEBOS_VERSION = "1.0.0-25_63e9e3f8ee9b39f0aa82e454de320d890b51f11d"
WEBOS_VERSION = "1.0.0-26_d1236c28f289d0e40f4d26c5d73ad198158e62bb"
PR = "r3"

inherit webos_component
Expand Down
2 changes: 1 addition & 1 deletion meta-webos/recipes-webos/bluetooth/bluetooth-sil-bluez5.bb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ WEBOS_BLUETOOTH_ENABLED_SERVICE_CLASSES ??= ""
# Add runtime dependency on bluez5 OBEX service when we have to support FTP
RDEPENDS_${PN} += "${@ bb.utils.contains('WEBOS_BLUETOOTH_ENABLED_SERVICE_CLASSES', 'FTP', 'bluez5-obex', '', d)}"

WEBOS_VERSION = "0.1.0-67_16701f6dea7d7aaacbab6d869ad03a989b7377b9"
WEBOS_VERSION = "0.1.0-70_2559d811ba7dd8a794e4ec1fe31dc0f6354574b7"
PR = "r3"

inherit webos_component
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ WEBOS_BLUETOOTH_ENABLED_SERVICE_CLASSES = "GATT FTP OPP A2DP SPP HFP AVRCP PAN A
# emulator), which means that the pairing should happen without user intervention.
WEBOS_BLUETOOTH_PAIRING_IO_CAPABILITY ??= "NoInputNoOutput"

WEBOS_VERSION = "1.0.0-65_889be8c3435df848bb7c89c6aff9b9c287038144"
WEBOS_VERSION = "1.0.0-67_1a615c56db4b7537ac42aa8786c48c8e5a24c85c"
PR = "r5"

inherit webos_component
Expand Down

0 comments on commit bd8e64f

Please sign in to comment.