Searched refs:net_key_list (Results 1 – 2 of 2) sorted by relevance
201 void (*net_key_list)(struct bt_mesh_cfg_cli *cli, uint16_t addr, member
348 static int net_key_list(const struct bt_mesh_model *model, in net_key_list() function377 if (cli->cb && cli->cb->net_key_list) { in net_key_list()378 cli->cb->net_key_list(cli, ctx->addr, buf); in net_key_list()1071 { OP_NET_KEY_LIST, BT_MESH_LEN_MIN(0), net_key_list },