Home
last modified time | relevance | path

Searched refs:record (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/sdp/
Dbta_sdp_act.c108 static void bta_create_mns_sdp_record(bluetooth_sdp_record *record, tSDP_DISC_REC *p_rec) in bta_create_mns_sdp_record() argument
113 record->mns.hdr.type = SDP_TYPE_MAP_MNS; in bta_create_mns_sdp_record()
114 record->mns.hdr.service_name_length = 0; in bta_create_mns_sdp_record()
115 record->mns.hdr.service_name = NULL; in bta_create_mns_sdp_record()
116 record->mns.hdr.rfcomm_channel_number = 0; in bta_create_mns_sdp_record()
117 record->mns.hdr.l2cap_psm = -1; in bta_create_mns_sdp_record()
118 record->mns.hdr.profile_version = 0; in bta_create_mns_sdp_record()
119 record->mns.supported_features = 0x0000001F; //default value if not found in bta_create_mns_sdp_record()
122 record->mns.supported_features = p_attr->attr_value.v.u32; in bta_create_mns_sdp_record()
126 record->mns.hdr.service_name_length = SDP_DISC_ATTR_LEN(p_attr->attr_len_type); in bta_create_mns_sdp_record()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_sdp_api.c18 static bool esp_sdp_record_integrity_check(esp_bluetooth_sdp_record_t *record) in esp_sdp_record_integrity_check() argument
22 if (record != NULL) { in esp_sdp_record_integrity_check()
23 if (record->hdr.service_name_length > ESP_SDP_SERVER_NAME_MAX || in esp_sdp_record_integrity_check()
24 strlen(record->hdr.service_name) + 1 != record->hdr.service_name_length) { in esp_sdp_record_integrity_check()
102 esp_err_t esp_sdp_create_record(esp_bluetooth_sdp_record_t *record) in esp_sdp_create_record() argument
106 if (!esp_sdp_record_integrity_check(record)) { in esp_sdp_create_record()
119 arg.create_record.record = (bluetooth_sdp_record *)record; in esp_sdp_create_record()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/sdp/
Dbtc_sdp.c80 bluetooth_sdp_record *record = in_record; in get_sdp_record_size() local
84 records_size += record->hdr.service_name_length; in get_sdp_record_size()
85 if (record->hdr.service_name_length > 0) { in get_sdp_record_size()
245 bluetooth_sdp_record *record = NULL; in alloc_sdp_slot() local
248 record = osi_malloc(record_size); in alloc_sdp_slot()
249 if (record == NULL) { in alloc_sdp_slot()
254 copy_sdp_record(in_record, record); in alloc_sdp_slot()
263 osi_free(record); in alloc_sdp_slot()
267 (*slot)->record_data = record; in alloc_sdp_slot()
274 osi_free(record); in alloc_sdp_slot()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_sdp.h36 bluetooth_sdp_record *record; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/sdp/include/
Dbta_sdp_int.h81 tBTA_SDP_API_RECORD_USER record; member
/hal_espressif-latest/components/heap/include/
Desp_heap_trace.h157 esp_err_t heap_trace_get(size_t index, heap_trace_record_t *record);
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_sdp_api.h259 esp_err_t esp_sdp_create_record(esp_bluetooth_sdp_record_t *record);
/hal_espressif-latest/components/esp_phy/
DKconfig82 Select to support record and query phy used time.
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-C3.rst36 …ERR_RST_ENABLE (BLOCK0) Use BLOCK0 to check error record registers …
/hal_espressif-latest/components/efuse/esp32c3/
Desp_efuse_table.csv141 … EFUSE_BLK0, 159, 1, [] Use BLOCK0 to check error record registers {0: "wit…
/hal_espressif-latest/components/mbedtls/
DKconfig261 Controls the use of record plaintext padding in TLS 1.3 and
/hal_espressif-latest/components/bt/esp_ble_mesh/
DKconfig.in365 variable in the bottom layer to record the usage of advertising buffers of BLE Mesh