Searched refs:blob_cli (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_blob.c | 230 static struct bt_mesh_blob_cli blob_cli = { .cb = &blob_cli_handlers }; variable 256 BT_MESH_MODEL_BLOB_CLI(&blob_cli)), 403 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() 490 bt_mesh_blob_cli_cancel(&blob_cli); in test_cli_caps_cancelled() 491 ASSERT_EQUAL(blob_cli.state, BT_MESH_BLOB_CLI_STATE_NONE); in test_cli_caps_cancelled() 507 err = bt_mesh_blob_cli_caps_get(&blob_cli, &blob_cli_xfer.inputs); in test_cli_caps_cancelled() 567 blob_cli_broadcast_tx_complete(&blob_cli); in broadcast_send() 598 blob_cli.inputs = &blob_cli_xfer.inputs; in test_cli_broadcast_basic() 602 blob_cli_broadcast(&blob_cli, &tx); in test_cli_broadcast_basic() [all …]
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | CMakeLists.txt | 90 zephyr_library_sources_ifdef(CONFIG_BT_MESH_BLOB_CLI blob_cli.c)
|
D | dfu_cli.c | 30 #define DFU_CLI(blob_cli) CONTAINER_OF(blob_cli, struct bt_mesh_dfu_cli, blob) argument 970 const struct bt_mesh_model *blob_cli = in dfu_cli_init() local 973 if (blob_cli == NULL) { in dfu_cli_init()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob_cli.rst | 24 static struct bt_mesh_blob_cli blob_cli = { 29 BT_MESH_MODEL_BLOB_CLI(&blob_cli),
|
D | blob.rst | 32 blob_cli
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 353 static struct bt_mesh_blob_cli blob_cli = { .cb = &blob_cli_handlers }; variable 1091 BT_MESH_MODEL_BLOB_CLI(&blob_cli), 4597 err = bt_mesh_blob_cli_caps_get(&blob_cli, &blob_cli_xfer.inputs); in blob_info_get() 4630 if (blob_cli.caps.modes) { in blob_transfer_start() 4631 blob_cli_xfer.xfer.mode = blob_cli.caps.modes; in blob_transfer_start() 4644 err = bt_mesh_blob_cli_send(&blob_cli, &blob_cli_xfer.inputs, in blob_transfer_start() 4659 bt_mesh_blob_cli_cancel(&blob_cli); in blob_transfer_cancel() 4694 err = bt_mesh_blob_cli_xfer_progress_get(&blob_cli, &blob_cli_xfer.inputs); in blob_transfer_get()
|