Home | History | Annotate | Download | only in src

Lines Matching refs:record

66  * attribute of the service record of the SDP server
81 * The service database state is an attribute of the service record
120 * The SDP server must present its own service record to
122 * discovery clients. This method constructs a service record
137 /* Force the record to be SDP_SERVER_RECORD_HANDLE */
185 sdp_record_t *record = sdp_record_alloc();
187 info("Adding device id record for %04x:%04x", vendor, product);
191 record->handle = sdp_next_handle();
193 sdp_record_add(BDADDR_ANY, record);
194 sdp_data = sdp_data_alloc(SDP_UINT32, &record->handle);
195 sdp_attr_add(record, SDP_ATTR_RECORD_HANDLE, sdp_data);
199 sdp_set_service_classes(record, class_list);
204 sdp_set_browse_groups(record, group_list);
210 sdp_set_profile_descs(record, profile_list);
214 sdp_attr_add(record, 0x0200, spec_data);
217 sdp_attr_add(record, 0x0201, vendor_data);
220 sdp_attr_add(record, 0x0202, product_data);
223 sdp_attr_add(record, 0x0203, version_data);
226 sdp_attr_add(record, 0x0204, primary_data);
229 sdp_attr_add(record, 0x0205, source_data);
248 DBG("Adding record with handle 0x%05x", rec->handle);
268 DBG("Record pattern UUID %s", uuid);
280 DBG("Removing record with handle 0x%05x", handle);
397 * Add the newly created service record to the service repository
427 /* extract_pdu_server will add the record handle
429 * the record adding to avoid duplication. */
443 * ensure that the record belongs to the ROOT group */
466 * Update a service record
508 * Remove a registered service record
517 /* extract service record handle */
528 SDPDBG("Could not find record : 0x%x", handle);