Home
last modified time | relevance | path

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

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