Lines Matching refs:sdp_handle
129 uint32_t sdp_handle) { in bta_ag_add_record() argument
153 SDP_AddProtocolList(sdp_handle, BTA_AG_NUM_PROTO_ELEMS, proto_elem_list); in bta_ag_add_record()
158 result &= SDP_AddServiceClassIdList(sdp_handle, BTA_AG_NUM_SVC_ELEMS, in bta_ag_add_record()
169 result &= SDP_AddProfileDescriptorList(sdp_handle, profile_uuid, version); in bta_ag_add_record()
174 sdp_handle, ATTR_ID_SERVICE_NAME, TEXT_STR_DESC_TYPE, in bta_ag_add_record()
181 result &= SDP_AddAttribute(sdp_handle, ATTR_ID_DATA_STORES_OR_NETWORK, in bta_ag_add_record()
192 result &= SDP_AddAttribute(sdp_handle, ATTR_ID_SUPPORTED_FEATURES, in bta_ag_add_record()
197 result &= SDP_AddUuidSequence(sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, 1, in bta_ag_add_record()
222 if (bta_ag_cb.profile[i].sdp_handle == 0) { in bta_ag_create_records()
223 bta_ag_cb.profile[i].sdp_handle = SDP_CreateRecord(); in bta_ag_create_records()
227 bta_ag_cb.profile[i].sdp_handle); in bta_ag_create_records()
269 if (bta_ag_cb.profile[i].sdp_handle != 0) { in bta_ag_del_records()
270 SDP_DeleteRecord(bta_ag_cb.profile[i].sdp_handle); in bta_ag_del_records()
271 bta_ag_cb.profile[i].sdp_handle = 0; in bta_ag_del_records()