Searched refs:mesh_proxy_service (Results 1 – 3 of 3) sorted by relevance
74 static att_service_handler_t mesh_proxy_service; variable174 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()
5 #import <mesh_proxy_service.gatt>