Searched refs:OP_NET_KEY_LIST (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | foundation.h | 81 #define OP_NET_KEY_LIST BT_MESH_MODEL_OP_2(0x80, 0x43) macro
|
D | cfg_cli.c | 360 if (bt_mesh_msg_ack_ctx_match(&cli->ack_ctx, OP_NET_KEY_LIST, ctx->addr, (void **)¶m)) { in net_key_list() 1071 { OP_NET_KEY_LIST, BT_MESH_LEN_MIN(0), net_key_list }, 1375 .op = OP_NET_KEY_LIST, in bt_mesh_cfg_cli_net_key_get()
|
D | cfg_srv.c | 1727 BT_MESH_MODEL_BUF_DEFINE(msg, OP_NET_KEY_LIST, in net_key_get() 1732 bt_mesh_model_msg_init(&msg, OP_NET_KEY_LIST); in net_key_get()
|