Skip to content

Commit

Permalink
Bluetooth: MICP: Add bondable requirement
Browse files Browse the repository at this point in the history
MICP requires support for the bondable mode for both
the MICP microphone device and MICP microphone controller.

Signed-off-by: Emil Gydesen <[email protected]>
  • Loading branch information
Thalley committed Sep 17, 2024
1 parent ca09a4b commit 2591680
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions subsys/bluetooth/audio/Kconfig.micp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
config BT_MICP_MIC_DEV
bool "Microphone Control Profile Microphone Device Support"
select BT_GATT_DYNAMIC_DB
depends on BT_BONDABLE
help
This option enables support for Microphone Control Profile
Microphone Device.
Expand Down Expand Up @@ -41,6 +42,7 @@ config BT_MICP_MIC_CTLR
bool "Microphone Control Profile Microphone Controller Support"
select BT_GATT_CLIENT
select BT_GATT_AUTO_DISCOVER_CCC
depends on BT_BONDABLE
help
This option enables support for the Microphone Control Profile
Microphone Controller role
Expand Down

0 comments on commit 2591680

Please sign in to comment.