summaryrefslogtreecommitdiffstats
path: root/binding/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2019-08-09Link to library libmJosé Bollo1-2/+2
The binding used lrint since a long time but wasn't linked against libm. It implied that loading of the binding by the binder was failing because the symbol "lrint" wasn't resolved. This change add an explicit link to libm. Bug-AGL: SPEC-2742 Change-Id: I4bfb78c0e5eca2fbb330a81b69fc1794642b7fff Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2019-05-16binding: bluetooth-pbap: add vcard parser frameworkMatt Ranostay1-0/+1
Parse the vCard information within the binding itself, and reduce service consumers processing and dependencies. Bug-AGL: SPEC-2392 Change-Id: Ie7654c4ba6d269cb8224e61021e19739614afb4e Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-06-14Initial Bluetooth PBAP bindingMatt Porter1-0/+43
Supports the following features: - retrieval of phonebook contacts - retrieval of call history (incoming/outgoing/missed/combined lists) - retrieval of individual contact entry by handle - search for contact by phone number Bug-AGL: SPEC-1437 Change-Id: I1d0d5c4c02e5ba4a5db1bcfc932421fd9d478426 Signed-off-by: Matt Porter <mporter@konsulko.com>