Add Bluetooth Link Layer LE Advertising Extensions commands for manual testing the feature during development. First one being advx command to start non-connectable non-scannable extended advertising. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
5 lines
120 B
Makefile
5 lines
120 B
Makefile
obj-y += bt.o
|
|
obj-y += gatt.o
|
|
obj-$(CONFIG_BLUETOOTH_CONTROLLER) += ll.o
|
|
obj-$(CONFIG_BLUETOOTH_CONTROLLER) += ticker.o
|