Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dblob_cli.h344 int bt_mesh_blob_cli_caps_get(struct bt_mesh_blob_cli *cli,
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_blob.c403 err = bt_mesh_blob_cli_caps_get(&blob_cli, &blob_cli_xfer.inputs); in cli_caps_common_procedure()
481 err = bt_mesh_blob_cli_caps_get(&blob_cli, &blob_cli_xfer.inputs); in test_cli_caps_cancelled()
507 err = bt_mesh_blob_cli_caps_get(&blob_cli, &blob_cli_xfer.inputs); in test_cli_caps_cancelled()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dblob.c424 err = bt_mesh_blob_cli_caps_get((struct bt_mesh_blob_cli *)mod_cli->rt->user_data, in cmd_caps()
/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_cli.c515 err = bt_mesh_blob_cli_caps_get(&cli->blob, cli->blob.inputs); in transfer()
Dblob_cli.c1487 int bt_mesh_blob_cli_caps_get(struct bt_mesh_blob_cli *cli, in bt_mesh_blob_cli_caps_get() function
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c4597 err = bt_mesh_blob_cli_caps_get(&blob_cli, &blob_cli_xfer.inputs); in blob_info_get()