Skip to content
Snippets Groups Projects
  1. Apr 16, 2015
  2. Apr 15, 2015
  3. Apr 14, 2015
  4. Apr 13, 2015
    • Casper Bonde's avatar
      L2CAP socket - fix merge errors · 2970c5d0
      Casper Bonde authored
      This fixes a few changes that was reverted by mistake,
      causing uninitialized data to be used as instance data
      in GAP and no buffers allocated to the L2CAP sockets.
      
      Change-Id: I060c5faf602c1dedcc34b4acd1417949820a4da4
      2970c5d0
    • Mudumba Ananth's avatar
      BR/EDR secure connections support · 5d478943
      Mudumba Ananth authored
      As a part of BT 4.1 stack upgrade, added host support for BR/EDR
      secure connections to be able to interact with controllers that
      support secure connections and upgrade the SSP mechanism to use
      secure connection rules.
      
      This change checks for controller support in the extended_features
      (LMP page 2) and then declares the host support (extended_features
      LMP page 1) using WRITE SECURE CONNECTIONS HOST SUPPORT.
      If both the sides support secure connections, the simple pairing
      process utilizes the link key generated using P-256 elliptic curve
      (in the controller) and both the sides will be
      in a secure connection.
      
      Bug: 19289699
      Change-Id: Idb3c41f439973bea137f5a4a69468c1f55aecbd7
      5d478943
    • Satya Calloji's avatar
      Support numeric comparison in SMP · 1dccedaa
      Satya Calloji authored
      Enable support for numeric comparison in SMP when LE Secure connection
      is supported. The change will distinguish between passkey confirmation
      in case of Security grant and Passkey confirm.
      
      Original author: Priti Aghera <paghera@broadcom.com>
      
      Bug: 19816438
      Change-Id: Id1fd072d1e567a80b020b4ba217486c3308ad39d
      1dccedaa
    • The Android Automerger's avatar
      merge in m-wireless-internal-release history after reset to... · 922d687e
      The Android Automerger authored
      merge in m-wireless-internal-release history after reset to a8005995
      922d687e
    • Anubhav Gupta's avatar
      Fix for AVRCP CTRL stops sending pass through command · a8005995
      Anubhav Gupta authored
      Issue is due to BTA_AV_REMOTE_RSP_EVT is not handled in btif_av
      handler. Swtich case added to handle remote response event in
      btif_av_opened_handler and btif_av_started_handler.
      
      Change-Id: I58a7bd8bfe5b07a7339d93d2b66928131836d431
      a8005995
    • Anubhav Gupta's avatar
      Free Avrcp Controller callbacks on Cleanup · f6dda72a
      Anubhav Gupta authored
      Free AVRCP Controller callbacks on cleanup so that callbacks
      are initialized properly on next initialization.
      
      Change-Id: Ieaf4c1989a7c40c591adfb7cb47912532ceee46e
      f6dda72a
    • Nitin Srivastava's avatar
      Protect reset of out stream with mutex · 4c84596e
      Nitin Srivastava authored
      Protect reset of out stream with mutex so that the access
      of the same is properly synchronized in multi-threaded environment.
      
      Change-Id: I6dd81d8c7fa219ee8d1e4d82aa1e7ec52dcecec8
      4c84596e
    • Satya Calloji's avatar
      LE Privacy 1.2 and LE secure connections · 29c725d4
      Satya Calloji authored
      Bug: 19816438
      Original author: Chaojing Sun <cjsun@broadcom.com>
      Change-Id: I5951f4d4e038f8348a62aa6d19b2111bae0b3ecc
      29c725d4
  5. Apr 10, 2015
    • Kim Schulz's avatar
      L2CAP and SDP Search API for BT profiles (2/2) · b2337fea
      Kim Schulz authored
      Added support for exposing L2CAP to Java such that OBEX over L2CAP
      is made possible.
      
      Added support to create SDP records as a seperate step.(as opposed to
      creating a SDP record when a BluetoothSocket is created).
      This allows both a RFCOMM channel and a L2CAP PSM to be included in a
      SDP record. (Additionally the content of the SDP record is set by the
      profile in Java, in stead of beeing hardcoded in the socket layer.)
      This completes the L2CAP channel exposure to Java.
      
      Change-Id: Iaf68a07d910145cdd33e940d73cd680f79164100
      b2337fea
    • Prerepa Viswanadham's avatar
      Merge commit 'e817eb7f' into merge_work · 683b83ff
      Prerepa Viswanadham authored
      Change-Id: Ibc6d6e691b7f97611d16f96220346dfd6ffbbf52
      683b83ff
  6. Apr 09, 2015
  7. Apr 08, 2015
  8. Apr 07, 2015
  9. Apr 06, 2015
Loading