Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gatt.c1893 static uint8_t ev_buf[sizeof(struct btp_gatt_notification_ev) + MAX_NOTIF_DATA]; variable
1899 struct btp_gatt_notification_ev *ev = (void *) ev_buf; in notify_func()