Home
last modified time | relevance | path

Searched refs:records (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/heap/
Dheap_trace_standalone.c69 static records_t records; variable
139 records.buffer = record_buffer; in heap_trace_init_standalone()
140 records.capacity = num_records; in heap_trace_init_standalone()
156 if (records.buffer == NULL || records.capacity == 0) { in heap_trace_start()
166 memset(records.buffer, 0, sizeof(heap_trace_record_t) * records.capacity); in heap_trace_start()
177 records.count = 0; in heap_trace_start()
178 records.has_overflowed = false; in heap_trace_start()
208 return records.count; in heap_trace_get_count()
221 if (index >= records.count) { in heap_trace_get()
237 r_get = TAILQ_FIRST(&records.list); in heap_trace_get()
[all …]
DKconfig74 bool "Use hash map mechanism to access heap trace records"
79 heap trace records.
82 the performance of the heap trace in adding, retrieving and removing trace records.
84 the heap trace performances in adding retrieving and removing trace records will be
/hal_espressif-latest/components/bt/host/bluedroid/bta/sdp/
Dbta_sdp_act.c420 bta_create_mas_sdp_record(&evt_data.records[count], p_rec); in bta_sdp_search_cback()
423 bta_create_mns_sdp_record(&evt_data.records[count], p_rec); in bta_sdp_search_cback()
426 bta_create_pse_sdp_record(&evt_data.records[count], p_rec); in bta_sdp_search_cback()
429 bta_create_pce_sdp_record(&evt_data.records[count], p_rec); in bta_sdp_search_cback()
432 bta_create_ops_sdp_record(&evt_data.records[count], p_rec); in bta_sdp_search_cback()
435 bta_create_sap_sdp_record(&evt_data.records[count], p_rec); in bta_sdp_search_cback()
440 bta_create_raw_sdp_record(&evt_data.records[count], p_rec); in bta_sdp_search_cback()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_sdp_api.h61 bluetooth_sdp_record records[BTA_SDP_MAX_RECORDS]; member
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_sdp_api.h170 esp_bluetooth_sdp_record_t *records; /*!< SDP records */ member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/sdp/
Dbtc_sdp.c952 bluetooth_sdp_record *src_record = &src_search_comp->records[i]; in btc_sdp_cb_arg_deep_copy()
953 bluetooth_sdp_record *dest_record = &dest_search_comp->records[i]; in btc_sdp_cb_arg_deep_copy()
1003 bluetooth_sdp_record *record = &search_comp->records[i]; in btc_sdp_cb_arg_deep_free()
1313 param.search.records = (esp_bluetooth_sdp_record_t *)p_data->sdp_search_comp.records; in btc_sdp_cb_handler()
/hal_espressif-latest/components/bt/host/bluedroid/
DKconfig.in298 bool "Reset device identity when all bonding records are deleted"
304 when all pairing and bonding records are deleted. This would decrease the ability
1115 The number of security records for peer devices.
/hal_espressif-latest/components/bt/host/nimble/
DKconfig.in176 bool "Reset device identity when all bonding records are deleted"
181 when all pairing and bonding records are deleted. This would decrease the ability
/hal_espressif-latest/components/bt/controller/esp32/
DKconfig.in475 If this option is enabled, The Controller will records the communication quality
/hal_espressif-latest/components/bt/controller/esp32c3/
DKconfig.in484 If this option is enabled, The Controller will records the communication quality
/hal_espressif-latest/components/mbedtls/
DKconfig268 A value of 1 means that no padding will be used for outgoing records.