- 03 Nov, 2014 3 commits
-
-
Maggie_Lee authored
am 36ba410e: am c1ccb0d9: anthias:17614185:Bluetooth: Getbuf returning invalid buffer pointer automerge: 0e74efe5 * commit '36ba410e':
-
Maggie_Lee authored
automerge: 0e74efe5 * commit '0e74efe5':
- 30 Oct, 2014 2 commits
-
-
Eric Laurent authored
-
Eric Laurent authored
Bug: 17916028. Change-Id: I4badb9208eeb973a08b4f8463ee287f6bfb3dd01
-
- 29 Oct, 2014 1 commit
-
-
Prerepa Viswanadham authored
* commit '903285cb': Don't starve a BT ACL link with 0 xmit quota
-
- 28 Oct, 2014 3 commits
-
-
Prerepa Viswanadham authored
* commit '472c2a7b': Don't starve a BT ACL link with 0 xmit quota
-
Matthew Xie authored
-
Matthew Xie authored
On some platforms clock_gettime may sometimes return a current time that is earlier than a previous time. While it rarely happens, we need cover the case anyway. Bug: 18154020 Change-Id: I3846487aa45d0b11aeb63fa68af8826b864248fa
-
- 24 Oct, 2014 1 commit
-
-
Andre Eisenbach authored
Bug: 17753401 Change-Id: I288ea8b6194d91d18485d0f3f1bbf997f97a26dd
-
- 23 Oct, 2014 1 commit
-
-
Prerepa Viswanadham authored
With new link management of controller buffers between different ACL connections, it is possible that a ACL conn would get 0 buffers - thus no profile can run. This affects classic and LE ACL connections. This work around allows a floor of 1 buffer as the floor for all connection, irrespective of controller capability. Bug: 17976311 Change-Id: I7cd0d34af47c441c5ea7f2b836b591a4fec62ad1
-
- 22 Oct, 2014 2 commits
-
-
Andre Eisenbach authored
* commit '5e808468': LE: Do not remove bond on encryption failure
-
Andre Eisenbach authored
If the encryption fails during the re-connection process with a previously paired LE device, the pairing is removed. Thus, a single connection failure could lead to the device be unpaired. This patch prevents unpairing when encryption fails. Additionally, the IRK is restored from NV ram to fix reconnection to dual-mode devices. Bug: 18072300 Change-Id: I077a16d0715fdaa07b95b1c664c18bd839754896
-
- 21 Oct, 2014 3 commits
-
-
Chaojing Sun authored
* commit '433fe016': Cache HOGP HID report map
-
Prem Kumar authored
* commit '25249f76': Retry pairing if the device did not respond (page timeout)
-
Andre Eisenbach authored
* commit '01d102b3': A2DP: Lowering maximum PCM frame limit to avoid audio breaks
-
- 20 Oct, 2014 1 commit
-
-
Chaojing Sun authored
HID reports from a bonded device can be missed when Bluetooth is restarted HOGP report discovery is still active. Caching the report information and loading it back when the stack resets will ensure incoming HID reports can be processed immediately. Bug: 17999991 Change-Id: I4608935f8749537d6b05625b894445a21f844ee0
-
- 18 Oct, 2014 2 commits
-
-
Prem Kumar authored
-
Wei Wang authored
Bug:17574681 Change-Id: Ia33d0a845d5a4ac5aa58bd32529aeae60db4fd49
-
- 17 Oct, 2014 1 commit
-
-
Andre Eisenbach authored
Some car kits (notably Renesas car kits used in Nissan/Infiniti models) will throttle incoming A2DP frames if too many frames are sent at once. This patch lowers the maximum number of frames sent per tick to not overwhelm the remote device. Bug: 17880920 Change-Id: I7bfbba625405c96159d1c94eebd8dc498f100daa
-
- 16 Oct, 2014 6 commits
-
-
Andre Eisenbach authored
Implements a "blacklist" identifying troublesome remote devices which may require multiple pairing attempts to succeed. Change-Id: I11b6b7da7230e37fbd5ec4c07cd38b30dc12b40e
-
Andre Eisenbach authored
* commit '9d8df2d1': LE: Serialize multiple connection parameter update requests
-
Andre Eisenbach authored
* commit 'd8586177': Implement GATT service cache
-
Andre Eisenbach authored
-
Andre Eisenbach authored
-
Andre Eisenbach authored
When trying to reconnect a previously paired device, notifications may be sent by the remote device before the characteristic handles have been discovered. Thus notifications will be lost. This patch adds a non-volatile attribute cache that allows attribute handles to be restored before notifications are received. Bug: 17999991 Change-Id: I97faefbc6a2fed86cbce7f64d620ed03944d89b2
-
- 15 Oct, 2014 7 commits
-
-
Matthew Xie authored
am f777d24c: am 595bcb4c: (-s ours) DO NOT MERGE Do not set sig_id in gerneral reject message per AVDTP SPEC 1.2 * commit 'f777d24c': DO NOT MERGE Do not set sig_id in gerneral reject message per AVDTP SPEC 1.2
-
Matthew Xie authored
* commit '4a35476c': Increment seq before adding to packet in avdt_scb_hdl_write_req_no_frag
-
Matthew Xie authored
* commit '595bcb4c': DO NOT MERGE Do not set sig_id in gerneral reject message per AVDTP SPEC 1.2
-
Matthew Xie authored
AVDTP SPEC 1.3 set sig_id in gerneral reject message. But current stack is on AVDTP 1.2, we need set the field to be 0. Setting sig_id would fail PTS test TP/SIG/SMG/BI-28-C Bug: 17892440 Change-Id: I2037aae299eab15864fc7b53ada7f49c0f34b9c5
-
Matthew Xie authored
* commit '98ad505f': Increment seq before adding to packet in avdt_scb_hdl_write_req_no_frag
-
Chaojing Sun authored
Bluetooth controllers do not allow multiple connection parameter updates where there is one outstanding. This requires serializing all connection parameter update requests and send the latest request when the pending one is finished. Bug: 17979666 Change-Id: Ic49bd89a4ded28014d74b40e67f2a3ea490b9ef7
-
Matthew Xie authored
Bluetooth Certification Test case TP/TRA/BTR/BV-01-C for Basic Transport Service Support fails. The failure is because the PTS is expecting the first RTP Media Frame to have a sequence number of 1. But metallica sends it as 0. bug 17893538 Change-Id: Idfe7ae382c3764616dab4733cdf83b1627b8b3c9
-
- 13 Oct, 2014 1 commit
-
-
Wei Wang authored
-
- 10 Oct, 2014 3 commits
-
-
Andre Eisenbach authored
-
Mattias Agren authored
Running GKI timer engine via JAVA alarm service was causing severe timer preemption at times which affects A2DP media task timer. This in turn was stressing the compensation logic towards UIPC resulting in very bursty reads of up to 40 UIPC frames at a time. This led to instabilities on the UIPC pipe and trickled upwards in audio framework. Inclusion of java alarm thread in A2DP high priority thread list results in a much smoother data flow for entire A2DP data path and improved audio quality. Bug: 17520043 Change-Id: I7cea6ec64aa5b973b5fff767389a8827e681619e
-
Andre Eisenbach authored
This reverts commit a934f018. This patch caused various headset audio break issues and slow reconnections on headsets like the Bose AE2W. Based on the original bug under which this patch was merged (b/10648781) it is unlikely that this bug even fixed the issue it was meant to address. Bug: 17520043 Change-Id: I39bb9abbf5735abff25b5257425c34972287dc27
-
- 09 Oct, 2014 1 commit
-
-
Satya Calloji authored
Handled the case of standard ADV when Multi ADV is not supported by controller Bug:17641092 Change-Id: I129a7faaf027985c63197e7298dbd2507905d29f
-
- 08 Oct, 2014 2 commits
-
-
Simon Wilson authored
* commit 'ba2f6d99': Revert "anthias:17614185:Bluetooth: Getbuf returning invalid buffer pointer"
-
Simon Wilson authored
This reverts commit c1ccb0d9. This change looks like a likely candidate for the culprit behind a wide range of BT issues we're seeing across many devices. Reverting this in order to test.
-