Home
last modified time | relevance | path

Searched refs:input_size (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_main.h106 uint8_t input_size; member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprovisioner_prov.c1703 output_size = 0U, input_size = 0U; local
1760 input_size = data[8];
1761 BT_INFO("Input OOB Size: 0x%02x", input_size);
1762 if (input_size > 0x08) {
1763 BT_ERR("Invalid Input OOB size %d", input_size);
1780 if (prov->prov_output_num && input_size) {
1783 input_size = 0x0;
1793 if (!output_size && !input_size) {
1797 } else if (!output_size && input_size) {
1800 auth_size = input_size;
Dprov.c613 net_buf_simple_add_u8(&buf, prov->input_size); in prov_invite()
784 if (size > prov->input_size) { in prov_auth()
941 (void)memcpy(link.auth, str, prov->input_size); in bt_mesh_input_string()
1794 prov_info->input_size > BLE_MESH_PROV_INPUT_OOB_MAX_LEN) { in bt_mesh_prov_init()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h322 .input_size = in_size, \
596 uint8_t input_size; member