Home
last modified time | relevance | path

Searched refs:net_key_status (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcfg_cli.h187 void (*net_key_status)(struct bt_mesh_cfg_cli *cli, uint16_t addr, member
/Zephyr-latest/subsys/bluetooth/mesh/
Dcfg_cli.c280 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/
Drelease-notes-2.2.rst41 * :github:`24601` - Bluetooth: Mesh: Config Client's net_key_status pulls two key indexes, should p…
Drelease-notes-2.3.rst958 * :github:`24601` - Bluetooth: Mesh: Config Client's net_key_status pulls two key indexes, should p…
Drelease-notes-1.14.rst45 * :github:`24601` - Bluetooth: Mesh: Config Client's net_key_status pulls two key indexes, should p…