Searched refs:net_key_status (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | cfg_cli.h | 187 void (*net_key_status)(struct bt_mesh_cfg_cli *cli, uint16_t addr, member
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | cfg_cli.c | 280 static int net_key_status(const struct bt_mesh_model *model, in net_key_status() function 314 if (cli->cb && cli->cb->net_key_status) { in net_key_status() 315 cli->cb->net_key_status(cli, ctx->addr, status, net_idx); in net_key_status() 1070 { OP_NET_KEY_STATUS, BT_MESH_LEN_EXACT(3), net_key_status },
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.2.rst | 41 * :github:`24601` - Bluetooth: Mesh: Config Client's net_key_status pulls two key indexes, should p…
|
D | release-notes-2.3.rst | 958 * :github:`24601` - Bluetooth: Mesh: Config Client's net_key_status pulls two key indexes, should p…
|
D | release-notes-1.14.rst | 45 * :github:`24601` - Bluetooth: Mesh: Config Client's net_key_status pulls two key indexes, should p…
|