Loading
bluetooth: tester: Fix bt_gatt_service_register call with invalid params
This fixes an assert
ASSERTION FAIL [svc->attr_count] @ subsys/bluetooth/host/gatt.c:259:
invalid parameters
caused by bt_gatt_service_register call with invalid (uninitialized)
services array.
Signed-off-by:
Mariusz Skamra <mariusz.skamra@codecoup.pl>