Skip to content
Snippets Groups Projects
  1. Apr 11, 2018
  2. Apr 10, 2018
    • Pavlin Radoslavov's avatar
      Improve A2DP codec run-time debug-abilitity · 0ffadf70
      Pavlin Radoslavov authored
      Rename A2DP_DumpCodecInfo() to A2DP_CodecInfoString() and change
      the usage. Previously, A2DP_DumpCodecInfo() would print the
      the codec information only if LOG_VERBOSE() was enabled in compile time.
      The new A2DP_CodecInfoString() now returns human-readable std::string
      with the codec information.
      That string can be used in debug log messages that can be enabled
      in run-time.
      
      Bug: 77525584
      Test: Manual - Examine log messages when A2DP streaming with and
            without debug log messages enabled.
      
      Change-Id: Idd440d6c9e908520132feeeb5388d3e6aefa26db
      0ffadf70
    • Ajay Panicker's avatar
      Set default AVRCP version to 1.4 · cf3b1710
      Ajay Panicker authored
      Bug: 77874113
      Test: Check snoop logs to see that the broadcasted AVRCP version is 1.4
      Change-Id: If36bccc58d04dffe46286ee8d18785b680b9de8a
      cf3b1710
  3. Apr 09, 2018
  4. Apr 06, 2018
  5. Apr 05, 2018
  6. Apr 04, 2018
  7. Apr 03, 2018
  8. Apr 02, 2018
  9. Mar 30, 2018
  10. Mar 29, 2018
    • Hansong Zhang's avatar
      Hearing Aid: change get/set active device (1/3) · 65589121
      Hansong Zhang authored
      * setActiveDevice() returns false in error case, e.g. when the device is
      not connected
      * add getActiveDevices() instead of isActiveDevice(), which returns a list
      that must have two elements: left and right, or empty list on error
      
      Test: manual
      Bug: 69623109
      Change-Id: I6f872dd88422e9d7e5187603d3ad33628726e1ca
      65589121
    • Jakub Pawlowski's avatar
      Use RawAddress.ToString() instead of manual conversion · cd418ea6
      Jakub Pawlowski authored
      Test: compilation
      Change-Id: I66040a4f3d339ac0473052d916b9a0b4e3045e8e
      cd418ea6
    • Jakub Pawlowski's avatar
      Unpair both transports of dual mode device, when LE address provided · cf3d2d85
      Jakub Pawlowski authored
      In bta_dm_remove_device, if the device is not connected, and we don't
      know the transport for given address, we make two calls to
      BTM_ReadConnectedTransportAddress, to determine the device address on
      the other transport.
      If the address provided is LE, first call will fill the other_address
      variable with the Classic address, and the second call will fill it back
      with LE addres. This mean we never try to remove Classic entry, instead
      we remove LE entry twice.
      
      Bug: 67907612
      Test: establish LE connnection between two phones, trigger Bonding.
        After bonding complete, try to remove bond using LE address. Verify
        config file is cleaned of both LE and classic entry.
      
      Change-Id: Ia5dd53f96b95478a07009cecc5b4a3c79f15c59b
      cf3d2d85
    • Treehugger Robot's avatar
      Merge changes I88d0862f,Ic9a2c8d8 · ed1a198f
      Treehugger Robot authored
      * changes:
        Use proper media ID when changing path
        Add missing AVRCP Set Addressed Player Response
      ed1a198f
    • Ajay Panicker's avatar
      Use proper media ID when changing path · 3c25e8d1
      Ajay Panicker authored
      Use the current media ID on the path stack to retrieve folder contents.
      
      Bug: 77237565
      Test: run host native test net-test-avrcp
      Change-Id: I88d0862f76d18a071a8530cd31954447b4e180fc
      3c25e8d1
  11. Mar 28, 2018
Loading