13 lines
233 B
Plaintext
13 lines
233 B
Plaintext
menu "Headset Example Configuration"
|
|
|
|
config A2DP_SINK_DEMO
|
|
bool "a2dp sink demo"
|
|
depends on BT
|
|
default y
|
|
|
|
config HFP_HF_DEMO
|
|
bool "hfp hf demo"
|
|
depends on BT
|
|
default n
|
|
endmenu
|