xref: /dflybsd-src/usr.bin/rfcomm_sppd/rfcomm_sdp.h (revision 86d7f5d305c6adaa56ff4582ece9859d73106103)
186d7f5d3SJohn Marino /* $NetBSD: rfcomm_sdp.h,v 1.1 2006/06/19 15:44:56 gdamore Exp $ */
286d7f5d3SJohn Marino /* $DragonFly: src/usr.bin/rfcomm_sppd/rfcomm_sdp.h,v 1.1 2008/02/08 14:06:25 hasso Exp $ */
386d7f5d3SJohn Marino 
486d7f5d3SJohn Marino /*-
586d7f5d3SJohn Marino  * Copyright (c) 2006 Itronix Inc.
686d7f5d3SJohn Marino  * All rights reserved.
786d7f5d3SJohn Marino  *
886d7f5d3SJohn Marino  * Written by Iain Hibbert for Itronix Inc.
986d7f5d3SJohn Marino  *
1086d7f5d3SJohn Marino  * Redistribution and use in source and binary forms, with or without
1186d7f5d3SJohn Marino  * modification, are permitted provided that the following conditions
1286d7f5d3SJohn Marino  * are met:
1386d7f5d3SJohn Marino  * 1. Redistributions of source code must retain the above copyright
1486d7f5d3SJohn Marino  *    notice, this list of conditions and the following disclaimer.
1586d7f5d3SJohn Marino  * 2. Redistributions in binary form must reproduce the above copyright
1686d7f5d3SJohn Marino  *    notice, this list of conditions and the following disclaimer in the
1786d7f5d3SJohn Marino  *    documentation and/or other materials provided with the distribution.
1886d7f5d3SJohn Marino  * 3. The name of Itronix Inc. may not be used to endorse
1986d7f5d3SJohn Marino  *    or promote products derived from this software without specific
2086d7f5d3SJohn Marino  *    prior written permission.
2186d7f5d3SJohn Marino  *
2286d7f5d3SJohn Marino  * THIS SOFTWARE IS PROVIDED BY ITRONIX INC. ``AS IS'' AND
2386d7f5d3SJohn Marino  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2486d7f5d3SJohn Marino  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2586d7f5d3SJohn Marino  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL ITRONIX INC. BE LIABLE FOR ANY
2686d7f5d3SJohn Marino  * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2786d7f5d3SJohn Marino  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2886d7f5d3SJohn Marino  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
2986d7f5d3SJohn Marino  * ON ANY THEORY OF LIABILITY, WHETHER IN
3086d7f5d3SJohn Marino  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3186d7f5d3SJohn Marino  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3286d7f5d3SJohn Marino  * POSSIBILITY OF SUCH DAMAGE.
3386d7f5d3SJohn Marino  */
3486d7f5d3SJohn Marino 
3586d7f5d3SJohn Marino #ifndef _RFCOMM_SDP_H_
3686d7f5d3SJohn Marino #define _RFCOMM_SDP_H_
3786d7f5d3SJohn Marino 
3886d7f5d3SJohn Marino int rfcomm_channel_lookup(bdaddr_t const *, bdaddr_t const *, int, uint8_t *, int *);
3986d7f5d3SJohn Marino 
4086d7f5d3SJohn Marino #endif	/* _RFCOMM_SDP_H */
41