Skip to content
Snippets Groups Projects
  1. Jan 09, 2023
  2. Jan 08, 2023
  3. Jan 07, 2023
  4. Jan 06, 2023
  5. Jan 05, 2023
    • William Escande's avatar
      Merge "Fix build warning on unused var" · 846078a2
      William Escande authored
      846078a2
    • William Escande's avatar
      Remove second action on tBTA_DM_PM_SPEC · d7feb1df
      William Escande authored
      Action was never used
      
      Test: atest bt_host_test_bta
      Bug: 263323082
      Change-Id: Ieee5a2d594319c92d38be0423d8f00a80ce77420
      d7feb1df
    • Ugo Yu's avatar
      Use system property for sniff idle time in HS · b06269c1
      Ugo Yu authored
      Notifications take longer time to enter sniff mode if HFC is connected.
      Use bluetooth.bta_hs_sniff_delay_ms.config to replace the hardcoded
      7000ms so we can adjust the sniff time
      
      Bug: 263323082
      Bug: 229316487
      Test: Connect, enter sniff mode
      Change-Id: I200ad8b402814115d0460c5f627aa3becf3c0d62
      (cherry picked from commit a6f472f1eea71517188d0849897949f7bb6739d7)
      b06269c1
    • William Escande's avatar
      Use lazy static initialization · 91e97e17
      William Escande authored
      global static initialization order is an issue in cpp.
      We need to switch to lazy static to allow runtime config tweak
      
      Test: atest bt_host_test_bta
      Bug: 263323082
      Change-Id: Ie14ee76a9577f6c957359deb80d8ec548a5b2067
      91e97e17
    • Martin Brabham's avatar
    • Myles Watson's avatar
      Merge "Bluetooth HAL: Add AIDL support" · 948e06fb
      Myles Watson authored
      948e06fb
    • William Escande's avatar
      Use proper sync handler instead of BindOnce futur · 48917746
      William Escande authored
      Test: atest RoundRobinSchedulerTest + aclManagerTest
      Bug: 264572812
      Change-Id: If299ab70ab1f7b1669a16fc7849765a846f2bdde
      48917746
    • Łukasz Rymanowski's avatar
      btm_iso: Add ISO tracking to btm dumpsys · d41047ea
      Łukasz Rymanowski authored
      Example logs:
      
      shim::legacy::btm  2023-01-05 16:13:22.411 ISO    Establish CIS            : xx:xx:xx:xx:dc:71 handle:0x0041
      shim::legacy::btm  2023-01-05 16:13:23.105 ISO    CIS established event    : xx:xx:xx:xx:dc:71 cis_handle:0x0061 status:Success
      shim::legacy::btm  2023-01-05 16:13:23.210 ISO    Setup data path          : xx:xx:xx:xx:dc:71 handle:0x0061, dir:0x00, path_id:0x01, codec_id:0x03
      shim::legacy::btm  2023-01-05 16:13:23.211 ISO    Setup data path complete : xx:xx:xx:xx:dc:71 handle:0x0061, status:Success
      shim::legacy::btm  2023-01-05 16:13:23.289 ISO    Remove data path         : xx:xx:xx:xx:13:0d handle:0x0060, dir:0x01
      shim::legacy::btm  2023-01-05 16:13:23.290 ISO    Remove data path complete: xx:xx:xx:xx:13:0d handle:0x0060, status:Success
      shim::legacy::btm  2023-01-05 16:13:23.290 ISO    Disconnect CIS           : xx:xx:xx:xx:13:0d handle:0x0060, reason:Remote Terminated Connection
      shim::legacy::btm  2023-01-05 16:13:23.329 ISO    CIS disconnected         : xx:xx:xx:xx:13:0d cis_handle:0x0060, reason:Local Terminated Connection
      shim::legacy::btm  2023-01-05 16:13:23.329 ISO    Remove data path         : xx:xx:xx:xx:dc:71 handle:0x0061, dir:0x01
      shim::legacy::btm  2023-01-05 16:13:23.330 ISO    Remove data path complete: xx:xx:xx:xx:dc:71 handle:0x0061, status:Success
      shim::legacy::btm  2023-01-05 16:13:23.331 ISO    Disconnect CIS           : xx:xx:xx:xx:dc:71 handle:0x0061, reason:Remote Terminated Connection
      shim::legacy::btm  2023-01-05 16:13:23.451 ISO    CIS disconnected         : xx:xx:xx:xx:dc:71 cis_handle:0x0061, reason:Local Terminated Connection
      shim::legacy::btm  2023-01-05 16:13:23.451 ISO    CIG Remove               : xx:xx:xx:xx:00:00 cig_id:0x02 (f:0)
      shim::legacy::btm  2023-01-05 16:13:23.453 ISO    CIG Remove complete      : xx:xx:xx:xx:00:00 cig_id:0x02, status: Success
      shim::legacy::btm  2023-01-05 16:13:23.694 ISO    CIG Create               : xx:xx:xx:xx:00:00 cig_id:0x02, size: 2
      shim::legacy::btm  2023-01-05 16:13:23.695 ISO    CIG Create complete      : xx:xx:xx:xx:00:00 cig_id:0x02, status: Success
      shim::legacy::btm  2023-01-05 16:13:24.051 ISO    Establish CIS            : xx:xx:xx:xx:13:0d handle:0x0040
      shim::legacy::btm  2023-01-05 16:13:24.051 ISO    Establish CIS            : xx:xx:xx:xx:dc:71 handle:0x0041
      
      Bug: 262646759
      Tag: #feature
      Test: atest net_test_btm_iso
      Test: manual
      Change-Id: I08a0c3edadceaa4dc2ed058c2de66b528fa82f67
      d41047ea
Loading