diff options
author | 2025-01-07 12:42:36 +0000 | |
---|---|---|
committer | 2025-01-15 08:42:09 +0000 | |
commit | 51ed3b93af3a3fde297c3f37511312f7d5448817 (patch) | |
tree | 09452813169f8432f2b241f34e58eb77c68e454b /sysprop | |
parent | e2f20d29fd94a3f988a8f5af2bd8e021e38374cf (diff) |
bta: change avdt open timeout for PTS test
In the test A2DP/SNK/SYN/BV-01-C the PTS sends open command
in around ~10 seconds, which is way longer than the stack allows
and it has to be handled in other way. This CL adds sysprop that will
setup the timeout to a greater value for PTS test purpose only.
Bug: 384490929
Flag: EXEMPT - test only
Test: atest pts-bot:A2DP/SNK/SYN/BV-01-C -v
Change-Id: Id5c4b7dbe2a176facee5eb843ddeaf785ca5c4e9
Diffstat (limited to 'sysprop')
-rw-r--r-- | sysprop/a2dp.sysprop | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysprop/a2dp.sysprop b/sysprop/a2dp.sysprop index 80b359c390..ae02fbbb99 100644 --- a/sysprop/a2dp.sysprop +++ b/sysprop/a2dp.sysprop @@ -9,3 +9,10 @@ prop { prop_name: "bluetooth.a2dp.src_sink_coexist.enabled"
}
+prop {
+ api_name: "avdt_accept_open_timeout_ms"
+ type: Integer
+ scope: Internal
+ access: Readonly
+ prop_name: "bluetooth.a2dp.avdt_accept_open_timeout_ms"
+}
\ No newline at end of file |