Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dblob_cli.h425 bool bt_mesh_blob_cli_is_busy(struct bt_mesh_blob_cli *cli);
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_cli.c1490 if (bt_mesh_blob_cli_is_busy(cli)) { in bt_mesh_blob_cli_caps_get()
1519 if (bt_mesh_blob_cli_is_busy(cli)) { in bt_mesh_blob_cli_send()
1610 if (!bt_mesh_blob_cli_is_busy(cli)) { in bt_mesh_blob_cli_cancel()
1630 if (bt_mesh_blob_cli_is_busy(cli)) { in bt_mesh_blob_cli_xfer_progress_get()
1650 bool bt_mesh_blob_cli_is_busy(struct bt_mesh_blob_cli *cli) in bt_mesh_blob_cli_is_busy() function