/hal_espressif-3.6.0/examples/protocols/asio/udp_echo_server/main/ |
D | udp_echo_server.cpp | 35 asio::buffer(data_, max_length), sender_endpoint_, in do_receive() 64 enum { max_length = 1024 }; enumerator 65 char data_[max_length];
|
/hal_espressif-3.6.0/examples/protocols/asio/tcp_echo_server/main/ |
D | echo_server.cpp | 28 socket_.async_read_some(asio::buffer(data_, max_length), in do_read() 54 enum { max_length = 1024 }; enumerator 55 char data_[max_length];
|
/hal_espressif-3.6.0/tools/ci/ |
D | test_check_kconfigs.py | 196 max_length = CONFIG_NAME_MAX_LENGTH 197 too_long = max_length + 1 200 self.expt_success(' config ' + ('X' * max_length)) 202 self.expt_success(' menuconfig ' + ('X' * max_length)) 204 self.expt_success(' choice ' + ('X' * max_length))
|
/hal_espressif-3.6.0/examples/protocols/asio/ssl_client_server/main/ |
D | asio_ssl_main.cpp | 36 static const std::size_t max_length = 1024; variable 112 char request_[max_length] = "GET / HTTP/1.1\r\n\r\n"; 113 char reply_[max_length]; 167 char data_[max_length];
|
/hal_espressif-3.6.0/components/protocomm/src/transports/ |
D | protocomm_ble.c | 372 (*gatt_db_generated)[0].att_desc.max_length = ESP_UUID_LEN_128; in populate_gatt_db() 385 (*gatt_db_generated)[i].att_desc.max_length = sizeof(uint8_t); in populate_gatt_db() 394 (*gatt_db_generated)[i].att_desc.max_length = CHAR_VAL_LEN_MAX; in populate_gatt_db() 402 …(*gatt_db_generated)[i].att_desc.max_length = strlen(protoble_internal->g_nu_lookup[i / 3 - 1].n… in populate_gatt_db() 403 … (*gatt_db_generated)[i].att_desc.length = (*gatt_db_generated)[i].att_desc.max_length; in populate_gatt_db()
|
/hal_espressif-3.6.0/components/esp_hid/src/ |
D | ble_hidh.c | 581 …ev_t *dev, size_t map_index, size_t report_id, int report_type, size_t max_length, uint8_t *value,… in esp_ble_hidh_dev_report_read() argument 588 uint16_t len = max_length; in esp_ble_hidh_dev_report_read() 592 if (len > max_length) { in esp_ble_hidh_dev_report_read() 593 len = max_length; in esp_ble_hidh_dev_report_read()
|
D | esp_hidh.c | 230 …re_get(esp_hidh_dev_t *dev, size_t map_index, size_t report_id, size_t max_length, uint8_t *value,… in esp_hidh_dev_feature_get() argument 235 …ret = dev->report_read(dev, map_index, report_id, ESP_HID_REPORT_TYPE_FEATURE, max_length, value, … in esp_hidh_dev_feature_get()
|
D | ble_hidd.c | 191 …tts_attr_db_t *db, size_t index, uint8_t *uuid, uint8_t perm, uint16_t max_length, uint16_t length… in add_db_record() argument 197 db[index].att_desc.max_length = max_length; in add_db_record()
|
D | bt_hidh.c | 857 size_t max_length, uint8_t *value, size_t *value_len) in esp_bt_hidh_dev_report_read() argument 874 ret = esp_bt_hid_host_get_report(dev->bda, report_type, report_id, max_length); in esp_bt_hidh_dev_report_read()
|
/hal_espressif-3.6.0/components/esp_hid/private/ |
D | esp_hidh_private.h | 82 …ev_t *dev, size_t map_index, size_t report_id, int report_type, size_t max_length, uint8_t *value,…
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/ |
D | esp_gatt_defs.h | 319 uint16_t max_length; /*!< Maximum length of the element*/ member
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gatts.c | 351 attr_val.attr_max_len = gatts_attr_db[i+1].att_desc.max_length; in btc_gatts_act_create_attr_tab() 392 attr_val.attr_max_len = gatts_attr_db[i].att_desc.max_length; in btc_gatts_act_create_attr_tab()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/tutorial/ |
D | Gatt_Server_Service_Table_Example_Walkthrough.md | 370 uint16_t max_length; /*!< Maximum length of the element*/
|