1# 2# Copyright 2024 NXP 3# 4# SPDX-License-Identifier: Apache-2.0 5# 6 7mainmenu "Bluetooth: handsfree AG" 8 9config BT_HFP_AG_DISCOVER_RESULT_COUNT 10 int "Maximum result count per device discovery" 11 default 10 12 13config BT_HFP_AG_CALL_OUTGOING 14 bool "The simulate call: outgoing (y), incoming (n)" 15 16config BT_HFP_AG_START_CALL_DELAY_TIME 17 int "The delay time used to start simulating a call after AG connection" 18 default 5000 19 help 20 The Delay time is used to wait for the peer to start dialing. If the 21 peer does not dial within the timeout period, AG satrt simulating a 22 call. The unit is ms. 23 24source "Kconfig.zephyr" 25