Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dbrg_cfg_cli.c59 if (bt_mesh_msg_ack_ctx_match(&cli->ack_ctx, OP_BRIDGING_TABLE_STATUS, ctx->addr, in table_status()
170 {OP_BRIDGING_TABLE_STATUS, BT_MESH_LEN_EXACT(9), table_status},
263 .op = OP_BRIDGING_TABLE_STATUS, in bt_mesh_brg_cfg_cli_table_add()
301 .op = OP_BRIDGING_TABLE_STATUS, in bt_mesh_brg_cfg_cli_table_remove()
Dbrg_cfg_srv.c57 BT_MESH_MODEL_BUF_DEFINE(msg, OP_BRIDGING_TABLE_STATUS, 9); in bridging_table_status_send()
59 bt_mesh_model_msg_init(&msg, OP_BRIDGING_TABLE_STATUS); in bridging_table_status_send()
Dfoundation.h130 #define OP_BRIDGING_TABLE_STATUS BT_MESH_MODEL_OP_2(0x80, 0xb6) macro