- 04 Jan, 2014 1 commit
-
-
Matthew Xie authored
path is doing a full path match. It did not guard /btopp/ also fix a minor problem in tests/AndroidManifest.xml bug 11148516 Change-Id: I8f4a614f999e643e8ae122baf0bf898b2b3008d5 Conflicts: tests/AndroidManifest.xml
-
- 11 Jun, 2013 1 commit
-
-
Zhihai Xu authored
-
- 08 Jun, 2013 1 commit
-
-
Zhihai Xu authored
differentiate between applications that use the new RemoteControlClient APIs to pass a playback position but don't have one yet, and applications that use the legacy API and will never pass a position. bug:9294855 Change-Id: I015b9ded72497464352a9fbb6a605cedfffad373
-
- 30 May, 2013 1 commit
-
-
Matthew Xie authored
So that the settings app would not stuck at turning-off state User can retry turning off. bug 9164641 Change-Id: I6ae6d80c97673b4e548b7b5ab47c51f968342060
-
- 24 May, 2013 1 commit
-
-
Matthew Xie authored
The rssi is encoded in one byte as int8_t in the stack. JNI code copied in high byte without proper masking. The converting is not needed. I am removing the uncessary converting. bug 9110215 Change-Id: I50628b3a3c0bcf4a33775c6b62e9febd35bdc78d
-
- 21 May, 2013 1 commit
-
-
Zhihai Xu authored
issue 9066070 Change-Id: Ie206eab374c6a8c255f1a6302249f81ac16fc333
-
- 10 May, 2013 1 commit
-
-
YK Jeffrey Chao authored
If the Preload process was stuck due to unknown hardware init failure, a 8-second ENABLE_TIMEOUT timeout would be eventually expired in Java layer at AdapterState and attempted to set BT state back to STATE_OFF. However BluetoothManagerService did not handle this case accordingly and led to state mis-matching between Java layer and BTIF at the end. Add the processing logic in AdapterState to handle the case when an explicit STATE_OFF notification from BTIF was received in the TurningOn Pending state. bug 7566317 Change-Id: I29c379cd453d05297ed382a5e8f862fa7d0f8881
-
- 04 May, 2013 1 commit
-
-
Zhihai Xu authored
see the following null pointer exception 04-30 15:15:21.689 10890 10890 E AndroidRuntime: Caused by: java.lang.NullPointerException 04-30 15:15:21.689 10890 10890 E AndroidRuntime: at com.android.bluetooth.pan.PanService.handlePanDeviceStateChange(PanService.java:457) which cause crash when disable BT If the stop is called before the cleanup in PanService, Nullpointer may happen. issue 8769031 Change-Id: Ia3fb1625c945c508771a697234e6ee18a120d72b
-
- 26 Apr, 2013 2 commits
- 25 Apr, 2013 2 commits
-
-
Matthew Xie authored
-
Matthew Xie authored
bug 8667898 Change-Id: I2100d402f6496271bf97fed03684bedd8d231da4
-
- 24 Apr, 2013 1 commit
-
-
Priti Aghera authored
Modified the stack logic to create single SDP record for all register call. bug 8656462 Change-Id: If06193aecbe7555e6b1402275ee243fcd672c812
-
- 23 Apr, 2013 1 commit
-
-
Zhihai Xu authored
issue 8698103 Change-Id: I3572b519c4181b21629c812ba91e46d977ec33fe
-
- 18 Apr, 2013 1 commit
-
-
Priti Aghera authored
Bluetooth share was crashing due to NPE. Included a check for Inputstream in BluetoothOppSendFileInfo. bug #7924487 Change-Id: Iccceb607a46962f84538e912d62f407ad5ee2f21
-
- 17 Apr, 2013 1 commit
-
-
Andre Eisenbach authored
Bug: 8589393 Change-Id: Iff14aa568bac4d62920bc35ec1545384e200b53a
-
- 12 Apr, 2013 1 commit
-
-
Zhihai Xu authored
This patch has the following fixes 1. Track number should be 0xFFFFFFFF when no track is currently selected 2. When no track is currently selected set play state as stopped 3. Track number sent in the correct byte order issue 8586495 Change-Id: I2be583d1e87a39015dff605c7442ca658a10b2e2
-
- 10 Apr, 2013 2 commits
- 09 Apr, 2013 1 commit
-
-
Zhihai Xu authored
issue 8494369 Change-Id: Id468d34badac4c963d4e6df0e7e32bbd0c508938
-
- 06 Apr, 2013 1 commit
-
-
Andre Eisenbach authored
Bluetooth stack connections are now released if a GATT client or server application closes unexpectedly. Bug: 8362526 Change-Id: I13b0711f65dcc752f4ed5c5a6e469b6fea41de75
-
- 04 Apr, 2013 1 commit
-
-
Matthew Xie authored
-
- 03 Apr, 2013 2 commits
-
-
Jean-Michel Trivi authored
-
Matthew Xie authored
Bring the device type from hal to app api bug 8529188 Change-Id: Id4a9837afc7234cb50ab6abf73da4bdc010db392
-
- 02 Apr, 2013 1 commit
-
-
Zhihai Xu authored
Change-Id: I4b6f4f17dadd542e890876a8b2fbf3c31badc003
-
- 01 Apr, 2013 1 commit
-
-
Jean-Michel Trivi authored
Changed method setTransportControlFlags(int, int) to method setTransportControlInfo(int, int, int) Bug 8120740 Change-Id: I35833384102949eb2a20b0f61e13d9d8573adf3e
-
- 30 Mar, 2013 4 commits
- 29 Mar, 2013 2 commits
-
-
Brian Carlstrom authored
Change-Id: I15a1f2b2391a973645ef14c36bb3ddf71c815bc9
-
Jean-Michel Trivi authored
-
- 27 Mar, 2013 1 commit
-
-
Robert Greenwalt authored
Instead, form a connection with the NetworkStateTracker so ConnectivityService can treat this like the other networks. bug:8445208 Change-Id: Ice7dfb0b50c9481d359aed14a51372878185171c
-
- 26 Mar, 2013 1 commit
-
-
Zhihai Xu authored
if the element attribute string is more than the maximum length, try to send partial attribute instead of empty attribute string . issue 8470888 Change-Id: Ibfc3a25839bd07bd99dbb3328f56aad1d21720ea
-
- 25 Mar, 2013 1 commit
-
-
Jean-Michel Trivi authored
Update Avrcp class to latest IRemoteControlDisplay interface that receives playback progress and playback speed. bug 8120740 Change-Id: I7b30c5a312ab90ee8b1f45ad900efc7c941e133a
-
- 21 Mar, 2013 2 commits
- 20 Mar, 2013 1 commit
-
-
Sungmin Choi authored
Add proper MIME types for xlsx, docx, pptx. Bug: 7479989 Change-Id: I77b065f7856fa399c5084ffa96deace0e3f15487
-
- 14 Mar, 2013 1 commit
-
-
Mike Lockwood authored
Change-Id: I80057b4e4b1572daf745f53c3c47de21ac824076
-
- 12 Mar, 2013 1 commit
-
-
Brian Carlstrom authored
Change-Id: I7f32e6dd98c3cc61030cded700587aa852c0fc0a
-