Searched full:test_svc (Results 1 – 11 of 11) 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 | 28 BT_GATT_SERVICE_DEFINE(test_svc,
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/ |
D | gatt_server_test.c | 95 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/ |
D | gatt_server_test.c | 111 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/ |
D | gatt_utils.c | 91 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/ |
D | gatt_server_test.c | 92 BT_GATT_SERVICE_DEFINE(test_svc, BT_GATT_PRIMARY_SERVICE(TEST_SERVICE_UUID),
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_stress/src/ |
D | gatt_server_test.c | 91 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 | 131 BT_GATT_SERVICE_DEFINE(test_svc,
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/general/src/ |
D | gatt_server_test.c | 141 BT_GATT_SERVICE_DEFINE(test_svc,
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/authorization/src/ |
D | gatt_server_test.c | 280 BT_GATT_SERVICE_DEFINE(test_svc,
|