Dear Nordic,
We wonder if it is possible to connect to the BLE side of nRf9160dk using the LTE BLE Gateway sample.
https://docs.nordicsemi.com/bundle/ncs-2.3.0/page/nrf/samples/nrf9160/lte_ble_gateway/README.html
Dear Nordic,
We wonder if it is possible to connect to the BLE side of nRf9160dk using the LTE BLE Gateway sample.
https://docs.nordicsemi.com/bundle/ncs-2.3.0/page/nrf/samples/nrf9160/lte_ble_gateway/README.html
Hi mjaszczykowski,
It is possible. The HCI applications simply include the Bluetooth Controller and expose an HCI interface, according to the Bluetooth spec.
You can enable Peripheral mode by setting these Kconfigs and all their dependencies to the suitable values:
On both the nRF9160 Bluetooth host and nRF52840 with Bluetooth Controller + HCI:
CONFIG_BT_PERIPHERAL
CONFIG_BT_MAX_CONN
On only the nRF52840 Bluetooth Controller + HCI:
CONFIG_BT_CTLR_SDC_PERIPHERAL_COUNT
Hieu