Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

btsockstat(1) [freebsd man page]

BTSOCKSTAT(1)						    BSD General Commands Manual 					     BTSOCKSTAT(1)

NAME
btsockstat -- show Bluetooth sockets information SYNOPSIS
btsockstat [-nrh] [-M core] [-p protocol] DESCRIPTION
The btsockstat utility symbolically displays the contents of various Bluetooth sockets related data structures. There are few output for- mats, depending on the options for the information presented. The btsockstat utility will print results to the standard output and error messages to the standard error. The options are as follows: -h Display usage message and exit. -M core Extract values associated with the name list from the specified core instead of the default /dev/kmem. -n Show Bluetooth addresses as numbers. Normally, btsockstat attempts to resolve Bluetooth addresses, and display them symbolically. -p protocol Display a list of active sockets (protocol control blocks) for each specified protocol. Supported protocols are: hci_raw, l2cap_raw, l2cap, rfcomm and rfcomm_s. -r Display a list of active routing entries (if any) for specified protocol. EXIT STATUS
The btsockstat utility exits 0 on success, and >0 if an error occurs. SEE ALSO
ng_btsocket(4) AUTHORS
Maksim Yevmenkin <m_evmenkin@yahoo.com> BUGS
Most likely. Please report if found. BSD
October 12, 2003 BSD

Check Out this Related Man Page

L2CONTROL(8)						    BSD System Manager's Manual 					      L2CONTROL(8)

NAME
l2control -- L2CAP configuration utility SYNOPSIS
l2control [-hn] -a local command [parameters ...] DESCRIPTION
The l2control utility connects to the local device with the specified BD_ADDR or name and attempts to send the specified command. The l2control utility will print results to the standard output and error messages to the standard error output. The options are as follows: -a local Connect to the local device with the specified BD_ADDR or name. Example: -a 00:01:02:03:04:05 or -a bt_device. -h Display usage message and exit. -n Show Bluetooth addresses as numbers. Normally l2control attempts to resolve Bluetooth addresses, and display them symbolically. command One of the supported commands (see below). The special command help can be used to obtain a list of all supported commands. To get more information about a specific command use help command. parameters One or more optional space separated command parameters. COMMANDS
The currently supported node commands in l2control are: Read_Node_Flags Read_Debug_Level Write_Debug_Level Read_Connection_List Read_Channel_List Read_Auto_Disconnect_Timeout Write_Auto_Disconnect_Timeout EXIT STATUS
The l2control utility exits 0 on success, and >0 if an error occurs. SEE ALSO
netgraph(3), netgraph(4), ng_l2cap(4), l2ping(8) AUTHORS
Maksim Yevmenkin <emax@FreeBSD.org> BSD
April 9, 2011 BSD
Man Page