Searched refs:record (Results 1 – 11 of 11) sorted by relevance
108 static void bta_create_mns_sdp_record(bluetooth_sdp_record *record, tSDP_DISC_REC *p_rec) in bta_create_mns_sdp_record() argument113 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 …]
78 bluetooth_sdp_record* record = in_record; in get_sdp_records_size() local82 record = &in_record[i]; in get_sdp_records_size()84 records_size += record->hdr.service_name_length; in get_sdp_records_size()85 if(record->hdr.service_name_length > 0){ in get_sdp_records_size()88 records_size += record->hdr.user1_ptr_len; in get_sdp_records_size()89 records_size += record->hdr.user2_ptr_len; in get_sdp_records_size()183 bluetooth_sdp_record *record = NULL; in alloc_sdp_slot() local186 record = osi_malloc(record_size); in alloc_sdp_slot()187 if (record == NULL) { in alloc_sdp_slot()192 copy_sdp_records(in_record, record, 1); in alloc_sdp_slot()[all …]
84 esp_err_t esp_sdp_create_record(esp_bluetooth_sdp_record_t *record) in esp_sdp_create_record() argument88 if (record == NULL || record->hdr.service_name_length > ESP_SDP_SERVER_NAME_MAX in esp_sdp_create_record()89 || strlen(record->hdr.service_name)+1 != record->hdr.service_name_length) { in esp_sdp_create_record()103 arg.creat_record.record = (bluetooth_sdp_record *)record; in esp_sdp_create_record()
36 bluetooth_sdp_record *record; member
80 tBTA_SDP_API_RECORD_USER record; member
157 esp_err_t heap_trace_get(size_t index, heap_trace_record_t *record);
252 esp_err_t esp_sdp_create_record(esp_bluetooth_sdp_record_t *record);
36 …ERR_RST_ENABLE (BLOCK0) Use BLOCK0 to check error record registers …
141 … EFUSE_BLK0, 159, 1, [] Use BLOCK0 to check error record registers {0: "wit…
288 Controls the use of record plaintext padding when
356 variable in the bottom layer to record the usage of advertising buffers of BLE Mesh