summaryrefslogtreecommitdiff
path: root/ell/string.c
AgeCommit message (Collapse)AuthorFilesLines
2020-03-25Use the external ell packageDoHyun Pyun1-518/+0
Change-Id: Ibbc87d87131a5b4abcb6dc48eb8232df43566218 Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
2019-12-17unit: Add Mesh Crypto tests from Mesh Profile SpecBrian Gix1-282/+151
This unit test will be grown over time to include tests formed from the sample data in the Bluetooth Mesh Profile specification (Currently at version v1.0.1). Currently it includes test cases for the following sets of sample data: Sections 8.1.1-6 Sections 8.2.1-6 Sections 8.3.1-11 Section 8.4.3 Section 8.6.2 Change-Id: I70b90d83e997b2c711433a2a131a4cc6ef3bca3f Signed-off-by: Anupam Roy <anupam.r@samsung.com>
2019-12-16mesh: Add ELL support in BluezAnupam Roy1-0/+649
This is a pre-requisute patch which adds ELL source & headers inside Tizen bluez source. In Tizen bluez, ELL will be built internally. BLE mesh modules like mesh-cfgclient & bluetooth-mesh daemon will be linked against the libraries generated by ELL build. Note: ELL source build will be enabled in next patchset Change-Id: I91d4a31326810820ed644816cfba8fd8ae93952d Signed-off-by: Anupam Roy <anupam.r@samsung.com>