Skip to content
Snippets Groups Projects
  1. Aug 07, 2014
  2. Aug 06, 2014
  3. Aug 05, 2014
  4. Aug 01, 2014
  5. Aug 02, 2014
  6. Aug 01, 2014
  7. Aug 04, 2014
    • Priti Aghera's avatar
      Blacklist Apple HID devices to skip SDP · d6c6062d
      Priti Aghera authored
      Remote initiated HID connection fails as Apple devices goes out of resource.
      During incoming connection SDP is performed after authentication is successful.
      Apple device is out of resources and thus sends No resources available error
      for SDP request. In order to avoid this situation a apple HID devices are blacklisted
      to skip SDP after authentication in case of incoming connections.
      
      bug 15566403
      
      Change-Id: Ic7fdfd2543c90e81341b4d5b7bef9c1d1c11b928
      d6c6062d
  8. Aug 01, 2014
  9. Aug 03, 2014
  10. Jul 31, 2014
    • Satya Calloji's avatar
      ADV data override issue · 4e811867
      Satya Calloji authored
      Setting scan response overrides advertiseData
      
      Bug 16577710
      
      Change-Id: I5ca28568495c8e487648a5f36d945e4443cba639
      4e811867
    • Mudumba Ananth's avatar
      Added function headers. · 4ab971cb
      Mudumba Ananth authored
      -> Added function headers to bta_hh_le_read_battery_level_descr_cmpl
         and bta_hh_le_find_service_inst_by_battery_inst_id.
      
      Bug: 16560957
      
      Change-Id: I1f9867f397e4bb4a848a42ac8547016e8b36898c
      4ab971cb
  11. Jul 30, 2014
  12. Jul 29, 2014
  13. Jul 30, 2014
  14. Jul 29, 2014
  15. Jul 30, 2014
  16. Jul 29, 2014
  17. Jul 30, 2014
  18. Jul 29, 2014
  19. Jul 28, 2014
  20. Jul 29, 2014
  21. Jul 28, 2014
    • Andre Eisenbach's avatar
      LE: Fix problem where pending command is not sent after pairing · ba08ab93
      Andre Eisenbach authored
      If a read/write or other operation triggers SMP pairing with a remote
      device, the operation should complete once pairing has finished. This
      patch fixes a bug where the pending command was not sent after pairing.
      
      Bug: 16405565
      Change-Id: Idb2e54931c71b0a9e009cac318712eb9f5c7e15a
      ba08ab93
    • Nitin Shivpure's avatar
      Bluetooth: Cleaning up pan_conn DB, if connection is not successful. - do not merge · 6667ce1f
      Nitin Shivpure authored
      A case where DUT is paired with remoteDeviceA &  remoteDeviceB.
      remoteDeviceA is not pagable(turned off or some other reason).
      DUT(PANU) try to connect remoteDeviceA(NAP). But connection is
      unsuccessful, Because remoteDeviceA is not pagable, In this scenario
      btpan_conn Database is not cleaning up at btif layer. Later
      remoteDeviceB(PANU) connect to DUT(NAP) & connection is succesful,
      When remoteDeviceB disconnect existing connection. As database
      still has remoteDeviceA BD address at Btif layer. remoteDeviceA
      BD address is passed instead of remoteDeviceB BD address from Btif
      to UI. So remoteDeviceB still shows connected on UI. Cleaning up
      pan_conn database for particular pan connection at BTIF layer,
      whichever connection is not successful will solve this issue.
      
      Change-Id: I31dfe3ef46295e74bbfb57563e4fd4fc7155f006
      6667ce1f
    • Hemant Gupta's avatar
      Bluetooth: Update security for HID Devices to Encrypt on BT On. - do not merge · c32779e2
      Hemant Gupta authored
      This patch updates HID Devices security mask to BTA_SEC_ENCRYPT from
      BTA_SEC_NONE. Without this change it was observed that on BT Reset,
      authentication and encryption were not initiated by DUT for incoming
      HID Control L2CAP Connection Request from remote HID Keyboard device.
      
      Change-Id: I484fbae1294fde386bd7959467214f9968e381e9
      c32779e2
Loading