Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/bluetooth/mesh/
Dpb_gatt.c139 static void buf_send_end(struct bt_conn *conn, void *user_data) in buf_send_end() function
158 return bt_mesh_pb_gatt_send(link.conn, buf, buf_send_end, NULL); in buf_send()
Dgatt_services.c808 static void buf_send_end(struct bt_conn *conn, void *user_data) in buf_send_end() function
847 &msg, buf_send_end, net_buf_ref(buf)); in bt_mesh_proxy_relay()
Dfriend.c1160 static void buf_send_end(int err, void *user_data) in buf_send_end() function
1221 .end = buf_send_end, in friend_timeout()