1. 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
  2. 21 May, 2013 1 commit
  3. 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
  4. 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
  5. 26 Apr, 2013 2 commits
  6. 25 Apr, 2013 2 commits
  7. 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
  8. 23 Apr, 2013 1 commit
  9. 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
  10. 17 Apr, 2013 1 commit
  11. 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
  12. 10 Apr, 2013 2 commits
  13. 09 Apr, 2013 1 commit
  14. 06 Apr, 2013 1 commit
  15. 04 Apr, 2013 1 commit
  16. 03 Apr, 2013 2 commits
  17. 02 Apr, 2013 1 commit
  18. 01 Apr, 2013 1 commit
  19. 30 Mar, 2013 4 commits
  20. 29 Mar, 2013 2 commits
  21. 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
  22. 26 Mar, 2013 1 commit
  23. 25 Mar, 2013 1 commit
  24. 21 Mar, 2013 2 commits
  25. 20 Mar, 2013 1 commit
  26. 14 Mar, 2013 1 commit
  27. 12 Mar, 2013 3 commits
  28. 28 Feb, 2013 1 commit
  29. 26 Feb, 2013 1 commit
    • Martijn Coenen's avatar
      Add OBEX object count support to Bluetooth. · 8eb70f8b
      Martijn Coenen authored
      To support Android Beam receiving information about
      the number of files in a OPP transfer, add the Count
      OBEX header. Also add a new intent to tell the handover
      requested that a transfer has started, including the
      count (if any).
      
      Change-Id: Ib5e0e8dbc6c2e3259e0f732a507557c3688e168c
      8eb70f8b