Searched refs:match_len (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/ |
D | esp_ble_mesh_provisioning_api.c | 372 esp_err_t esp_ble_mesh_provisioner_set_dev_uuid_match(const uint8_t *match_val, uint8_t match_len, in esp_ble_mesh_provisioner_set_dev_uuid_match() argument 378 if (match_len + offset > ESP_BLE_MESH_OCTET16_LEN) { in esp_ble_mesh_provisioner_set_dev_uuid_match() 388 if (match_len && match_val) { in esp_ble_mesh_provisioner_set_dev_uuid_match() 389 memcpy(arg.set_dev_uuid_match.match_val, match_val, match_len); in esp_ble_mesh_provisioner_set_dev_uuid_match() 391 arg.set_dev_uuid_match.match_len = match_len; in esp_ble_mesh_provisioner_set_dev_uuid_match() 479 fast_prov_info->match_len > ESP_BLE_MESH_OCTET16_LEN)) { in esp_ble_mesh_set_fast_prov_info() 495 arg.set_fast_prov_info.match_len = fast_prov_info->match_len; in esp_ble_mesh_set_fast_prov_info() 496 if (fast_prov_info->match_len) { in esp_ble_mesh_set_fast_prov_info() 497 … memcpy(arg.set_fast_prov_info.match_val, fast_prov_info->match_val, fast_prov_info->match_len); in esp_ble_mesh_set_fast_prov_info()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/include/ |
D | esp_ble_mesh_provisioning_api.h | 312 esp_err_t esp_ble_mesh_provisioner_set_dev_uuid_match(const uint8_t *match_val, uint8_t match_len,
|
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/ |
D | btc_ble_mesh_prov.h | 167 uint8_t match_len; member 258 uint8_t match_len; member
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | miniz.c | 1105 mz_uint match_len = pLZ_codes[0], match_dist = *(const mz_uint16 *)(pLZ_codes + 1); in tdefl_compress_lz_codes() local 1108 MZ_ASSERT(d->m_huff_code_sizes[0][s_tdefl_len_sym[match_len]]); in tdefl_compress_lz_codes() 1109 …BITS_FAST(d->m_huff_codes[0][s_tdefl_len_sym[match_len]], d->m_huff_code_sizes[0][s_tdefl_len_sym[… in tdefl_compress_lz_codes() 1110 …TDEFL_PUT_BITS_FAST(match_len & mz_bitmasks[s_tdefl_len_extra[match_len]], s_tdefl_len_extra[match… in tdefl_compress_lz_codes() 1188 mz_uint match_len = pLZ_codes[0], match_dist = (pLZ_codes[1] | (pLZ_codes[2] << 8)); in tdefl_compress_lz_codes() local 1191 MZ_ASSERT(d->m_huff_code_sizes[0][s_tdefl_len_sym[match_len]]); in tdefl_compress_lz_codes() 1192 …_PUT_BITS(d->m_huff_codes[0][s_tdefl_len_sym[match_len]], d->m_huff_code_sizes[0][s_tdefl_len_sym[… in tdefl_compress_lz_codes() 1193 …TDEFL_PUT_BITS(match_len & mz_bitmasks[s_tdefl_len_extra[match_len]], s_tdefl_len_extra[match_len]… in tdefl_compress_lz_codes() 1387 …mz_uint dist, pos = lookahead_pos & TDEFL_LZ_DICT_SIZE_MASK, match_len = *pMatch_len, probe_pos = … in tdefl_find_match() local 1388 mz_uint num_probes_left = d->m_max_probes[match_len >= 32]; in tdefl_find_match() [all …]
|
/hal_espressif-latest/components/bt/esp_ble_mesh/api/ |
D | esp_ble_mesh_defs.h | 772 uint8_t match_len; /*!< Length of the UUID to be compared */ member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/ |
D | btc_ble_mesh_prov.c | 1988 arg->set_dev_uuid_match.match_len, in btc_ble_mesh_prov_call_handler() 2186 arg->set_fast_prov_info.match_len, in btc_ble_mesh_prov_call_handler()
|