Home | History | Annotate | Download | only in sap

Lines Matching refs:proto

194 	sdp_list_t *apseq, *aproto, *profiles, *proto[2], *root, *svclass_id;
224 proto[0] = sdp_list_append(NULL, &l2cap);
225 apseq = sdp_list_append(NULL, proto[0]);
228 proto[1] = sdp_list_append(NULL, &rfcomm);
230 proto[1] = sdp_list_append(proto[1], ch);
231 apseq = sdp_list_append(apseq, proto[1]);
240 sdp_list_free(proto[0], NULL);
241 sdp_list_free(proto[1], NULL);