|
NAMEbtpand —
Bluetooth PAN daemon
SYNOPSIS
DESCRIPTIONThebtpand daemon handles Bluetooth Personal Area
Networking services in the system. It can operate in client mode as a Personal
Area Networking User (PANU) or in server mode as Network Access Point (NAP),
Group ad-hoc Network (GN) or PANU host. btpand
connects to the system via a
tap(4)
virtual Ethernet device and forwards Ethernet packets to remote Bluetooth
devices using the Bluetooth Network Encapsulation Protocol (BNEP).
The PANU client is the device that uses either the NAP or GN service, or can talk directly to a PANU host in a crossover cable fashion. A GN host forwards Ethernet packets to each of the connected PAN users as needed but does not provide access to any additional networks. The NAP service provides some of the features of an Ethernet bridge, with the NAP host forwarding Ethernet packets between each of the connected PAN users, and a different network media. Note, the only differences between NAP and GN services as
implemented by The options are as follows:
When providing networking services, the Bluetooth PAN profile says that the ‘Class of Device’ property of the bluetooth controller SHALL include Networking capability (set bit 0x020000). See hccontrol(8) for details. After FILES
EXIT STATUSThebtpand utility exits 0 on success,
and >0 if an error occurs.
EXAMPLESifconfig tap1 create btpand -a host -d mydevice -s NAP -i
tap1 dhclient tap1 Will create a connection to the NAP on host, and link that to the tap1 interface. btpand -d mydevice -s GN Will create a Group Network and register the GN service with the local SDP server. SEE ALSObluetooth(3), bridge(4), tap(4), dhclient(8), hccontrol(8), ifconfig(8), sdpd(8)The “Personal Area Networking Profile” and “Bluetooth Network Encapsulation Protocol” specifications are available at http://www.bluetooth.com/ AUTHORSIain HibbertBUGSThere is no way to supply alternative values for the SDP record.There is no way to set net type or multicast address filters.
As
Visit the GSP FreeBSD Man Page Interface. |