Lines Matching refs:proto
1915 sdp_list_t *svclass, *root, *proto;
1927 proto = sdp_list_append(NULL, sdp_list_append(NULL, &l2cap_uuid));
1930 proto = sdp_list_append(proto, sdp_list_append(
1934 sdp_set_access_protos(record, sdp_list_append(NULL, proto));
2018 sdp_list_t *aproto, *proto[2];
2045 proto[0] = sdp_list_append(0, &l2cap_uuid);
2046 apseq = sdp_list_append(0, proto[0]);
2049 proto[1] = sdp_list_append(0, &rfcomm_uuid);
2051 proto[1] = sdp_list_append(proto[1], channel);
2052 apseq = sdp_list_append(apseq, proto[1]);
2063 sdp_list_free(proto[0], 0);
2064 sdp_list_free(proto[1], 0);
2077 sdp_list_t *aproto, *proto[2];
2108 proto[0] = sdp_list_append(0, &l2cap_uuid);
2109 apseq = sdp_list_append(0, proto[0]);
2112 proto[1] = sdp_list_append(0, &rfcomm_uuid);
2114 proto[1] = sdp_list_append(proto[1], channel);
2115 apseq = sdp_list_append(apseq, proto[1]);
2131 sdp_list_free(proto[0], 0);
2132 sdp_list_free(proto[1], 0);
2146 sdp_list_t *aproto, *proto[3];
2172 proto[0] = sdp_list_append(0, &l2cap_uuid);
2173 apseq = sdp_list_append(0, proto[0]);
2176 proto[1] = sdp_list_append(0, &rfcomm_uuid);
2178 proto[1] = sdp_list_append(proto[1], channel);
2179 apseq = sdp_list_append(apseq, proto[1]);
2182 proto[2] = sdp_list_append(0, &obex_uuid);
2183 apseq = sdp_list_append(apseq, proto[2]);
2197 sdp_list_free(proto[0], 0);
2198 sdp_list_free(proto[1], 0);
2199 sdp_list_free(proto[2], 0);
2213 sdp_list_t *aproto, *proto[3];
2245 proto[0] = sdp_list_append(0, &l2cap_uuid);
2246 apseq = sdp_list_append(0, proto[0]);
2249 proto[1] = sdp_list_append(0, &rfcomm_uuid);
2251 proto[1] = sdp_list_append(proto[1], channel);
2252 apseq = sdp_list_append(apseq, proto[1]);
2255 proto[2] = sdp_list_append(0, &obex_uuid);
2256 apseq = sdp_list_append(apseq, proto[2]);
2274 sdp_list_free(proto[0], 0);
2275 sdp_list_free(proto[1], 0);
2276 sdp_list_free(proto[2], 0);