Lines Matching refs:proto
241 sdp_list_t *aproto, *proto[2];
264 proto[0] = sdp_list_append(0, &l2cap_uuid);
265 apseq = sdp_list_append(0, proto[0]);
268 proto[1] = sdp_list_append(0, &rfcomm_uuid);
270 proto[1] = sdp_list_append(proto[1], channel);
271 apseq = sdp_list_append(apseq, proto[1]);
279 sdp_list_free(proto[0], 0);
280 sdp_list_free(proto[1], 0);
297 sdp_list_t *aproto, *proto[2];
320 proto[0] = sdp_list_append(0, &l2cap_uuid);
321 apseq = sdp_list_append(0, proto[0]);
324 proto[1] = sdp_list_append(0, &rfcomm_uuid);
326 proto[1] = sdp_list_append(proto[1], channel);
327 apseq = sdp_list_append(apseq, proto[1]);
335 sdp_list_free(proto[0], 0);
336 sdp_list_free(proto[1], 0);
352 sdp_list_t *aproto, *proto[2];
385 proto[0] = sdp_list_append(0, &l2cap_uuid);
386 apseq = sdp_list_append(0, proto[0]);
389 proto[1] = sdp_list_append(0, &rfcomm_uuid);
391 proto[1] = sdp_list_append(proto[1], channel);
392 apseq = sdp_list_append(apseq, proto[1]);
406 sdp_list_free(proto[0], 0);
407 sdp_list_free(proto[1], 0);