Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Dgatt.c2253 static int gatt_notify_mult_send(struct bt_conn *conn, struct net_buf *buf) in gatt_notify_mult_send() function
2297 gatt_notify_mult_send(conn, *buf); in notify_mult_process()
2324 err = gatt_notify_mult_send(conn, *buf); in gatt_notify_flush()
2369 ret = gatt_notify_mult_send(conn, *buf); in gatt_notify_mult()
3013 return gatt_notify_mult_send(conn, buf); in bt_gatt_notify_multiple()