- May 22, 2014
-
-
Adam Hampson authored
This change allows the bta_dm_pm_md table defined in bta_dm_cfg.c to be overridden in bdroid_buildcfg.h This also changes how the bta_dm_pm_spec table references sniff parameters in the bta_dm_pm_md. Indexing into the bta_dm_pm_md table is now through an overrideable define instead of directly referencing the index into the table. Lastly this change allows for overriding the open, active, and idle states of the HID host power table indepednent of the HID device power table. Bug: 13329024 Change-Id: If1eea95ebdd3efd48c69bf4cc6f2ffe06219c80b Signed-off-by:
Adam Hampson <ahampson@google.com>
-
- May 20, 2014
-
-
Mike J. Chen authored
-
Mike J. Chen authored
Change-Id: If07fdfb69dcfc0f9c983f9e4f42ee8d1bb615d1b Signed-off-by:
Mike J. Chen <mjchen@google.com>
-
Wei Wang authored
Change-Id: I6b584e3e610d20348bf410f434164b8a5e738f04
-
Wei Wang authored
Change-Id: I6499663d253c791cc739ed76b839eb3aefe6613a Conflicts: btif/src/btif_dm.c btif/src/btif_gatt_multi_adv_util.c Conflicts: btif/src/btif_dm.c btif/src/btif_gatt_multi_adv_util.c
-
Satya Calloji authored
Change-Id: Iadca8e73ceaadcd0429421ea70f1b76644e88c42
-
Satya Calloji authored
BTIF and stack changes for LE multi ADV feature Change-Id: I5e009ff8cbac5fc6f92ca943c61c4faf98e4e2ce
-
Adam Hampson authored
-
- May 19, 2014
-
-
Matthew Xie authored
* commit 'f277320a': Fix ms to ns conversion unit
-
Matthew Xie authored
* commit 'e1a94a6b': Fix ms to ns conversion unit
-
- May 16, 2014
-
-
Adam Hampson authored
This could potentially cause BTM_SetPowerMode() to take an incorrect code path. Change-Id: Ibca83129fffb5fbb64372e991cc433de144d333d Signed-off-by:
Adam Hampson <ahampson@google.com>
-
Matthew Xie authored
bug 14999968 Change-Id: I38455af24a4127e3915024a38ced758d82d406eb (cherry picked from commit 451bb509)
-
Matthew Xie authored
-
Matthew Xie authored
bug 14999968 Change-Id: I38455af24a4127e3915024a38ced758d82d406eb
-
- May 13, 2014
-
-
Prerepa Viswanadham authored
Delete client_if from scan api's Change-Id: I66e0e17221601cd07ea77cf3d61ad9ce20a603a4
-
- May 09, 2014
-
-
Matthew Xie authored
-
Matthew Xie authored
-
Matthew Xie authored
Change-Id: Ib41ecc8be53f64f10446b758c54eaf41f2a2e725
-
Matthew Xie authored
This reverts commit 2a0d9427.
-
- May 08, 2014
-
-
Zhihai Xu authored
this is due to some field type is not defined correctly. We don't have this problem with old compile option. recently some compile option change expose this bug. bug:14489818 Change-Id: Ief48ec7d1312eb588fc344ea0afb153226bf0541
-
Sharvil Nanavati authored
This broke pairing in a bunch of ways, most notably the inability to use Just Works pairing mode. Just Works is used quite heavily by iOS devices. http://b/14438257 Change-Id: I4d32b446d0435acfc73987b91dbd1a0bd3b53ec3
-
Dmitry Grinberg authored
* commit 'f4e392c4': DO NOT MERGE: allow customization of sniff params
-
Ji-Hwan Lee authored
To fix x86 build. Change-Id: I14e1a418c19987fb76c71ab1bbb8dcb181b833ce
-
Dmitry Grinberg authored
* commit 'c5a6eee7': DO NOT MERGE: allow customization of sniff params
-
- May 07, 2014
-
-
Ying Wang authored
-
Dmitry Grinberg authored
This completely overrides sniff params with hardcoded external values. Yes, we understand this is not likely to be useful in ther real world. This was requested by a vendor for power testing purposes. Change-Id: Iaf03516752ea49fff2f0be28d5a4b27b039f1214
-
Ying Wang authored
Change-Id: Ic5b17ad79d5796692c063714ea82f879c52b9857
-
Narayan Kamath authored
This code is not 64 bit safe. In particular, it attempts to cast pointer types to UINT32 in several places. For now, build it as a 32 bit library. A 64 bit variant will not be needed if libbluetooth_jni is also build for 32 bit only. Change-Id: Ic5f86bd2823083cacf21a852d1c13b4796a7e125
-
Matthew Xie authored
Change-Id: If4b857544917a13647959793fca32c5e5c59a05a
- May 06, 2014
-
-
Hemant Gupta authored
This patch sends close event callback to upper layers, so that UI is updated of correct state of HID connection when connection between hid host and hid device drops for some reason and host is attempting reconnection. Without this patch, upper layers gives false update of connection still present when actually no connection exists between hid devices. Connection state was only getting updated if reconnection attempt was also failing. Change-Id: Ic276d9b57c5c84c4264ddeeadc34c983c718ba3a
-
Hemant Gupta authored
Return BTM_CMD_STARTED from btm_sec_l2cap_access_req when remote device link is neither authenticated or encrypted so as to send L2CAP Peer connect response with status auth pending. This lets remote device extend the waiting time. This fixes IOT issues with HP laptop EliteBook 8440p/8460p where pairing was not possible. Change-Id: I6cf6a72640de938a8145b541d4bad1bcba758ac5
-
Hemant Gupta authored
- This change makes sure that audio routes back to correct headset in multi call scenario even though the other headset tries to answer or dial. - Ignore setting hf_idx for ATA/BLDN received from HS for a waiting call when an active/held call is already present. Change-Id: I19949471d481bf911fda2222dc6d730d1a821b65
-
Ganesh Ganapathi Batta authored
When pairing is initiated from the iPhone side, it sets Bonding bit without MITM. We responded to this with No bonding, No MITM. This resulted in JustWorks & Unauthenticated link key. After pairing iPhone initiates a RFCOMM connection. This caused a link key upgrade to be done, which the iPhone rejected, resulting in pairing failure. To resolve this the following enhancements were made 1. If locally initiated pairing always set Bonding bit + MITM 2. If remote initiated a. copy over the bonding bit b. if peer has DisplayYesNo set MITM 3. As a fallback if remote had MITM, enable MITM in our response This forces pairing to use Bonding bit+MITM thus resulting in authenticated combination linkkey Change-Id: I08f16c80821bc822023180d01868614ba41e6d88
-