Lines Matching refs:profile
159 /* add profile descriptor list */
227 if (bta_ag_cb.profile[i].sdp_handle == 0)
229 bta_ag_cb.profile[i].sdp_handle = SDP_CreateRecord();
230 bta_ag_cb.profile[i].scn = BTM_AllocateSCN();
232 bta_ag_cb.profile[i].scn, p_data->api_register.features,
233 bta_ag_cb.profile[i].sdp_handle);
282 if (bta_ag_cb.profile[i].sdp_handle != 0)
284 SDP_DeleteRecord(bta_ag_cb.profile[i].sdp_handle);
285 bta_ag_cb.profile[i].sdp_handle = 0;
287 BTM_FreeSCN(bta_ag_cb.profile[i].scn);
360 /* get profile version (if failure, version parameter is not updated) */