Searched refs:input_size (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-2.7.6/components/nvs_flash/nvs_partition_generator/ |
D | nvs_partition_gen.py | 480 def __init__(self, fout, input_size, version, encrypt=False, key_input=None): argument 481 self.size = input_size 618 def nvs_open(result_obj, input_size, version=None, is_encrypt=False, key=None): argument 625 return NVS(result_obj, input_size, version, encrypt=is_encrypt, key_input=key) 670 input_size = int(size, 0) 671 if input_size % 4096 != 0: 675 input_size = input_size - Page.PAGE_PARAMS['max_size'] 677 if input_size < (2 * Page.PAGE_PARAMS['max_size']): 679 return input_size 892 input_size = check_size(args.size) [all …]
|
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_core/include/ |
D | mesh_main.h | 106 uint8_t input_size; member
|
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_core/ |
D | provisioner_prov.c | 1695 output_size = 0U, input_size = 0U; local 1752 input_size = data[8]; 1753 BT_INFO("Input OOB Size: 0x%02x", input_size); 1754 if (input_size > 0x08) { 1755 BT_ERR("Invalid Input OOB size %d", input_size); 1772 if (prov->prov_output_num && input_size) { 1775 input_size = 0x0; 1785 if (!output_size && !input_size) { 1789 } else if (!output_size && input_size) { 1792 auth_size = input_size;
|
D | prov.c | 612 net_buf_simple_add_u8(&buf, prov->input_size); in prov_invite() 772 if (size > prov->input_size) { in prov_auth() 920 (void)memcpy(link.auth, str, prov->input_size); in bt_mesh_input_string() 1748 prov_info->input_size > BLE_MESH_PROV_INPUT_OOB_MAX_LEN) { in bt_mesh_prov_init()
|
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/ |
D | ble_mesh_register_cmd.c | 43 struct arg_int *input_size; member 460 arg_int_to_value(oob.input_size, prov.input_size, "input size"); in ble_mesh_load_oob() 886 oob.input_size = arg_int0("y", NULL, "<size>", "Maximum size of Input OOB"); in ble_mesh_register_cmd()
|
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/main/ |
D | main.c | 92 .input_size = 4,
|
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/main/ |
D | main.c | 104 .input_size = 4,
|
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/api/ |
D | esp_ble_mesh_defs.h | 334 .input_size = in_size, \ 602 uint8_t input_size; member
|
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/aligenie_demo/main/ |
D | aligenie_demo.c | 252 .input_size = 0, // not support Input OOB
|
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/tutorial/ |
D | BLE_Mesh_Node_OnOff_Server_Example_Walkthrough.md | 376 - `input_size`
|