Searched refs:test_svc (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/tests/bluetooth/audio/ccid/src/ |
D | main.c | 70 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/ |
D | main.c | 77 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/ |
D | main.c | 26 BT_GATT_SERVICE_DEFINE(test_svc,
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/ |
D | gatt_utils.c | 89 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/ |
D | gatt_server_test.c | 77 BT_GATT_SERVICE_DEFINE(test_svc, BT_GATT_PRIMARY_SERVICE(TEST_SERVICE_UUID),
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/ |
D | gatt_server_test.c | 83 BT_GATT_SERVICE_DEFINE(test_svc, BT_GATT_PRIMARY_SERVICE(TEST_SERVICE_UUID),
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disable/src/ |
D | gatt_server_test.c | 119 BT_GATT_SERVICE_DEFINE(test_svc,
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/general/src/ |
D | gatt_server_test.c | 127 BT_GATT_SERVICE_DEFINE(test_svc,
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/ |
D | gatt_server_test.c | 99 BT_GATT_SERVICE_DEFINE(test_svc, BT_GATT_PRIMARY_SERVICE(TEST_SERVICE_UUID),
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/authorization/src/ |
D | gatt_server_test.c | 267 BT_GATT_SERVICE_DEFINE(test_svc,
|