ESP-IDF
btc_ble_mesh_mbt_client_args_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btc_ble_mesh_mbt_client_args_t
btc_ble_mesh_mbt_client_args_t union
Syntax
Show:
Summary
Declaration
from
btc_ble_mesh_mbt_model.h:34
typedef
union
{
esp_ble_mesh_retrieve_capabilities_t
retrieve_capabilities
;
esp_ble_mesh_transfer_blob_t
transfer_blob
;
esp_ble_mesh_send_block_t
send_block
;
esp_ble_mesh_send_data_t
send_data
;
esp_ble_mesh_determine_block_status_t
determine_block_status
;
esp_ble_mesh_determine_transfer_status_t
determine_transfer_status
;
esp_ble_mesh_cancel_transfer_t
cancel_transfer
;
struct
{
esp_ble_mesh_model_t
*
model
;
uint8_t
transfer_ttl
;
}
set_transfer_ttl
;
struct
{
esp_ble_mesh_model_t
*
model
;
}
clear_transfer_ttl
;
struct
{
esp_ble_mesh_model_t
*
model
;
uint16_t
app_idx
;
}
set_app_idx
;
struct
{
esp_ble_mesh_model_t
*
model
;
}
clear_app_idx
;
struct
{
esp_ble_mesh_model_t
*
model
;
uint16_t
multicast_addr
;
}
set_multicast_addr
;
struct
{
esp_ble_mesh_model_t
*
model
;
}
clear_multicast_addr
;
}
btc_ble_mesh_mbt_client_args_t
;
Fields
Field
Declared as
btc_ble_mesh_mbt_client_args_t::retrieve_capabilities
esp_ble_mesh_retrieve_capabilities_t
btc_ble_mesh_mbt_client_args_t::transfer_blob
esp_ble_mesh_transfer_blob_t
btc_ble_mesh_mbt_client_args_t::send_block
esp_ble_mesh_send_block_t
btc_ble_mesh_mbt_client_args_t::send_data
esp_ble_mesh_send_data_t
btc_ble_mesh_mbt_client_args_t::determine_block_status
esp_ble_mesh_determine_block_status_t
btc_ble_mesh_mbt_client_args_t::determine_transfer_status
esp_ble_mesh_determine_transfer_status_t
btc_ble_mesh_mbt_client_args_t::cancel_transfer
esp_ble_mesh_cancel_transfer_t
btc_ble_mesh_mbt_client_args_t::set_transfer_ttl
struct
{
esp_ble_mesh_model_t
*
model
;
uint8_t
transfer_ttl
;
}
btc_ble_mesh_mbt_client_args_t::clear_transfer_ttl
struct
{
esp_ble_mesh_model_t
*
model
;
}
btc_ble_mesh_mbt_client_args_t::set_app_idx
struct
{
esp_ble_mesh_model_t
*
model
;
uint16_t
app_idx
;
}
btc_ble_mesh_mbt_client_args_t::clear_app_idx
struct
{
esp_ble_mesh_model_t
*
model
;
}
btc_ble_mesh_mbt_client_args_t::set_multicast_addr
struct
{
esp_ble_mesh_model_t
*
model
;
uint16_t
multicast_addr
;
}
btc_ble_mesh_mbt_client_args_t::clear_multicast_addr
struct
{
esp_ble_mesh_model_t
*
model
;
}
Examples
References
from
examples
Code
Location
Referrer
typedef
union
{
btc_ble_mesh_mbt_model.h:34
}
btc_ble_mesh_mbt_client_args_t
;
btc_ble_mesh_mbt_model.h:63
btc_ble_mesh_mbt_client_args_t
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out