1. 06 Oct, 2014 3 commits
  2. 25 Sep, 2014 1 commit
  3. 24 Sep, 2014 1 commit
    • Priti Aghera's avatar
      Null check for irk entry · 1cd92393
      Priti Aghera authored
      When BT is turning off btm_ble_vendor control block is cleaned up.
      So irk_entry which points to the first element of irk_list is NULL
      Included a null check for irk_entry to prevent stack crash.
      
      Bug 17399097
      
      Change-Id: Ib129f7dd06f9db61cc54257aa4a563fe2c9f41f2
      1cd92393
  4. 23 Sep, 2014 2 commits
  5. 19 Sep, 2014 1 commit
    • Satya Calloji's avatar
      All 00 mac address with advt · 3f24f460
      Satya Calloji authored
      Read the controller features before local name read
      
      Bug 17505545 
      Change-Id: I7995a8c714ebec6e1751af5371edfd29c74b12ea
      3f24f460
  6. 18 Sep, 2014 2 commits
    • Zhenye Zhu's avatar
      Enable flow control when tx buffer is full and · b4a53ec6
      Zhenye Zhu authored
      peer stuck in receiving
      
      bug 17525124
      Change-Id:Ic67e9c0aab7e64afc9679733e6c3de10a28078d7
      b4a53ec6
    • Chris Manton's avatar
      Check userial fd before reading · d1e6922c
      Chris Manton authored
      The userial read loop uses one global flag
      to condition the serial port read and a
      second global file descriptor variable that
      may change from another thread underneath it.
      
      Check the validity of the serial port file
      descriptor by making a copy immediately before
      the read and only proceeding if it's a valid fd.
      
      bug: 17552690
      
      Change-Id: Iaaf1b8476fdee462ddc178d2a31ef8f55cb33e52
      d1e6922c
  7. 17 Sep, 2014 5 commits
  8. 14 Sep, 2014 1 commit
    • Priti Aghera's avatar
      host cannot recover when connection exceed controller capability · 24adb37e
      Priti Aghera authored
      Host can not initiate new connection when exceed controller capability
      and connection then drop back to lower than the max. Controller will not
      generate connection complete event when initaite LE ll connection request
      failed, and host is dead loop waiting for the connection complete
      then can not recover. Included a connection complete callback with failure
      status when controller capability is exceeded.
      
      bug 17326529
      Change-Id: I9b863578dc868456e092f1d060e50d2c9fdcb441
      24adb37e
  9. 12 Sep, 2014 3 commits
  10. 11 Sep, 2014 2 commits
    • Andre Eisenbach's avatar
      LE: Use random address when initiating background connections · a015a834
      Andre Eisenbach authored
      When re-connecting to HID devices, the first reconnection immediately
      after a reboot incorrectly uses the static, public Bluetooth address of
      the phone/tablet as the own address.
      
      This patch fixes the Bluetooth initialization sequence to make sure
      privacy is enabled before any Bluetooth services are started.
      
      Bug: 16952502
      Change-Id: I43e595ddc7e347fab972b059382b512fb03e9459
      a015a834
    • Satya Calloji's avatar
      Fix ADV data exceeding max adv packet length · 7ddf2d88
      Satya Calloji authored
      Fixed the 128-bit UUID handling during setting up
      of adv data/scan response
      
      Bug:16799331
      Change-Id: I81e4ab0a80a5c1b7abf012dccc29eead54229b21
      7ddf2d88
  11. 10 Sep, 2014 2 commits
  12. 09 Sep, 2014 8 commits
  13. 08 Sep, 2014 4 commits
  14. 05 Sep, 2014 1 commit
    • Priti Aghera's avatar
      Avoid premature LE connection notifaction to app · 9c29d08b
      Priti Aghera authored
      To avoid premature connection notification to app, always wait for
      LE read remote feature complete with success before the connection
      event is sent to application.
      bug 17326529
      
      Change-Id: Id731bf02e8d5d5a68db12e0478b8eb74723eb95d
      9c29d08b
  15. 04 Sep, 2014 4 commits