btc_ble_mesh_prov_args_t is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
struct ble_mesh_set_oob_pub_key_args { uint8_t pub_key_x[32]; uint8_t pub_key_y[32]; uint8_t private_key[32]; }
struct ble_mesh_node_input_num_args { uint32_t number; }
struct ble_mesh_node_input_str_args { char string[8]; }
struct ble_mesh_node_add_local_net_key_args { uint8_t net_key[16]; uint16_t net_idx; }
struct ble_mesh_node_add_local_app_key_args { uint8_t app_key[16]; uint16_t net_idx; uint16_t app_idx; }
struct ble_mesh_node_bind_local_mod_app_args { uint16_t element_addr; uint16_t company_id; uint16_t model_id; uint16_t app_idx; }
struct ble_mesh_provisioner_read_oob_pub_key_args { uint8_t link_idx; uint8_t pub_key_x[32]; uint8_t pub_key_y[32]; }
struct ble_mesh_provisioner_input_str_args { char string[8]; uint8_t link_idx; }
struct ble_mesh_provisioner_input_num_args { uint32_t number; uint8_t link_idx; }
struct ble_mesh_provisioner_set_dev_uuid_match_args { uint8_t offset; uint8_t match_len; uint8_t match_val[16]; bool prov_after_match; }
struct ble_mesh_provisioner_set_static_oob_val_args { uint8_t value[16]; uint8_t length; }
struct ble_mesh_provisioner_add_local_app_key_args { uint8_t app_key[16]; uint16_t net_idx; uint16_t app_idx; }
struct ble_mesh_provisioner_update_local_app_key_args { uint8_t app_key[16]; uint16_t net_idx; uint16_t app_idx; }
struct ble_mesh_provisioner_bind_local_mod_app_args { uint16_t elem_addr; uint16_t model_id; uint16_t cid; uint16_t app_idx; }
struct ble_mesh_provisioner_add_local_net_key_args { uint8_t net_key[16]; uint16_t net_idx; }
struct ble_mesh_provisioner_update_local_net_key_args { uint8_t net_key[16]; uint16_t net_idx; }
struct ble_mesh_provisioner_store_node_comp_data_args { uint16_t unicast_addr; uint16_t length; uint8_t *data; }
struct { bool enable; }
struct { uint8_t type; }
struct { uint8_t op; uint16_t hb_src; uint16_t hb_dst; }
struct { uint8_t index; }
struct { char uid[ESP_BLE_MESH_SETTINGS_UID_SIZE + 1]; }
struct { uint8_t index; bool erase; }
struct { char uid[ESP_BLE_MESH_SETTINGS_UID_SIZE + 1]; bool erase; }
struct { uint8_t index; }
struct { char uid[ESP_BLE_MESH_SETTINGS_UID_SIZE + 1]; }
struct { uint16_t link_idx; }
struct { uint16_t link_idx; uint16_t record_id; uint16_t frag_offset; uint16_t max_size; }
struct { uint16_t link_idx; }
struct { uint16_t link_idx; }
struct ble_mesh_set_fast_prov_info_args { uint16_t unicast_min; uint16_t unicast_max; uint16_t net_idx; uint8_t flags; uint32_t iv_index; uint8_t offset; uint8_t match_len; uint8_t match_val[16]; }
struct ble_mesh_lpn_disable_args { bool force; }
struct ble_mesh_proxy_client_connect_args { uint8_t addr[6]; uint8_t addr_type; uint16_t net_idx; }
struct ble_mesh_proxy_client_set_filter_type_args { uint8_t conn_handle; uint16_t net_idx; uint8_t filter_type; }
struct ble_mesh_proxy_client_add_filter_addr_args { uint8_t conn_handle; uint16_t net_idx; uint16_t addr_num; uint16_t *addr; }
struct ble_mesh_proxy_client_remove_filter_addr_args { uint8_t conn_handle; uint16_t net_idx; uint16_t addr_num; uint16_t *addr; }
struct { uint16_t net_idx; uint16_t ssrc; uint16_t dst; }
struct ble_mesh_model_sub_group_addr_args { uint16_t element_addr; uint16_t company_id; uint16_t model_id; uint16_t group_addr; }
struct ble_mesh_model_unsub_group_addr_args { uint16_t element_addr; uint16_t company_id; uint16_t model_id; uint16_t group_addr; }

References