From 51ed3b93af3a3fde297c3f37511312f7d5448817 Mon Sep 17 00:00:00 2001 From: Jakub Rotkiewicz Date: Tue, 7 Jan 2025 12:42:36 +0000 Subject: 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 --- sysprop/a2dp.sysprop | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sysprop') 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 -- cgit v1.2.3-59-g8ed1b