c6137426081fc55d8c94cd0e6b55cd0d0a52f12d |
|
25-Jul-2015 |
Pavlin Radoslavov <pavlin@google.com> |
Fix the logic for stopping the Power Management timers. Previously, the logic for stopping the timers didn't take into account whether each timer was already running. Bug: 22666419 Change-Id: Ia99bf8be917e9ea69f478a954085336fc899040a
/system/bt/bta/dm/bta_dm_pm.c
|
76356aee883af67898ddc1aa3b628195f396d42a |
|
21-Apr-2015 |
VenkatRaghavan VijayaRaghavan <venkatrv@broadcom.com> |
Bug fix PM changes and LE connectivity mode fixes Allow PM to support multiple delay timer for different profiles and power mode requests. And set correct connectivity mode. Bug: 22040710 Change-Id: Idabd9ea944f0c5a89ce542d85db9f103fa7d1816
/system/bt/bta/dm/bta_dm_pm.c
|
0ba8b2303ed8d0f2c0636befe28b89cfe33169de |
|
22-May-2015 |
Mallikarjuna GB <gbmalli@codeaurora.org> |
Don't stop sniff timer before checking for service ID entry - Avoid stopping sniff timer before checking for service ID entry for which bta_sys_conn_close is called since if entry is not present we return without re-starting timer and ACL doesn't go into sniff. Change-Id: I063da8e58e067ade5d646debf086bb443066106c
/system/bt/bta/dm/bta_dm_pm.c
|
7d29482dd040a00be373092a566b0d7c5b4827fb |
|
21-May-2015 |
Mallikarjuna GB <gbmalli@codeaurora.org> |
Don't initiate sniff in sniff mode This change makes sure that AG does not retry to intiate sniff if device is already in remote initiated sniff mode. Change-Id: I77a0c4c0aaf2e93e3168f49998fe22a971d46212
/system/bt/bta/dm/bta_dm_pm.c
|
d288b2af6bf5ebb41554f223adf2e7f536d2f1e5 |
|
21-May-2015 |
Mallikarjuna GB <gbmalli@codeaurora.org> |
Reset sniff subrating while in SCO Sniff subrating should not be used when link is in SCO connection. Since the subrating value is higher, the link would take more time to process ACL data while in SCO connection causing unwanted results like delay in SCO disconnects. Change-Id: I7b964faa397624b65e0158209b8743efe13a6075
/system/bt/bta/dm/bta_dm_pm.c
|
8372aa5fa535ee4f09c09981b6125b54ace31fe2 |
|
25-Mar-2015 |
Kim Schulz <k.schulz@samsung.com> |
L2CAP and SDP Search API for BT profiles (2/2) Added support for exposing L2CAP to Java such that OBEX over L2CAP is made possible. Added support to create SDP records as a seperate step.(as opposed to creating a SDP record when a BluetoothSocket is created). This allows both a RFCOMM channel and a L2CAP PSM to be included in a SDP record. (Additionally the content of the SDP record is set by the profile in Java, in stead of beeing hardcoded in the socket layer.) This completes the L2CAP channel exposure to Java. Change-Id: Iaf68a07d910145cdd33e940d73cd680f79164100
/system/bt/bta/dm/bta_dm_pm.c
|
794f3b5f126fffc3dd1129a710187591348bbf23 |
|
01-Oct-2014 |
Chris Manton <cmanton@google.com> |
Removal of bd.[c|h] Consolidate legacy types into bt_types.h
/system/bt/bta/dm/bta_dm_pm.c
|
cc0ca141ad1e81826b71c0bacdb2e8ab186f9155 |
|
01-Oct-2014 |
Zach Johnson <zachoverflow@google.com> |
Prune BTM_ReadLocalVersion It was called once, but the version info read back was never used. The status returned was used, but that was implicitly getting whether the device was up or not so replaced with a call to BTM_IsDeviceUp.
/system/bt/bta/dm/bta_dm_pm.c
|
5fc4be1aa79e3b732e4503a84908522fd754b56f |
|
29-Sep-2014 |
Zach Johnson <zachoverflow@google.com> |
Remove <BT 2.0 workarounds
/system/bt/bta/dm/bta_dm_pm.c
|
3a02468a2cca323a61d4b461d0b37cfcc70fa3d5 |
|
12-Jun-2014 |
Hemant Gupta <hemantg@codeaurora.org> |
PM: Stop Power Manager Timer if in sniff mode - do not merge Power manager timer is started when ACL link is in active mode depending on profile connected. This timer was never stopped when link was put in sniff mode by remote device preventing system from going to sleep since timer is still active resulting in extra power consumption. Change-Id: I7569eed3ad7e0487e411377977b4f0671f24df12
/system/bt/bta/dm/bta_dm_pm.c
|
81b03192d4284acc7c9903f5b183927797dceca4 |
|
24-Jul-2014 |
Prerepa Viswanadham <dham@google.com> |
Fix build for non BLE supported targets(nakasi and manta) Change-Id: I0de46e1dfce3a51367bc0e2640e91cdefc8a21c6
/system/bt/bta/dm/bta_dm_pm.c
|
e5ba8841cd39e17c05aeb4ab65b5b761d41577da |
|
04-Jul-2014 |
Satya Calloji <satyac@broadcom.com> |
LE energy info feature Stack and BT-IF changes for LE energy feature Change-Id: I671e63aaead210c6352b45a5e20ad5e4bbbb77b7
/system/bt/bta/dm/bta_dm_pm.c
|
e8c3d75b75493911ebf0f99c83676359657178f7 |
|
04-May-2014 |
Sharvil Nanavati <sharvil@google.com> |
Logging cleanup: BTIF and APPL. Change-Id: I5b1214642bbb4b9aecc0fd2c899a6ec2c9793286
/system/bt/bta/dm/bta_dm_pm.c
|
ead3cde4bac0c3e32cd31f149093f004eef8ceeb |
|
06-Feb-2013 |
Ganesh Ganapathi Batta <ganeshg@broadcom.com> |
Initial version of BLE support for Bluedroid Change-Id: I9825a5cef9be2559c34c2a529b211b7d471147cf
/system/bt/bta/dm/bta_dm_pm.c
|
5738f83aeb59361a0a2eda2460113f6dc9194271 |
|
13-Dec-2012 |
The Android Open Source Project <initial-contribution@android.com> |
Snapshot cdeccf6fdd8c2d494ea2867cb37a025bf8879baf Change-Id: Ia2de32ccb97a9641462c72363b0a8c4288f4f36d
/system/bt/bta/dm/bta_dm_pm.c
|