Home
last modified time | relevance | path

Searched full:test_svc (Results 1 – 11 of 11) 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.c28 BT_GATT_SERVICE_DEFINE(test_svc,
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/
Dgatt_server_test.c95 BT_GATT_SERVICE_DEFINE(test_svc, BT_GATT_PRIMARY_SERVICE(TEST_SERVICE_UUID),
99 BT_GATT_CUD("Short test_svc format description", BT_GATT_PERM_READ),
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/
Dgatt_server_test.c111 BT_GATT_SERVICE_DEFINE(test_svc, BT_GATT_PRIMARY_SERVICE(TEST_SERVICE_UUID),
115 BT_GATT_CUD("Short test_svc format description", BT_GATT_PERM_READ),
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/
Dgatt_utils.c91 static struct bt_gatt_service test_svc = BT_GATT_SERVICE(test_attrs); variable
96 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.c92 BT_GATT_SERVICE_DEFINE(test_svc, BT_GATT_PRIMARY_SERVICE(TEST_SERVICE_UUID),
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_stress/src/
Dgatt_server_test.c91 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.c131 BT_GATT_SERVICE_DEFINE(test_svc,
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/general/src/
Dgatt_server_test.c141 BT_GATT_SERVICE_DEFINE(test_svc,
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/authorization/src/
Dgatt_server_test.c280 BT_GATT_SERVICE_DEFINE(test_svc,