History log of /frameworks/opt/bluetooth/src/android/bluetooth/client/map/BluetoothMasObexClientSession.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d1ac8e05b6671626ac702ec57277689b7338bc32 19-Jun-2015 Sanket Agarwal <sanketa@google.com> Mas Obex client should use Handler instead of threads.

Using threads has the following issues currently:
* Can only handle one enqueue in flight. Makes the client dependent on
checking sanity.
* Uses interrupts to clean up which can lead to race conditions.

Change-Id: Id3b2e2199fea2347dd2b7102ec60004e996fe344
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/BluetoothMasObexClientSession.java
192d793d2586b620027edd5b45ff4c72a86cc7be 08-Apr-2014 Hemant Gupta <hemantg@codeaurora.org> Bluetooth: Support MAP and PBAP Client role on Bluedroid.

Implementation of android.bluetooth.client.pbap and
android.bluetooth.client.map STATIC JAVA lib for PBAP and MAP
client role(s). These static libraries can be used by application
for PBAP and MAP Client role support on Bluedroid.

Change-Id: I173d2c095661704e2efb39516837c6b681193e9a
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/BluetoothMasObexClientSession.java