Searched refs:OP_BRIDGED_SUBNETS_LIST (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | brg_cfg_srv.c | 125 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()
|
D | brg_cfg_cli.c | 90 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()
|
D | foundation.h | 132 #define OP_BRIDGED_SUBNETS_LIST BT_MESH_MODEL_OP_2(0x80, 0xb8) macro
|