Renamed remaining structs and functions that are not for the set coordinator to use the set member CSIP role name. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
23 lines
314 B
Plaintext
23 lines
314 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_CSIP_SET_MEMBER
|
|
range 1 2
|
|
help
|
|
Rank of this device in set.
|
|
|
|
endmenu
|