Home | History | Annotate | Download | only in ag

Lines Matching refs:sdp_handle

131                           tBTA_AG_FEAT features, UINT32 sdp_handle)
153 result &= SDP_AddProtocolList(sdp_handle, BTA_AG_NUM_PROTO_ELEMS, proto_elem_list);
158 result &= SDP_AddServiceClassIdList(sdp_handle, BTA_AG_NUM_SVC_ELEMS, svc_class_id_list);
171 result &= SDP_AddProfileDescriptorList(sdp_handle, profile_uuid, version);
176 result &= SDP_AddAttribute(sdp_handle, ATTR_ID_SERVICE_NAME, TEXT_STR_DESC_TYPE,
184 result &= SDP_AddAttribute(sdp_handle, ATTR_ID_DATA_STORES_OR_NETWORK,
197 result &= SDP_AddAttribute(sdp_handle, ATTR_ID_SUPPORTED_FEATURES, UINT_DESC_TYPE, 2, buf);
201 result &= SDP_AddUuidSequence(sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, 1, browse_list);
228 if (bta_ag_cb.profile[i].sdp_handle == 0)
230 bta_ag_cb.profile[i].sdp_handle = SDP_CreateRecord();
234 bta_ag_cb.profile[i].sdp_handle);
284 if (bta_ag_cb.profile[i].sdp_handle != 0)
286 SDP_DeleteRecord(bta_ag_cb.profile[i].sdp_handle);
287 bta_ag_cb.profile[i].sdp_handle = 0;