zephyr/samples/bluetooth/hap_ha/Kconfig
Mariusz Skamra acb9da2ba0 Bluetooth: samples: Add HAP Hearing Aid sample application
This adds sample application that can be used as reference
implementation and for HAP qualification purposes.

Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
2022-08-01 18:10:34 +01:00

23 lines
303 B
Plaintext

#
# Copyright (c) 2022 Codecoup
#
# SPDX-License-Identifier: Apache-2.0
#
mainmenu "Bluetooth: Hearing Aid"
menu "Zephyr"
source "Kconfig.zephyr"
endmenu
menu "Hearing Aid"
config HAP_HA_SET_RANK
int "Device rank in set"
depends on BT_CSIS
range 1 2
help
Rank of this device in set.
endmenu