CONFIG_NBLE

Enables support for using Nordic Semiconductor nRF51 Bluetooth LE chips with a custom firmware. The API for this is a subset of the normal Bluetooth API (include/bluetooth/*.h). This driver can only be enabled if CONFIG_BLUETOOTH has not been enabled.

A fundamental assumption that the driver makes is that it is run on an architecture with the same ABI (e.g. struct packing & endianess) as the nRF51 chip. The driver cannot be used on any architecture that doesn’t fulfill this requirement.

Symbol:

NBLE

Type:

bool

Value:

“n”

User value:

(no user value)

Visibility:

“n”

Is choice item:

false

Is defined:

true

Is from env.:

false

Is special:

false

Prompts:
  • “Support for custom Nordic Semiconductor BLE protocol” if BLUETOOTH_STACK_NBLE (value: “n”)
Default values:
  • y (value: “y”)
  • Condition: BLUETOOTH_STACK_NBLE && BLUETOOTH_STACK_NBLE (value: “n”)
  • n (value: “n”)
  • Condition: BLUETOOTH_STACK_NBLE (value: “n”)
Selects:
Reverse (select-related) dependencies:
 

(no reverse dependencies)

Additional dependencies from enclosing menus and ifs:
 

BLUETOOTH (value: “n”)

Locations:
  • ../drivers/bluetooth/nble/Kconfig:19