Searched defs:max_len (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-latest/components/spi_flash/ |
D | memspi_host_driver.c | 224 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/ |
D | uuid.c | 49 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) in uuid_bin2str()
|
D | json.c | 68 size_t max_len, buf_len; in json_parse_string() local
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | slip.c | 80 uint32_t SLIP_recv(void *pkt, uint32_t max_len) { in SLIP_recv()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/ |
D | gap_conn.c | 299 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/ |
D | port_api.c | 1225 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/ |
D | hidh_api.c | 82 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/ |
D | ms_funcs.c | 113 size_t len, max_len; in nt_password_hash() local
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/ |
D | sdp_db.c | 611 INT32 max_len = SDP_MAX_ATTR_LEN - 3; in SDP_AddUuidSequence() local
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | wnm_sta.c | 1084 const size_t max_len = 1000; in wnm_send_bss_transition_mgmt_query() local
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | eap_fast_pac.c | 675 size_t max_len) in eap_fast_pac_list_truncate()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/ |
D | bta_jv_api.c | 738 UINT16 max_len, read_len; in BTA_JvL2capReceive() local
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_sec.c | 1742 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/ |
D | eap_server.c | 808 int max_len; in SM_STATE() local
|