Home
last modified time | relevance | path

Searched refs:test_svc (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/tests/bluetooth/audio/ccid/src/
Dmain.c70 struct bt_gatt_service test_svc = BT_GATT_SERVICE(test_attrs); in ZTEST() local
73 zassert_ok(bt_gatt_service_register(&test_svc)); in ZTEST()
78 zassert_ok(bt_gatt_service_unregister(&test_svc)); in ZTEST()
85 struct bt_gatt_service test_svc = BT_GATT_SERVICE(test_attrs); in ZTEST() local
90 zassert_ok(bt_gatt_service_register(&test_svc)); in ZTEST()
95 zassert_ok(bt_gatt_service_unregister(&test_svc)); in ZTEST()
/Zephyr-latest/tests/bluetooth/gatt/src/
Dmain.c77 static struct bt_gatt_service test_svc = BT_GATT_SERVICE(test_attrs); variable
97 bt_gatt_service_unregister(&test_svc); in ZTEST()
101 zassert_false(bt_gatt_service_register(&test_svc), in ZTEST()
107 zassert_true(bt_gatt_service_register(&test_svc), in ZTEST()
122 zassert_false(bt_gatt_service_unregister(&test_svc), in ZTEST()
124 zassert_false(bt_gatt_service_register(&test_svc), in ZTEST()
130 zassert_false(bt_gatt_service_unregister(&test_svc), in ZTEST()
133 zassert_false(bt_gatt_service_register(&test_svc), in ZTEST()
139 zassert_false(bt_gatt_service_unregister(&test_svc), in ZTEST()
356 zassert_false(bt_gatt_service_register(&test_svc), in ZTEST()
[all …]
/Zephyr-latest/tests/bsim/bluetooth/host/att/retry_on_sec_err/server/
Dmain.c26 BT_GATT_SERVICE_DEFINE(test_svc,
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/
Dgatt_utils.c89 static struct bt_gatt_service test_svc = BT_GATT_SERVICE(test_attrs); variable
94 int err = bt_gatt_service_register(&test_svc); in gatt_register_service_1()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/caching/src/
Dgatt_server_test.c77 BT_GATT_SERVICE_DEFINE(test_svc, BT_GATT_PRIMARY_SERVICE(TEST_SERVICE_UUID),
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/
Dgatt_server_test.c83 BT_GATT_SERVICE_DEFINE(test_svc, BT_GATT_PRIMARY_SERVICE(TEST_SERVICE_UUID),
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disable/src/
Dgatt_server_test.c119 BT_GATT_SERVICE_DEFINE(test_svc,
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/general/src/
Dgatt_server_test.c127 BT_GATT_SERVICE_DEFINE(test_svc,
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/
Dgatt_server_test.c99 BT_GATT_SERVICE_DEFINE(test_svc, BT_GATT_PRIMARY_SERVICE(TEST_SERVICE_UUID),
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/authorization/src/
Dgatt_server_test.c267 BT_GATT_SERVICE_DEFINE(test_svc,