Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/
Dgatt_server_test.c108 static void notification_sent(struct bt_conn *conn, void *user_data) in notification_sent() function
120 .func = notification_sent, in multiple_notify()
126 .func = notification_sent, in multiple_notify()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_stress/src/
Dgatt_server_test.c99 static void notification_sent(struct bt_conn *conn, void *user_data) in notification_sent() function
113 .func = notification_sent, in notify()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/
Dgatt_server_test.c124 static void notification_sent(struct bt_conn *conn, void *user_data) in notification_sent() function
138 .func = notification_sent, in short_notify()
164 .func = notification_sent, in long_notify()
/Zephyr-latest/subsys/usb/device/class/
Dcdc_acm.c125 uint8_t notification_sent; member
357 dev_data->notification_sent = 1U; in cdc_acm_int_in()
784 dev_data->notification_sent = 0U; in cdc_acm_send_notification()
790 while (!((volatile uint8_t)dev_data->notification_sent)) { in cdc_acm_send_notification()