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 3106bb5 commit 4bbfb4fCopy full SHA for 4bbfb4f
subsys/bluetooth/controller/hci_internal.c
@@ -271,7 +271,7 @@ static bool check_and_handle_is_host_using_legacy_and_extended_commands(uint8_t
271
case SDC_HCI_OPCODE_CMD_LE_SET_ADV_DATA:
272
case SDC_HCI_OPCODE_CMD_LE_SET_SCAN_RESPONSE_DATA:
273
case SDC_HCI_OPCODE_CMD_LE_SET_ADV_ENABLE:
274
-#endif /* CONFIG_BT_BROADASTER */
+#endif /* CONFIG_BT_BROADCASTER */
275
#if defined(CONFIG_BT_OBSERVER)
276
case SDC_HCI_OPCODE_CMD_LE_SET_SCAN_PARAMS:
277
case SDC_HCI_OPCODE_CMD_LE_SET_SCAN_ENABLE:
0 commit comments