Skip to content

Commit

Permalink
bluetooth: Add BLE utility funcions
Browse files Browse the repository at this point in the history
Add the funcions that application seems to use frequently.
  • Loading branch information
SPRESENSE committed Jul 6, 2023
1 parent c2d96af commit 5a8319c
Show file tree
Hide file tree
Showing 4 changed files with 1,193 additions and 0 deletions.
1 change: 1 addition & 0 deletions sdk/modules/bluetooth/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ CSRCS += bluetooth_spp.c
endif
ifeq ($(CONFIG_BLUETOOTH_LE_GATT),y)
CSRCS += bluetooth_le_gatt.c
CSRCS += bluetooth_le_util.c
endif
CSRCS += bluetooth_hal_init.c

Expand Down
Loading

0 comments on commit 5a8319c

Please sign in to comment.