zephyr/subsys/bluetooth
Marek Metelski 1a927b5fbf Bluetooth: shell: Fix implicit gatt client requirement for bt shell
`write_stats` functionality implementation is guarded by
`BT_GATT_CLIENT`, but is also called from commands defined when
`BT_GATT_DYNAMIC_DB` is set. This means that now application will not
build with `BT_SHELL` used, when we set `BT_GATT_DYNAMIC_CB` solely.

Move this functionality to top of the file without guarding
ifdefs, so it can be used in all gatt shell commands.

Signed-off-by: Marek Metelski <marek.metelski01@gmail.com>
2021-05-05 16:03:51 +02:00
..
audio Bluetooth: Audio: VOCS add error checks on read 2021-04-27 13:31:06 -04:00
common Bluetooth: Add option to log btsnoops over RTT 2021-05-05 16:03:38 +02:00
controller Bluetooth: controller: Add Broadcast ISO related timing macros 2021-05-05 08:41:40 -04:00
host Bluetooth: Add option to log btsnoops over RTT 2021-05-05 16:03:38 +02:00
mesh Bluetooth: Mesh: Allow to be NODE when PROVISIONER is enabled 2021-04-29 09:52:35 -04:00
services Bluetooth: services: Adds OTS name length checks 2021-04-22 11:32:25 +02:00
shell Bluetooth: shell: Fix implicit gatt client requirement for bt shell 2021-05-05 16:03:51 +02:00
CMakeLists.txt Bluetooth: Audio: Volume Offset Control Service and Client 2021-03-22 13:05:56 -04:00
Kconfig driver: esp32: add bluetooth support 2021-04-30 16:51:30 -04:00