Skip to content

Commit 90a55b1

Browse files
doki-nordiccarlescufi
authored andcommitted
bt_rpc: Always enable dynamic callbacks for BT_RPC
The BT_RPC uses dynamic callbacks for serialization and it always requres it. This commit contains Kconfig changes that enables BT_CONN_DYNAMIC_CALLBACKS always when BT_RPC is enabled. Jira: NCSDK-35443 Signed-off-by: Dominik Kilian <[email protected]>
1 parent 7b6b4f4 commit 90a55b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

subsys/bluetooth/rpc/Kconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ config BT_RPC_CLIENT
4141

4242
config BT_RPC_HOST
4343
bool "Bluetooth over RPC Host"
44+
select BT_CONN_DYNAMIC_CALLBACKS
4445
help
4546
Bluetooth Low Energy API will use nRF RPC library to provide API for
4647
client on the remote core.
@@ -98,6 +99,10 @@ config BT_RPC_INTERNAL_FUNCTIONS
9899
help
99100
Enable functionality required for internal purposes e.g. testing.
100101

102+
config BT_CONN_DYNAMIC_CALLBACKS
103+
bool
104+
default y
105+
101106
endif # BT_RPC
102107

103108
choice BT_STACK_SELECTION

0 commit comments

Comments
 (0)