Searched refs:BT_MESH_MSG_CTX_INIT (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | msg.h | 119 #define BT_MESH_MSG_CTX_INIT(net_key_idx, app_key_idx, dst, ttl) \ macro 134 BT_MESH_MSG_CTX_INIT(0, app_key_idx, dst, BT_MESH_TTL_DEFAULT) 144 BT_MESH_MSG_CTX_INIT(net_key_idx, BT_MESH_KEY_DEV_REMOTE, dst, BT_MESH_TTL_DEFAULT)
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | shell.c | 1005 struct bt_mesh_msg_ctx ctx = BT_MESH_MSG_CTX_INIT(bt_mesh_shell_target_ctx.net_idx, in cmd_net_send()
|