1. 04 Jan, 2014 1 commit
  2. 11 Jun, 2013 1 commit
  3. 08 Jun, 2013 1 commit
    • Zhihai Xu's avatar
      ignore invlaid play position update from remote control client. · f56b7b37
      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
      f56b7b37
  4. 30 May, 2013 1 commit
  5. 24 May, 2013 1 commit
    • Matthew Xie's avatar
      Fix rssi handling as one of property change event · 3cedf3d5
      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
      3cedf3d5
  6. 21 May, 2013 1 commit
  7. 10 May, 2013 1 commit
    • YK Jeffrey Chao's avatar
      Preload timeout and retry mechanism (2/3) · ad9fff21
      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
      ad9fff21
  8. 04 May, 2013 1 commit
    • Zhihai Xu's avatar
      avoid null pointer in handlePanDeviceStateChange of PanService · bad49957
      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
      bad49957
  9. 26 Apr, 2013 2 commits
  10. 25 Apr, 2013 2 commits
  11. 24 Apr, 2013 1 commit
    • Priti Aghera's avatar
      HDP Single SDP fix · 86296657
      Priti Aghera authored
      Modified the stack logic to create single
      SDP record for all register call.
      bug 8656462
      Change-Id: If06193aecbe7555e6b1402275ee243fcd672c812
      86296657
  12. 23 Apr, 2013 1 commit
  13. 18 Apr, 2013 1 commit
    • Priti Aghera's avatar
      Fixed a NPE · f60d96d6
      Priti Aghera authored
      Bluetooth share was crashing due to NPE. Included a check for
      Inputstream in BluetoothOppSendFileInfo.
      
      bug #7924487
      Change-Id: Iccceb607a46962f84538e912d62f407ad5ee2f21
      f60d96d6
  14. 17 Apr, 2013 1 commit
  15. 12 Apr, 2013 1 commit
    • Zhihai Xu's avatar
      Resolve AVRCP IOP issues · 79d176b0
      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
      79d176b0
  16. 10 Apr, 2013 2 commits
  17. 09 Apr, 2013 1 commit
  18. 06 Apr, 2013 1 commit
  19. 04 Apr, 2013 1 commit
  20. 03 Apr, 2013 2 commits
  21. 02 Apr, 2013 1 commit
  22. 01 Apr, 2013 1 commit
  23. 30 Mar, 2013 4 commits
  24. 29 Mar, 2013 2 commits
  25. 27 Mar, 2013 1 commit
    • Robert Greenwalt's avatar
      Don't try using netd anymore. · b5706272
      Robert Greenwalt authored
      Instead, form a connection with the NetworkStateTracker so
      ConnectivityService can treat this like the other networks.
      
      bug:8445208
      Change-Id: Ice7dfb0b50c9481d359aed14a51372878185171c
      b5706272
  26. 26 Mar, 2013 1 commit
  27. 25 Mar, 2013 1 commit
  28. 21 Mar, 2013 2 commits
  29. 20 Mar, 2013 1 commit
  30. 14 Mar, 2013 1 commit
  31. 12 Mar, 2013 1 commit