Home
last modified time | relevance | path

Searched refs:test_notify (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/
Dgatt_client_test.c232 uint8_t test_notify(struct bt_conn *conn, struct bt_gatt_subscribe_params *params, const void *data, in test_notify() function
242 .notify = test_notify,
251 .notify = test_notify,
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/
Dgatt_client_test.c228 uint8_t test_notify(struct bt_conn *conn, struct bt_gatt_subscribe_params *params, const void *data, in test_notify() function
238 .notify = test_notify,
247 .notify = test_notify,
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_stress/src/
Dgatt_client_test.c201 uint8_t test_notify(struct bt_conn *conn, struct bt_gatt_subscribe_params *params, const void *data, in test_notify() function
214 .notify = test_notify,
/Zephyr-latest/tests/drivers/tee/optee/src/
Dmain.c1196 ZTEST(optee_test_suite, test_notify) in ZTEST() argument