diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-11-18 19:12:10 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-12-14 12:41:25 -0500 |
commit | 0d4476d148c71a24398145aafe8fb8adf9df1809 (patch) | |
tree | fd806ea90c8716ba052735c05ff848355a3222e1 /app/Kconfig | |
parent | 250cc077496e9e296d0c58c594be979067eaf9f0 (diff) |
refactor(app): remove `_gatt_` infixes from BT DIS and BAS services
See: https://docs.zephyrproject.org/latest/releases/release-notes-2.4.html
PR: #467
Diffstat (limited to 'app/Kconfig')
-rw-r--r-- | app/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Kconfig b/app/Kconfig index ee26f46..fc7f289 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -48,8 +48,8 @@ config ZMK_BLE select BT_SMP_SC_PAIR_ONLY select BT_SMP_APP_PAIRING_ACCEPT select BT_PERIPHERAL - select BT_GATT_DIS - select BT_GATT_BAS + select BT_DIS + select BT_BAS select BT_SETTINGS select SETTINGS |