OSDN Git Service

PBAP Download Contacts in state machine
authorJoseph Pirozzo <pirozzoj@google.com>
Fri, 22 Apr 2016 16:20:30 +0000 (09:20 -0700)
committerJoseph Pirozzo <pirozzoj@google.com>
Fri, 17 Jun 2016 17:53:49 +0000 (10:53 -0700)
commit8bc55a6586b985f3f9d7a7c796a86fdc47c9b4b8
tree5892c99efb9ae0df8221c9aaa3787f6e34ff0cc6
parent427695a7992c8fc3fb503794bbaff1f705451133
PBAP Download Contacts in state machine

Add refactored code to the new PBAP state machine to implement the safe
downloading of contacts.  Key improvements are no internal state
handling, no complex message passing, and an improved ability to abort
and handle error conditions.
bug: 28249138

Change-Id: I30aa6ab6730d92e3ec797392ee9a1be7f55fa46a
src/com/android/bluetooth/pbapclient/PbapClientConnectionHandler.java
src/com/android/bluetooth/pbapclient/PbapClientService.java
src/com/android/bluetooth/pbapclient/PbapClientStateMachine.java