Searched refs:num_proto_elements (Results 1 – 1 of 1) sorted by relevance
1079 int num_proto_elements = with_obex ? 3 : 2; in create_base_record() local1081 memset(proto_list, 0, num_proto_elements * sizeof(tSDP_PROTOCOL_ELEM)); in create_base_record()1095 if (!SDP_AddProtocolList(sdp_handle, num_proto_elements, proto_list)){ in create_base_record()