Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c2333 static int gatt_notify_mult_send(struct bt_conn *conn, struct net_buf *buf) in gatt_notify_mult_send() function
2377 gatt_notify_mult_send(conn, *buf); in notify_mult_process()
2404 err = gatt_notify_mult_send(conn, *buf); in gatt_notify_flush()
2447 ret = gatt_notify_mult_send(conn, *buf); in gatt_notify_mult()
3086 return gatt_notify_mult_send(conn, buf); in bt_gatt_notify_multiple()