zephyr/subsys/bluetooth/shell
Mariusz Skamra 7c60300753 Bluetooth: Shell: Fix unregister GATT Metrics vendor service
The 'registered' flag was not cleared when 'gatt metrics off'
was called so that one was unable to register the service again.
Remove 'registered' variable that is actually not needed as there
is no tracking if service is already registered in similar
cmd_register_test_svc command. If the service is already registered,
the host will log an error.

Fixes: #17882
Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
2019-08-05 21:50:41 +02:00
..
bredr.c Bluetooth: host: Move address string parsing to bluetooth API 2019-07-16 12:44:18 +02:00
bt.c Bluetooth: Host: Print error codes in hex 2019-08-05 12:18:17 +02:00
bt.h Bluetooth: host: Move address string parsing to bluetooth API 2019-07-16 12:44:18 +02:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
gatt.c Bluetooth: Shell: Fix unregister GATT Metrics vendor service 2019-08-05 21:50:41 +02:00
hci.c cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
hci.h
Kconfig
l2cap.c Bluetooth: shell: Fix L2CAP connect parameters count 2019-07-17 16:46:32 +02:00
ll.c bluetooth: shell: Fix uninitialized variable 2019-03-01 09:19:31 +01:00
ll.h
rfcomm.c cleanup: include/: move misc/byteorder.h to sys/byteorder.h 2019-06-27 22:55:49 -04:00
ticker.c