Skip to content
Snippets Groups Projects
  1. May 26, 2015
    • Arman Uguray's avatar
      build: Add gtest as a secondary source · 71c4001f
      Arman Uguray authored
      As a temporary solution, this CL introduces gtest as a secondary build
      source. For now, gtest can be included in testonly targets as a direct
      GN target dependency, by placing the gtest source under "testing/gtest"
      at the root of the tree.
      
      Moving forward, we can use solutions like gclient to pull in external
      dependencies such as gtest, or we can depend on it being available on
      the system.
      
      BUG=21339022,21340407
      
      Change-Id: I80ab3a81a53d7c29d54857a8d0cd9677fed77549
      71c4001f
    • Arman Uguray's avatar
      build: Add missing copyright headers to new GN build files · ab77f139
      Arman Uguray authored
      BUG=21339022
      
      Change-Id: I946fad7bf8116054f9081e064748793e79a6f85a
      ab77f139
  2. May 21, 2015
  3. May 18, 2015
  4. May 12, 2015
  5. May 11, 2015
  6. May 08, 2015
  7. May 07, 2015
  8. May 05, 2015
  9. May 02, 2015
  10. May 01, 2015
  11. Apr 30, 2015
    • Andre Eisenbach's avatar
      Change "ltk" to "pltk" and "csrk" to "pcsrk" · 821ce19a
      Andre Eisenbach authored
      To clarify local/peer key deliniation.
      
      Change-Id: I79573015c80456ce3287acfe5551a6881ff581b2
      821ce19a
    • Andre Eisenbach's avatar
      Fix LE pairing LTK storage issue · 69fd15b9
      Andre Eisenbach authored
      Two separate issues prevented the correct LTK from being storred in
      non-volatile storage and thus prevented an LE device from working after
      Bluetooth was restarted:
      
      1. tBTM_SEC_BLE_KEYS contained a field "pltk" which stored the LTK, but
         downstream the field "ltk" in the same structure was used to access
         the key.
      
      2. The structure element p_key_value was not deep-copied for
         BTA_DM_BLE_KEY_EVT events, causing data corruption and instabilities.
      
      This patch addresses both issues.
      
      Bug: 20091926
      Change-Id: I9f9481a44bfe83cacd351f9e578451e77b573564
      69fd15b9
  12. Apr 29, 2015
    • Andre Eisenbach's avatar
      Add LE device to device database before adding LE keys · 1d5499c2
      Andre Eisenbach authored
      A small bug in btif_read_le_key() would prevent a paired LE device from
      being added back into the internal device database after reboot, causing
      the security keys not being loaded.
      
      Also added a debug statement to trace keys being loaded.
      
      Bug: 20091926
      Change-Id: Id2d6c69497857edc21e2d4c6a67ad9e8dadabcaa
      1d5499c2
    • Nitin Shivpure's avatar
      Fix PAN initialization · 724e51fb
      Nitin Shivpure authored
      Change-Id: I32d8975f0f6e1ea18a361a19260ffea7a3ec8467
      724e51fb
  13. Apr 28, 2015
  14. Apr 24, 2015
  15. Apr 23, 2015
    • Andre Eisenbach's avatar
      Add missing __func__ in btif_hf init() · deea32f3
      Andre Eisenbach authored
      Change-Id: I0fe4ea75c6448f43f1638614a9a6519fa58962de
      deea32f3
    • Andre Eisenbach's avatar
      Fix possible race conditoi in hands-free initialization · 605d1e69
      Andre Eisenbach authored
      With the LE-only mode changes in place, there is a potential race
      condition between the audio-gateway (AG) registration and the hands-free
      service initialization as the core stack is now initialized before the
      hands-free service starts.
      
      Modified from patch submitted by Nitin Arora <niarora@codeaurora.org>.
      
      Bug: 20481584
      Change-Id: I78d62329aa5e4113c72fac2d40efa671442bae2d
      605d1e69
  16. Apr 22, 2015
  17. Apr 21, 2015
Loading