Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dbrg_cfg_srv.c125 BT_MESH_MODEL_BUF_DEFINE(msg, OP_BRIDGED_SUBNETS_LIST, in bridged_subnets_get()
127 BT_MESH_MODEL_OP_LEN(OP_BRIDGED_SUBNETS_LIST)); in bridged_subnets_get()
128 bt_mesh_model_msg_init(&msg, OP_BRIDGED_SUBNETS_LIST); in bridged_subnets_get()
Dbrg_cfg_cli.c90 if (bt_mesh_msg_ack_ctx_match(&cli->ack_ctx, OP_BRIDGED_SUBNETS_LIST, ctx->addr, in subnets_list()
171 {OP_BRIDGED_SUBNETS_LIST, BT_MESH_LEN_MIN(3), subnets_list},
330 .op = OP_BRIDGED_SUBNETS_LIST, in bt_mesh_brg_cfg_cli_subnets_get()
Dfoundation.h132 #define OP_BRIDGED_SUBNETS_LIST BT_MESH_MODEL_OP_2(0x80, 0xb8) macro