summary |
shortlog | log |
commit |
commitdiff |
review |
tree
first ⋅ prev ⋅ next
Matt Ranostay [Mon, 8 Oct 2018 10:05:44 +0000 (18:05 +0800)]
binding: pbap: change default build to RELEASE
By default the build should be RELEASE and not the DEBUG option
Change-Id: Idc1c9173b47c1cad655368eca1f2909415c7147b
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Matt Ranostay [Mon, 8 Oct 2018 10:23:03 +0000 (18:23 +0800)]
binding: pbap: add missing conf.d/autobuild files
Add missing build scripts along with uprev the conf.d/app-templates
git submodule
Change-Id: I48a477451867fd8098d58b6f18eaa3525123d59d
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Jan-Simon Möller [Mon, 10 Sep 2018 06:37:10 +0000 (08:37 +0200)]
Add gitreview file for flounder branch
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Matt Porter [Thu, 21 Jun 2018 02:02:38 +0000 (22:02 -0400)]
Send connection status upon event subscribe
When the status event is subscribed, immediately
send the current PBAP connection status.
Bug-AGL: SPEC-1519
Change-Id: I222789f81040c80fb67dac63c889c96586ba0dbd
Signed-off-by: Matt Porter <mporter@konsulko.com>
Matt Porter [Tue, 19 Jun 2018 21:53:01 +0000 (17:53 -0400)]
Add connection status event and verb
Adds a status event and a verb which reports the
current PBAP device connection status. This allows
applications to determine when to refresh data or
display alternative data if a PBAP connection is
unavailable.
Bug-AGL: SPEC-1519
Change-Id: I7c3bd7081be3a850cebb3c708a0be95fc685a6fc
Signed-off-by: Matt Porter <mporter@konsulko.com>
Matt Porter [Mon, 18 Jun 2018 21:30:58 +0000 (17:30 -0400)]
Add LICENSE file
Copyright notices cite Apache 2.0 so add the missing
LICENSE file.
Bug-AGL: SPEC-1437
Change-Id: I028f8e6fc8306943cdd870f7275efb75086c5a38
Signed-off-by: Matt Porter <mporter@konsulko.com>
Matt Porter [Mon, 4 Jun 2018 18:31:40 +0000 (14:31 -0400)]
Initial Bluetooth PBAP binding
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>
Jan-Simon Moeller [Thu, 14 Jun 2018 13:26:16 +0000 (13:26 +0000)]
Initial empty repository