Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_cli.c52 FLAG_SKIP_CAPS_GET = BIT(2), enumerator
507 } else if (cli->xfer.flags & FLAG_SKIP_CAPS_GET) { in transfer()
508 cli->xfer.flags ^= FLAG_SKIP_CAPS_GET; in transfer()
1040 cli->xfer.flags |= FLAG_SKIP_CAPS_GET; in bt_mesh_dfu_cli_send()