drivers/nble: Add UUID support
This reuses the existing code since that is not driver specific, with this samples such as tester can be build using nble driver. Change-Id: I6d9f3edf8deb2e84fce233ef02d1cd0ad6f52526 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
parent
7834061d12
commit
dab10c414b
2 changed files with 5 additions and 1 deletions
|
@ -1 +1,3 @@
|
||||||
obj-$(CONFIG_NBLE) += gap.o conn.o gatt.o uart.o rpc_serialize.o rpc_deserialize.o stubs.o
|
obj-$(CONFIG_NBLE) += gap.o conn.o gatt.o uart.o rpc_serialize.o \
|
||||||
|
rpc_deserialize.o stubs.o \
|
||||||
|
../../net/bluetooth/uuid.o
|
||||||
|
|
2
samples/bluetooth/tester/prj_nble.conf
Normal file
2
samples/bluetooth/tester/prj_nble.conf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
CONFIG_NBLE=y
|
||||||
|
CONFIG_ARC_INIT=n
|
Loading…
Add table
Add a link
Reference in a new issue