Skip to content
Snippets Groups Projects
  1. Feb 09, 2024
  2. Dec 07, 2023
    • Hyundo Moon's avatar
      Remove sysprop/pan.sysprop · 7f1c0b26
      Hyundo Moon authored
      The sysprop "bluetooth.pan.nap.enabled" was made when
      "bluetooth.profile.pan.nap.enabled" has long since existed.
      
      This CL removes the newly created one, including the file
      where it is defined.
      
      Bug: 305785609
      Test: m -j;
      Flag: EXEMPT, duplicate sysprop removal - it should be no-op ideally
      Change-Id: I33fec7ff1c2a5fd115a0a20452c9bb33f3dd5d95
      7f1c0b26
  3. Nov 16, 2023
  4. Nov 14, 2023
  5. Oct 10, 2023
    • Yongqin Liu's avatar
      Add ble sysprop for vnd_included · fb145b12
      Yongqin Liu authored
      
      The original BLE_VND_INCLUDED define method cannot be override
      on runtime and some targets need to disable this feature(Eg: hikey960 board)
      
      Test: m .
      Test: bluetooth enabled by default after boot with the hikey960 board
      Bug: 302408538
      
      Change-Id: I6da644a22056c8198b0dcd63b98c12fe829d487f
      Signed-off-by: default avatarYongqin Liu <yongqin.liu@linaro.org>
      fb145b12
  6. Jun 07, 2023
    • jinyao.yu's avatar
      Add A2DP src and sink co-exist feature init::flag (5/5) · 324a5ca1
      jinyao.yu authored
      [Description]
      Add A2DP src and sink co-exist feature, that we can connect
      both sink and src remote device at the same time while only
      keep 1 streaming.
      Add property “bluetooth.a2dp.src_sink_coexist.enabled” to control this feature
      
      Bug: 256938279
      Test: A2DP src/sink connect, streaming successully,
      net_test_btif_rc unit test pass
      
      Change-Id: I89ee8391f73daffaa992a5e7fafba36635a19641
      324a5ca1
  7. Mar 19, 2023
  8. Mar 10, 2023
  9. Mar 09, 2023
    • William Escande's avatar
      Add hfp sysprop for hf_features · 698f4dce
      William Escande authored
      The `define` cannot be override on runtime and some target need to
      configure the features (Eg: Wear OS)
      
      Test: manual | set the property and check new behavior
      Bug: 263323082
      Change-Id: I197d670c929c7a086340f9d8ff72b0ec170616fe
      698f4dce
    • William Escande's avatar
      Add hfp sysprop for hf_client_features · 248721c1
      William Escande authored
      The `define` cannot be override on runtime and some target need to
      configure the features (Eg: Wear OS)
      
      Test: atest net_test_bta net_test_btif_hf_client_service
      Test: manual | set the property and check new behavior
      Bug: 263323082
      Change-Id: Ic241364ceed263138797e3c3ad0f139da67e689a
      248721c1
    • William Escande's avatar
      Add hfp sysprop for profile version · 517203d1
      William Escande authored
      The `define` cannot be override on runtime and some target need to
      change the default version to use (Eg: Wear OS)
      
      Dirty cherry because of:
        * hfp dynamic version feature missing
        * invisalign
      
      Bug: 263323082
      Test: atest net_test_btif_hf_client_service net_test_bta
            net_test_btif_bta
      (cherry picked from https://android-review.googlesource.com/q/commit:fb9e4fac25fe3f6ef5e0b1822715fdf5c508b076)
      Merged-In: Iee020f8029dc5f82564fa28574914096a8e7cd75
      
      Change-Id: I16bd905974e9cf589b01bdd908763f3a2699a49b
      517203d1
  10. Mar 07, 2023
    • William Escande's avatar
      Add hfp sysprop for profile version · fb9e4fac
      William Escande authored
      The `define` cannot be override on runtime and some target need to
      change the default version to use (Eg: Wear OS)
      
      Bug: 263323082
      Test: atest net_test_btif_hf_client_service net_test_bta
            net_test_btif_bta
      Change-Id: Iee020f8029dc5f82564fa28574914096a8e7cd75
      fb9e4fac
  11. Mar 06, 2023
    • William Escande's avatar
      Add pan sysprop for nap · 69e8cc48
      William Escande authored
      The `define` cannot be override on runtime and some target need to
      disable nap (Eg: Wear OS)
      
      Test: manual | set the property and check new behavior
      Bug: 263323082
      Merged-In: I27f9ec11fd4ef50ce2f66e3329dc0394257bcc2e
      Change-Id: I27f9ec11fd4ef50ce2f66e3329dc0394257bcc2e
      (cherry picked from commit a786e247)
      69e8cc48
    • William Escande's avatar
      Add hfp sysprop for hf services · 7728654b
      William Escande authored
      The `define` cannot be override on runtime and some target need to
      configure the available services (Eg: Wear OS)
      
      Dirty pick because of:
      * include moved
      * missing aosp/2213211 that does not need to be cherry-picked
      
      Test: manual | set the property and check new behavior
      Bug: 263323082
      Merged-In: I39e474b2a0d167c1098ba9df15d5518644786e9e
      (cherry picked from commit 1a477a04)
      Change-Id: I6cb9d5e501e3779af060868795d3fbabfe081527
      7728654b
    • William Escande's avatar
      Add bta sysprop for disable delay · 3d4baaf5
      William Escande authored
      The `define` cannot be override on runtime and some target need to
      configure the delay of bta disable to 1000 ms (Eg: Wear OS)
      
      Test: manual | set the property and check new behavior
      Bug: 263323082
      Change-Id: Ie652d793984b71f8ad6622f74cdac2d00c1c4516
      (cherry picked from commit on android-review.googlesource.com host: 3858d297)
      Merged-In: Ie652d793984b71f8ad6622f74cdac2d00c1c4516
      3d4baaf5
  12. Mar 03, 2023
    • William Escande's avatar
      Add pan sysprop for nap · a786e247
      William Escande authored
      The `define` cannot be override on runtime and some target need to
      disable nap (Eg: Wear OS)
      
      Test: manual | set the property and check new behavior
      Bug: 263323082
      Change-Id: I27f9ec11fd4ef50ce2f66e3329dc0394257bcc2e
      a786e247
  13. Mar 02, 2023
    • William Escande's avatar
      Add avrcp sysprop for absolute volume · fe26e2d5
      William Escande authored
      The `define` cannot be override on runtime and some target need to
      configure the support for absolute volume to false (Eg: Wear OS)
      
      Test: manual | set the property and check avrcp absolute volume
      Bug: 263323082
      Change-Id: I14757867def3ef3110387f92f158ec6b5708da76
      (cherry picked from commit f8a79afd)
      Merged-In: I14757867def3ef3110387f92f158ec6b5708da76
      fe26e2d5
    • William Escande's avatar
      Add hfp sysprop for hf services · 1a477a04
      William Escande authored
      The `define` cannot be override on runtime and some target need to
      configure the available services (Eg: Wear OS)
      
      Test: manual | set the property and check new behavior
      Bug: 263323082
      Change-Id: I39e474b2a0d167c1098ba9df15d5518644786e9e
      1a477a04
  14. Feb 28, 2023
    • William Escande's avatar
      Add bta sysprop for disable delay · 3858d297
      William Escande authored
      The `define` cannot be override on runtime and some target need to
      configure the delay of bta disable to 1000 ms (Eg: Wear OS)
      
      Test: manual | set the property and check new behavior
      Bug: 263323082
      Change-Id: Ie652d793984b71f8ad6622f74cdac2d00c1c4516
      3858d297
  15. Feb 27, 2023
    • William Escande's avatar
      Add avrcp sysprop for absolute volume · f8a79afd
      William Escande authored
      The `define` cannot be override on runtime and some target need to
      configure the support for absolute volume to false (Eg: Wear OS)
      
      Test: manual | set the property and check avrcp absolute volume
      Bug: 263323082
      Change-Id: I14757867def3ef3110387f92f158ec6b5708da76
      f8a79afd
Loading