Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
get to build with HCI setup working
  • Loading branch information
plskeggs committed Dec 21, 2024
1 parent c14d292 commit ae4b730
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions samples/cellular/nrf_cloud_ble_gateway/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ config APP_VERSION
string "nRF Cloud BLE Gateway Sample version"
default "1.0.0"

config USE_BT_HCI_SETUP
bool "Use BT HCI setup"
default y
select BT_HCI_SETUP
help
Get the setup to run.

config CLOUD_CONNECTION_RETRY_TIMEOUT_SECONDS
int "Cloud connection retry timeout (seconds)"
default 30
Expand Down
2 changes: 1 addition & 1 deletion subsys/bluetooth/controller/hci_internal.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ static bool check_and_handle_is_host_using_legacy_and_extended_commands(uint8_t
switch (opcode) {
#if defined(CONFIG_BT_BROADCASTER)
case SDC_HCI_OPCODE_CMD_LE_SET_EXT_ADV_PARAMS:
case SDC_HCI_OPCODE_CMD_LE_SET_EXT_ADV_PARAMS_V2:
//case SDC_HCI_OPCODE_CMD_LE_SET_EXT_ADV_PARAMS_V2:
case SDC_HCI_OPCODE_CMD_LE_READ_NUMBER_OF_SUPPORTED_ADV_SETS:
#endif /* CONFIG_BT_BROADCASTER */
#if defined(CONFIG_BT_PER_ADV_SYNC)
Expand Down

0 comments on commit ae4b730

Please sign in to comment.