Lines Matching full:static
16 static bool has_reg_fault = true;
18 static int fault_get_cur(const struct bt_mesh_model *model, uint8_t *test_id, in fault_get_cur()
33 static int fault_get_reg(const struct bt_mesh_model *model, uint16_t company_id, in fault_get_reg()
56 static int fault_clear(const struct bt_mesh_model *model, uint16_t company_id) in fault_clear()
67 static int fault_test(const struct bt_mesh_model *model, uint8_t test_id, in fault_test()
80 static const struct bt_mesh_health_srv_cb health_srv_cb = {
87 static struct bt_mesh_health_srv health_srv = {
93 static const struct bt_mesh_model root_models[] = {
98 static int vnd_publish(const struct bt_mesh_model *mod) in vnd_publish()
108 static const struct bt_mesh_model_op vnd_ops[] = {
112 static const struct bt_mesh_model vnd_models[] = {
117 static const struct bt_mesh_elem elements[] = {
121 static const struct bt_mesh_comp comp = {
128 static int output_number(bt_mesh_output_action_t action, uint32_t number)
138 static void prov_complete(uint16_t net_idx, uint16_t addr) in prov_complete()
145 static void prov_reset(void) in prov_reset()
150 static const uint8_t dev_uuid[16] = { 0xdd, 0xdd };
152 static const struct bt_mesh_prov prov = {
163 static void bt_ready(int err) in bt_ready()