Searched refs:bt_mesh_proxy_msg_send (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | proxy_msg.h | 54 int bt_mesh_proxy_msg_send(struct bt_conn *conn, uint8_t type,
|
D | proxy_msg.c | 156 int bt_mesh_proxy_msg_send(struct bt_conn *conn, uint8_t type, in bt_mesh_proxy_msg_send() function 224 err = bt_mesh_proxy_msg_send(conn, BT_MESH_PROXY_NET_PDU, in proxy_relay_send()
|
D | pb_gatt.c | 222 return bt_mesh_proxy_msg_send(link.conn, BT_MESH_PROXY_PROV, in buf_send()
|
D | proxy_srv.c | 220 err = bt_mesh_proxy_msg_send(client->cli->conn, BT_MESH_PROXY_CONFIG, in send_filter_status() 338 return bt_mesh_proxy_msg_send(client->cli->conn, BT_MESH_PROXY_BEACON, in beacon_send()
|