Home
last modified time | relevance | path

Searched defs:max_len (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-latest/components/spi_flash/
Dmemspi_host_driver.c224 uint32_t max_len = MIN(end_bound - align_addr, SPI_FLASH_HAL_MAX_WRITE_BYTES); in memspi_host_write_data_slicer() local
246 uint32_t max_len = SPI_FLASH_HAL_MAX_READ_BYTES; in memspi_host_read_data_slicer() local
/hal_espressif-latest/components/wpa_supplicant/src/utils/
Duuid.c49 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) in uuid_bin2str()
Djson.c68 size_t max_len, buf_len; in json_parse_string() local
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dslip.c80 uint32_t SLIP_recv(void *pkt, uint32_t max_len) { in SLIP_recv()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c299 UINT16 GAP_ConnReadData (UINT16 gap_handle, UINT8 *p_data, UINT16 max_len, UINT16 *p_len) in GAP_ConnReadData()
497 UINT16 GAP_ConnWriteData (UINT16 gap_handle, UINT8 *p_data, UINT16 max_len, UINT16 *p_len) in GAP_ConnWriteData()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_api.c1225 int PORT_ReadData (UINT16 handle, char *p_data, UINT16 max_len, UINT16 *p_len) in PORT_ReadData()
1620 int PORT_WriteData (UINT16 handle, char *p_data, UINT16 max_len, UINT16 *p_len) in PORT_WriteData()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidh_api.c82 void hidh_get_str_attr( tSDP_DISC_REC *p_rec, UINT16 attr_id, UINT16 max_len, char *str ) in hidh_get_str_attr()
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dms_funcs.c113 size_t len, max_len; in nt_password_hash() local
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_db.c611 INT32 max_len = SDP_MAX_ATTR_LEN - 3; in SDP_AddUuidSequence() local
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwnm_sta.c1084 const size_t max_len = 1000; in wnm_send_bss_transition_mgmt_query() local
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_fast_pac.c675 size_t max_len) in eap_fast_pac_list_truncate()
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_api.c738 UINT16 max_len, read_len; in BTA_JvL2capReceive() local
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c1742 UINT16 BTM_BuildOobData(UINT8 *p_data, UINT16 max_len, BT_OCTET16 c, in BTM_BuildOobData()
1831 UINT16 max_len; in BTM_ReadOobData() local
/hal_espressif-latest/components/wpa_supplicant/src/eap_server/
Deap_server.c808 int max_len; in SM_STATE() local