Lines Matching defs:sub

68 static void subnet_evt(struct bt_mesh_subnet *sub, enum bt_mesh_key_evt evt)  in subnet_evt()
93 const struct bt_mesh_subnet *sub; in store_subnet() local
146 uint8_t bt_mesh_net_flags(struct bt_mesh_subnet *sub) in bt_mesh_net_flags()
211 static void key_refresh(struct bt_mesh_subnet *sub, uint8_t new_phase) in key_refresh()
247 void bt_mesh_kr_update(struct bt_mesh_subnet *sub, bool kr_flag, bool new_key) in bt_mesh_kr_update()
266 struct bt_mesh_subnet *sub = NULL; in subnet_alloc() local
282 static void subnet_del(struct bt_mesh_subnet *sub) in subnet_del()
373 struct bt_mesh_subnet *sub = NULL; in bt_mesh_subnet_add() local
422 struct bt_mesh_subnet *sub; in bt_mesh_subnet_update() local
466 struct bt_mesh_subnet *sub; in bt_mesh_subnet_del() local
520 struct bt_mesh_subnet *sub; in bt_mesh_subnet_kr_phase_set() local
552 struct bt_mesh_subnet *sub; in bt_mesh_subnet_kr_phase_get() local
568 struct bt_mesh_subnet *sub; in bt_mesh_subnet_node_id_set() local
610 struct bt_mesh_subnet *sub; in bt_mesh_subnet_node_id_get() local
630 struct bt_mesh_subnet *sub; in bt_mesh_subnet_priv_node_id_set() local
673 struct bt_mesh_subnet *sub; in bt_mesh_subnet_priv_node_id_get() local
715 struct bt_mesh_subnet *sub = &subnets[i]; in bt_mesh_subnets_get() local
739 struct bt_mesh_subnet *sub = &subnets[i]; in bt_mesh_subnet_get() local
749 static int subnet_key_set(struct bt_mesh_subnet *sub, int key_idx, const struct bt_mesh_key *key) in subnet_key_set()
771 struct bt_mesh_subnet *sub; in bt_mesh_subnet_set() local
812 struct bt_mesh_subnet *bt_mesh_subnet_find(bool (*cb)(struct bt_mesh_subnet *sub, void *cb_data), in bt_mesh_subnet_find()
828 size_t bt_mesh_subnet_foreach(void (*cb)(struct bt_mesh_subnet *sub)) in bt_mesh_subnet_foreach()
844 struct bt_mesh_subnet *bt_mesh_subnet_next(struct bt_mesh_subnet *sub) in bt_mesh_subnet_next()
874 struct bt_mesh_subnet *sub = &subnets[i]; in bt_mesh_net_keys_reset() local