Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c2331 static struct net_buf *nfy_mult[CONFIG_BT_MAX_CONN]; variable
2371 for (i = 0; i < ARRAY_SIZE(nfy_mult); i++) { in notify_mult_process()
2372 struct net_buf **buf = &nfy_mult[i]; in notify_mult_process()
2401 struct net_buf **buf = &nfy_mult[bt_conn_index(conn)]; in gatt_notify_flush()
2413 struct net_buf **buf = &nfy_mult[bt_conn_index(conn)]; in cleanup_notify()
2437 struct net_buf **buf = &nfy_mult[bt_conn_index(conn)]; in gatt_notify_mult()