History log of /packages/apps/Bluetooth/src/com/android/bluetooth/sap/SapRilReceiver.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0e68b031093ca4776111da8babaf6ea1142b4755 28-Mar-2017 Amit Mahajan <amitmahajan@google.com> Change radio related service names to slot1, slot2, slot3...

Test: Basic telephony sanity
Bug: 36570718
Merged-in: I054a5e7cc396a78df95752218e52e92dd7616d88
Change-Id: I054a5e7cc396a78df95752218e52e92dd7616d88
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/SapRilReceiver.java
73a32dfbd2f283341b86385b58ac4f3761c83f7b 22-Mar-2017 Amit Mahajan <amitmahajan@google.com> Remove SAP socket

Test: Basic SAP sanity
Bug: 32020264
Change-Id: I57d34f1cb36e4a63848ebf0dda9795fc75352a37
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/SapRilReceiver.java
af64b66d0705f8e1f5b7d20a56f8f6997b60093a 13-Feb-2017 Amit Mahajan <amitmahajan@google.com> Exception and death notification handling for ISap.

Test: Basic telephony sanity
Bug: 32020264
Change-Id: I3d710fc59a397fe0054b286d422066f9ff149262
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/SapRilReceiver.java
549c5a7e95c7934d8d3ab10a8653564e42b0c937 11-Dec-2016 Amit Mahajan <amitmahajan@google.com> Client changes for BT SAP hidl.

Test: Basic SAP sanity.

Bug: 32020264
Change-Id: If001ff221e3240a31cfbb08df11cbf6188ebd07e
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/SapRilReceiver.java
eb7b90f5b93db1230a5b64caa3d8d05a642e33a6 10-May-2016 Marie Janssen <jamuraa@google.com> Cleanup unused requires in java files

Change-Id: I7b055c1d3d3f6a69e9f49c077853ab45fcad7106
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/SapRilReceiver.java
a49b4e45faf378e3848c4f6eb468e0a14565aa6c 17-Apr-2015 Casper Bonde <c.bonde@samsung.com> SAP: Fix exception at shutdown

Restructures the disconnect/shutdown code, to avoid exception.
Also ensure cleanup of notifications and profile public state.
This also fixes the bug introduced when handling ACL_disconnect
intent, where the rfcomm-listener was not restarted.

Change-Id: I3b4561f610abc77011689b7cfb67a4b54c41500c
Signed-off-by: Casper Bonde <c.bonde@samsung.com>
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/SapRilReceiver.java
bbb071e6d73df46230ec654e3066a46f6e35a88d 22-Apr-2015 Casper Bonde <c.bonde@samsung.com> SAP: Dynamic use of wake locks

This changes the way wake locks are used for SAP from acquiring
wake lock at connect, and releasint at disconnect to acquiting
a wake lock each time activity is detected, either between
Bluetooth and the RIL or between Bluetooth and the client.
The wake lock is released when there has been no activity for
one second.

This is the same scheme as for MAP, except using a lower timeout
value, based on analysis of the traffic when connected to a
Nokia 616 car-kit.

Change-Id: Ie4bcf7e991d81e88b64dc4ba20fa74b327fde3c6
Signed-off-by: Casper Bonde <c.bonde@samsung.com>
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/SapRilReceiver.java
cee0d1b1f13b4401a895be650605fa307e70bdb6 19-Mar-2015 Casper Bonde <c.bonde@samsung.com> Add support for Bluetooth Sim Access Profile (3/4)

Server side of the Sim Access Profile. Enables a Bluetooth device
to take over control of the SIM. This is usefull in cars where the
internal antenna in the phone can have a low signal level.

For this profile to work, the RIL driver must allow for this feature
to be used, and it must provide the API needed. The API is based on
protoBuf.

This change includes some SAP test cases.

Change-Id: Ia46493383efed6b8a89ca270bdafa60fc1a150c1
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/SapRilReceiver.java