Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/
Dgatt_client_test.c221 uint8_t test_notify(struct bt_conn *conn, struct bt_gatt_subscribe_params *params, const void *data, in test_notify() function
231 .notify = test_notify,
240 .notify = test_notify,
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/
Dgatt_client_test.c218 uint8_t test_notify(struct bt_conn *conn, struct bt_gatt_subscribe_params *params, const void *data, in test_notify() function
228 .notify = test_notify,
237 .notify = test_notify,
/Zephyr-latest/tests/drivers/tee/optee/src/
Dmain.c1196 ZTEST(optee_test_suite, test_notify) in ZTEST() argument