Searched refs:app_key_list (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | cfg_cli.h | 231 void (*app_key_list)(struct bt_mesh_cfg_cli *cli, uint16_t addr, uint8_t status, member
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | cfg_cli.c | 464 static int app_key_list(const struct bt_mesh_model *model, in app_key_list() function 509 if (cli->cb && cli->cb->app_key_list) { in app_key_list() 510 cli->cb->app_key_list(cli, ctx->addr, status, net_idx, buf); in app_key_list() 1073 { OP_APP_KEY_LIST, BT_MESH_LEN_MIN(3), app_key_list },
|