From 0d4476d148c71a24398145aafe8fb8adf9df1809 Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Wed, 18 Nov 2020 19:12:10 +0000 Subject: 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 --- app/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Kconfig') 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 -- cgit v1.2.3