Skip to content

Commit 343822d

Browse files
committed
subsys: 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 <dominik.kilian@nordicsemi.no>
1 parent 42e6a9e commit 343822d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

subsys/bluetooth/rpc/Kconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@ config BT_SHELL
8181
select SHELL
8282
select BT_PRIVATE_SHELL
8383

84-
config BT_CONN_DYNAMIC_CALLBACKS
85-
bool
86-
default y
87-
8884
endif # BT_RPC_CLIENT
8985

9086
if BT_RPC_HOST
@@ -103,6 +99,10 @@ config BT_RPC_INTERNAL_FUNCTIONS
10399
help
104100
Enable functionality required for internal purposes e.g. testing.
105101

102+
config BT_CONN_DYNAMIC_CALLBACKS
103+
bool
104+
default y
105+
106106
endif # BT_RPC
107107

108108
choice BT_STACK_SELECTION

0 commit comments

Comments
 (0)