Home
last modified time | relevance | path

Searched refs:table_size_status (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dbrg_cfg_cli.c150 static int table_size_status(const struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, in table_size_status() function
162 if (cli->cb && cli->cb->table_size_status) { in table_size_status()
163 cli->cb->table_size_status(cli, ctx->addr, size); in table_size_status()
173 {OP_BRIDGING_TABLE_SIZE_STATUS, BT_MESH_LEN_EXACT(2), table_size_status},
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dbrg_cfg_cli.h57 void (*table_size_status)(struct bt_mesh_brg_cfg_cli *cli, uint16_t addr, uint16_t size); member