/* Bluetooth: Mesh Generic OnOff, Generic Level, Lighting & Vendor Models * * Copyright (c) 2018 Vikrant More * * SPDX-License-Identifier: Apache-2.0 */ #ifndef _COMMON_H #define _COMMON_H extern int button_device[]; extern int led_device[]; void update_light_state(void); #endif