Home
last modified time | relevance | path

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

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dproxy.c195 static int proxy_segment_and_send(uint16_t conn_handle, u8_t type,
311 err = proxy_segment_and_send(client->conn_handle, BT_MESH_PROXY_CONFIG, buf); in send_filter_status()
382 rc = proxy_segment_and_send(conn_handle, BT_MESH_PROXY_BEACON, buf); in beacon_send()
930 static int proxy_segment_and_send(uint16_t conn_handle, u8_t type, in proxy_segment_and_send() function
979 return proxy_segment_and_send(conn_handle, type, msg); in bt_mesh_proxy_send()