We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb98f3 commit c34231eCopy full SHA for c34231e
subsys/bluetooth/rpc/common/bt_rpc_common.c
@@ -21,7 +21,6 @@
21
22
LOG_MODULE_REGISTER(BT_RPC, CONFIG_BT_RPC_LOG_LEVEL);
23
24
-BUILD_ASSERT(!IS_ENABLED(CONFIG_BT_BREDR), "BT_RPC does not support BR/EDR");
25
#ifdef CONFIG_NRF_RPC_IPC_SERVICE
26
NRF_RPC_IPC_TRANSPORT(bt_rpc_tr, DEVICE_DT_GET(DT_NODELABEL(ipc0)), "bt_rpc_ept");
27
#elif defined(CONFIG_NRF_RPC_UART_TRANSPORT)
0 commit comments