Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_dev_attr.c261 size_t str_len) in wps_process_manufacturer() argument
268 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Manufacturer", str, str_len); in wps_process_manufacturer()
271 dev->manufacturer = dup_binstr(str, str_len); in wps_process_manufacturer()
280 size_t str_len) in wps_process_model_name() argument
287 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Model Name", str, str_len); in wps_process_model_name()
290 dev->model_name = dup_binstr(str, str_len); in wps_process_model_name()
299 size_t str_len) in wps_process_model_number() argument
306 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Model Number", str, str_len); in wps_process_model_number()
309 dev->model_number = dup_binstr(str, str_len); in wps_process_model_number()
318 const u8 *str, size_t str_len) in wps_process_serial_number() argument
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_api.c288 UINT32 str_len = strlen(str); in BTA_HfClientSendAT() local
289 if (str_len > BTA_HF_CLIENT_MAX_LEN) { in BTA_HfClientSendAT()
290 …ARNING("%s, str length(%d) is more than %d, truncate it.", __FUNCTION__, str_len, BTA_HF_CLIENT_MA… in BTA_HfClientSendAT()
291 str_len = BTA_HF_CLIENT_MAX_LEN; in BTA_HfClientSendAT()
294 strlcpy(p_buf->str, str, str_len + 1); in BTA_HfClientSendAT()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_bld_tg.c309 if (len_left < (p_rsp->p_attrs[xx].str_len + 4)) { in avrc_bld_app_setting_text_rsp()
311 xx, p_rsp->p_attrs[xx].str_len, len_left); in avrc_bld_app_setting_text_rsp()
316 if ( !p_rsp->p_attrs[xx].str_len || !p_rsp->p_attrs[xx].p_str ) { in avrc_bld_app_setting_text_rsp()
322 UINT8_TO_BE_STREAM(p_data, p_rsp->p_attrs[xx].str_len); in avrc_bld_app_setting_text_rsp()
323 ARRAY_TO_BE_STREAM(p_data, p_rsp->p_attrs[xx].p_str, p_rsp->p_attrs[xx].str_len); in avrc_bld_app_setting_text_rsp()
455 p_rsp->p_attrs[xx].name.str_len = 0; in avrc_bld_get_elem_attrs_rsp()
459 UINT16_TO_BE_STREAM(p_data, p_rsp->p_attrs[xx].name.str_len); in avrc_bld_get_elem_attrs_rsp()
460 ARRAY_TO_BE_STREAM(p_data, p_rsp->p_attrs[xx].name.p_str, p_rsp->p_attrs[xx].name.str_len); in avrc_bld_get_elem_attrs_rsp()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Davrc_defs.h867 UINT16 str_len; member
872 UINT16 str_len; member
898 UINT8 str_len; member