Home
last modified time | relevance | path

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

/btstack/src/mesh/gatt-service/
H A Dmesh_proxy_service_server.c74 static att_service_handler_t mesh_proxy_service; variable
174 mesh_proxy_service.start_handle = start_handle; in mesh_proxy_service_server_init()
175 mesh_proxy_service.end_handle = end_handle; in mesh_proxy_service_server_init()
176 mesh_proxy_service.read_callback = &mesh_proxy_service_read_callback; in mesh_proxy_service_server_init()
177 mesh_proxy_service.write_callback = &mesh_proxy_service_write_callback; in mesh_proxy_service_server_init()
179 att_server_register_service_handler(&mesh_proxy_service); in mesh_proxy_service_server_init()
/btstack/test/mesh/
H A Dmesh_pts.gatt5 #import <mesh_proxy_service.gatt>
/btstack/example/
H A Dmesh_node_demo.gatt5 #import <mesh_proxy_service.gatt>