Deleted Added
full compact
bluetooth.3 (211397) bluetooth.3 (233648)
1.\" Copyright (c) 2003-2009 Maksim Yevmenkin <m_evmenkin@yahoo.com>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 9 unchanged lines hidden (view full) ---

18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $Id: bluetooth.3,v 1.5 2003/05/20 23:04:30 max Exp $
1.\" Copyright (c) 2003-2009 Maksim Yevmenkin <m_evmenkin@yahoo.com>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 9 unchanged lines hidden (view full) ---

18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $Id: bluetooth.3,v 1.5 2003/05/20 23:04:30 max Exp $
26.\" $FreeBSD: head/lib/libbluetooth/bluetooth.3 211397 2010-08-16 15:18:30Z joel $
26.\" $FreeBSD: head/lib/libbluetooth/bluetooth.3 233648 2012-03-29 05:02:12Z eadler $
27.\"
28.Dd April 9, 2009
29.Dt BLUETOOTH 3
30.Os
31.Sh NAME
32.Nm bt_gethostbyname ,
33.Nm bt_gethostbyaddr ,
34.Nm bt_gethostent ,

--- 471 unchanged lines hidden (view full) ---

506.Fa s
507and place it into the
508.Fa old
509parameter (if provided).
510The function returns 0 on success, or -1 if an error occurred.
511.Pp
512The
513.Fn bt_devfilter_pkt_set ,
27.\"
28.Dd April 9, 2009
29.Dt BLUETOOTH 3
30.Os
31.Sh NAME
32.Nm bt_gethostbyname ,
33.Nm bt_gethostbyaddr ,
34.Nm bt_gethostent ,

--- 471 unchanged lines hidden (view full) ---

506.Fa s
507and place it into the
508.Fa old
509parameter (if provided).
510The function returns 0 on success, or -1 if an error occurred.
511.Pp
512The
513.Fn bt_devfilter_pkt_set ,
514.Fn bt_devfilter_pkt_clr
514.Fn bt_devfilter_pkt_clr
515and
516.Fn bt_devfilter_pkt_tst
517functions can be used to modify and test the
518.Dv HCI
519filter
520.Fa filter .
521The
522.Fa type
523parameter specifies
524.Dv HCI
525packet type.
526.Pp
527The
528.Fn bt_devfilter_evt_set ,
515and
516.Fn bt_devfilter_pkt_tst
517functions can be used to modify and test the
518.Dv HCI
519filter
520.Fa filter .
521The
522.Fa type
523parameter specifies
524.Dv HCI
525packet type.
526.Pp
527The
528.Fn bt_devfilter_evt_set ,
529.Fn bt_devfilter_evt_clr
529.Fn bt_devfilter_evt_clr
530and
531.Fn bt_devfilter_evt_tst
532functions can be used to modify and test the
533.Dv HCI
534event filter
535.Fa filter .
536The
537.Fa event

--- 189 unchanged lines hidden ---
530and
531.Fn bt_devfilter_evt_tst
532functions can be used to modify and test the
533.Dv HCI
534event filter
535.Fa filter .
536The
537.Fa event

--- 189 unchanged lines hidden ---