Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dpb_gatt.h11 int bt_mesh_pb_gatt_recv(struct bt_conn *conn, struct net_buf_simple *buf);
Dpb_gatt_cli.c45 bt_mesh_pb_gatt_recv(role->conn, &role->buf); in pb_gatt_msg_recv()
Dpb_gatt.c83 int bt_mesh_pb_gatt_recv(struct bt_conn *conn, struct net_buf_simple *buf) in bt_mesh_pb_gatt_recv() function
Dpb_gatt_srv.c56 bt_mesh_pb_gatt_recv(role->conn, &role->buf); in proxy_msg_recv()