/freebsd/lib/libbluetooth/ |
H A D | Makefile | 3 PACKAGE= bluetooth 5 CONFSDIR= /etc/bluetooth 7 LIB= bluetooth 8 MAN= bluetooth.3 15 SRCS= bluetooth.c dev.c hci.c 16 INCS= bluetooth.h 18 MLINKS+= bluetooth.3 bt_gethostbyname.3 19 MLINKS+= bluetooth.3 bt_gethostbyaddr.3 20 MLINKS+= bluetooth.3 bt_gethostent.3 21 MLINKS+= bluetooth.3 bt_sethostent.3 [all …]
|
H A D | bluetooth.3 | 25 .\" $Id: bluetooth.3,v 1.5 2003/05/20 23:04:30 max Exp $ 65 .Nd Bluetooth routines 150 structure describing a Bluetooth host 168 (i.e., not a Bluetooth BD_ADDR in human readable 177 .Pa /etc/bluetooth/hosts 183 .Pa /etc/bluetooth/hosts 195 .Pa /etc/bluetooth/hosts 205 structure describing a Bluetooth Protocol Service Multiplexor referenced 214 Bluetooth Protocol Service Multiplexor name. 219 should have numeric value of the desired Bluetooth Protocol Service Multiplexor. [all …]
|
/freebsd/share/man/man5/ |
H A D | bluetooth.device.conf.5 | 29 .Nm bluetooth.device.conf 30 .Nd Bluetooth device configuration file 32 Bluetooth device configuration framework provides ability to adjust certain 33 Bluetooth device parameters on per-device basis. 35 Bluetooth device configuration files are plain text files that should conform 39 Even though Bluetooth device are not exactly shell scripts, 43 This makes it possible to use various shell tricks in the Bluetooth device 47 .Pa /etc/rc.d/bluetooth 48 script is used to start and stop Bluetooth devices. 52 in response to Bluetooth device arrival and departure events. [all …]
|
H A D | bluetooth.hosts.5 | 25 .\" $Id: bluetooth.hosts.5,v 1.5 2003/05/20 22:52:39 max Exp $ 31 .Nm bluetooth.hosts 32 .Nd Bluetooth host name database 35 .Pa /etc/bluetooth/hosts 36 file contains information regarding the known Bluetooth hosts. 37 For each Bluetooth host a single line should be present with the 40 Bluetooth address 51 Bluetooth addresses are specified as six hex bytes separated by columns 56 .Bl -tag -width ".Pa /etc/bluetooth/hosts" -compact 57 .It Pa /etc/bluetooth/hosts [all …]
|
H A D | bluetooth.protocols.5 | 25 .\" $Id: bluetooth.protocols.5,v 1.1 2003/05/20 22:52:39 max Exp $ 31 .Nm bluetooth.protocols 32 .Nd Bluetooth Protocol Service Multiplexor database 35 .Pa /etc/bluetooth/protocols 36 file contains information regarding the known Bluetooth Protocol Service 38 For each Bluetooth Protocol Service Multiplexor a single line should be 52 Bluetooth Protocol Service Multiplexor names may contain any printable 55 .Bl -tag -width ".Pa /etc/bluetooth/hosts" -compact 56 .It Pa /etc/bluetooth/protocols 59 .Xr bluetooth 3
|
/freebsd/share/man/man4/ |
H A D | ng_bluetooth.4 | 32 .Nd placeholder for global Bluetooth variables 39 module is a placeholder for global Bluetooth variables. 40 All Bluetooth variables can be examined and changed via 42 .Ss Bluetooth Variables 44 Each Bluetooth module might add its own variables to the tree. 46 .It Va net.bluetooth.version 48 Bluetooth stack. 49 .It Va net.bluetooth.hci.command_timeout 56 event from a Bluetooth device. 57 .It Va net.bluetooth.hci.connection_timeout [all …]
|
H A D | ng_hci.4 | 32 .Nd Netgraph node type that is also a Bluetooth Host Controller Interface 40 node type is a Netgraph node type that implements Bluetooth Host Controller 41 Interface (HCI) layer as per chapter H1 of the Bluetooth Specification Book 43 .Sh INTRODUCTION TO BLUETOOTH 44 Bluetooth is a short-range radio link intended to replace the cable(s) 46 Bluetooth operates in the unlicensed ISM band at 2.4 GHz. 47 The Bluetooth protocol uses a 49 Bluetooth can support an 59 The Bluetooth system provides a point-to-point connection (only two 60 Bluetooth units involved), or a point-to-multipoint connection. [all …]
|
H A D | ng_ubt.4 | 32 .Nd Netgraph node type that is also a driver for Bluetooth USB devices 40 Bluetooth USB devices. 41 It implements a Bluetooth USB transport layer 42 as per chapter H2 of the Bluetooth Specification Book v1.1. 59 driver supports all Bluetooth USB devices that conform with 60 the Bluetooth specification v1.1, including: 70 Mitsumi Bluetooth USB adapter 74 TDK Bluetooth USB adapter 76 Broadcom Bluetooth USB adapter
|
H A D | ng_btsocket.4 | 32 .Nd Bluetooth sockets layer 61 The Bluetooth raw HCI socket address is defined as follows: 63 /* Bluetooth version of struct sockaddr for raw HCI sockets */ 117 .Va net.bluetooth.hci.sockets.raw.ioctl_timeout 150 The Bluetooth L2CAP socket address is defined as follows: 152 /* Bluetooth version of struct sockaddr for L2CAP sockets */ 202 .Va net.bluetooth.l2cap.sockets.raw.ioctl_timeout 236 the address associated with the Bluetooth device through which packets are 267 The Bluetooth RFCOMM socket address is defined as follows: 269 /* Bluetooth version of struct sockaddr for RFCOMM sockets */ [all …]
|
/freebsd/sys/netgraph/bluetooth/socket/ |
H A D | ng_btsocket.c | 54 #include <netgraph/bluetooth/include/ng_bluetooth.h> 55 #include <netgraph/bluetooth/include/ng_hci.h> 56 #include <netgraph/bluetooth/include/ng_l2cap.h> 57 #include <netgraph/bluetooth/include/ng_btsocket.h> 58 #include <netgraph/bluetooth/include/ng_btsocket_hci_raw.h> 59 #include <netgraph/bluetooth/include/ng_btsocket_l2cap.h> 60 #include <netgraph/bluetooth/include/ng_btsocket_rfcomm.h> 61 #include <netgraph/bluetooth/include/ng_btsocket_sco.h> 66 * Definitions of protocols supported in the BLUETOOTH domain 69 /* Bluetooth raw HCI sockets */ [all …]
|
/freebsd/usr.bin/bluetooth/bthost/ |
H A D | bthost.1 | 32 .Nd look up Bluetooth host names and Protocol Service Multiplexor values 40 utility looks for information about Bluetooth hosts and 43 .Pa /etc/bluetooth/hosts 45 .Pa /etc/bluetooth/protocols 48 In host mode, it simply converts between the host names and Bluetooth addresses. 49 The argument can be either a host name or a Bluetooth address. 50 The program first attempts to interpret it as a Bluetooth address. 52 A Bluetooth address consists of six hex bytes separated by a colon, 103 .Bl -tag -width ".Pa /etc/bluetooth/hosts" -compact 104 .It Pa /etc/bluetooth/hosts [all …]
|
/freebsd/usr.sbin/bluetooth/bluetooth-config/ |
H A D | bluetooth-config.8 | 29 .Nm bluetooth-config 30 .Nd a script to manage config files for the bluetooth sub system 39 utility is an interactive script to provide a frontend to the complex bluetooth sub system daemons. 44 Scan for a specific bluetooth device address. 52 will help finding and setting up bluetooth controllers, scan for nearby bluetooth devices in 54 .Pa /etc/bluetooth/hosts , 65 .Bl -tag -width ".Pa /etc/bluetooth/hosts" -compact 66 .It Pa /etc/bluetooth/hosts 74 This will scan the bluetooth controller ubt0hci for a bluetooth device with the address 87 This will scan all bluetooth controllers on the systems for bluetooth devices, prompting
|
/freebsd/sys/contrib/device-tree/Bindings/net/bluetooth/ |
H A D | brcm,bcm4377-bluetooth.yaml | 4 $id: http://devicetree.org/schemas/net/bluetooth/brcm,bcm4377-bluetooth.yaml# 7 title: Broadcom BCM4377 family PCIe Bluetooth Chips 13 This binding describes Broadcom BCM4377 family PCIe-attached bluetooth chips 18 - $ref: bluetooth-controller.yaml# 32 description: Board type of the Bluetooth chip. This is used to decouple 33 the overall system board from the Bluetooth module and used to construct 41 description: A per-device calibration blob for the Bluetooth radio. This 44 This blob is used if the chip stepping of the Bluetooth module does not 49 description: A per-device calibration blob for the Bluetooth radio. This 52 This blob is used if the chip stepping of the Bluetooth module supports [all …]
|
H A D | mediatek,mt7921s-bluetooth.yaml | 4 $id: http://devicetree.org/schemas/net/bluetooth/mediatek,mt7921s-bluetooth.yaml# 7 title: MediaTek MT7921S Bluetooth 13 MT7921S is an SDIO-attached dual-radio WiFi+Bluetooth Combo chip; each 16 This binding only covers the Bluetooth SDIO function, with one device 20 - $ref: bluetooth-controller.yaml# 25 - mediatek,mt7921s-bluetooth 33 An active-low reset line for the Bluetooth core; on typical M.2 50 bluetooth@2 { 51 compatible = "mediatek,mt7921s-bluetooth";
|
H A D | nokia,h4p-bluetooth.txt | 1 Nokia Bluetooth Chips 4 Nokia phones often come with UART connected bluetooth chips from different 7 Bluetooth standard. In addition to the H4 protocol it specifies two more 13 - compatible: should contain "nokia,h4p-bluetooth" as well as one of the following: 15 * "ti,wl1271-bluetooth-nokia" 17 - bluetooth-wakeup-gpios: GPIO specifier, used to wakeup the BT module (active high) 41 bluetooth { 42 compatible = "ti,wl1271-bluetooth-nokia", "nokia,h4p-bluetooth"; 46 bluetooth-wakeup-gpios = <&gpio2 5 GPIO_ACTIVE_HIGH>; /* gpio37 */
|
H A D | mediatek,mt7622-bluetooth.yaml | 4 $id: http://devicetree.org/schemas/net/bluetooth/mediatek,mt7622-bluetooth.yaml# 7 title: MediaTek SoC built-in Bluetooth 18 - $ref: bluetooth-controller.yaml# 22 const: mediatek,mt7622-bluetooth 45 bluetooth { 46 compatible = "mediatek,mt7622-bluetooth";
|
H A D | ti,bluetooth.yaml | 4 $id: http://devicetree.org/schemas/net/bluetooth/ti,bluetooth.yaml# 7 title: Texas Instruments Bluetooth Chips 14 attached TI Bluetooth devices. The following chips are included in this 17 * TI CC256x Bluetooth devices 20 TI WiLink devices have a UART interface for providing Bluetooth, FM radio, 87 bluetooth {
|
/freebsd/sys/netgraph/bluetooth/drivers/ubt/ |
H A D | ng_ubt_rtl.c | 34 * Attempt to initialize FreeBSD bluetooth stack while Realtek 87XX/88XX USB 57 #include <netgraph/bluetooth/include/ng_bluetooth.h> 58 #include <netgraph/bluetooth/include/ng_hci.h> 59 #include <netgraph/bluetooth/include/ng_ubt.h> 60 #include <netgraph/bluetooth/drivers/ubt/ng_ubt_var.h> 65 * List of supported bluetooth devices. If you add a new device PID here ensure 71 /* Generic Realtek Bluetooth class devices */ 77 /* Realtek 8821CE Bluetooth devices */ 80 /* Realtek 8822CE Bluetooth devices */ 84 /* Realtek 8822CU Bluetooth devices */ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | nokia-bluetooth.txt | 1 Nokia Bluetooth Chips 4 Nokia phones often come with UART connected bluetooth chips from different 7 Bluetooth standard. In addition to the H4 protocol it specifies two more 13 - compatible: should contain "nokia,h4p-bluetooth" as well as one of the following: 15 * "ti,wl1271-bluetooth-nokia" 17 - bluetooth-wakeup-gpios: GPIO specifier, used to wakeup the BT module (active high) 41 bluetooth { 42 compatible = "ti,wl1271-bluetooth-nokia", "nokia,h4p-bluetooth"; 46 bluetooth-wakeup-gpios = <&gpio2 5 GPIO_ACTIVE_HIGH>; /* gpio37 */
|
/freebsd/usr.sbin/bluetooth/btpand/ |
H A D | btpand.8 | 31 .Nd Bluetooth PAN daemon 50 daemon handles Bluetooth Personal Area Networking services 63 remote Bluetooth devices using the Bluetooth Network Encapsulation 113 of the Bluetooth radio. 169 When providing networking services, the Bluetooth PAN profile says that the 171 property of the bluetooth controller SHALL include Networking capability 183 .Bl -tag -width "Pa /etc/bluetooth/hosts" -compact 185 .It Pa /etc/bluetooth/hosts 207 .Xr bluetooth 3 , 218 .Qq Bluetooth Network Encapsulation Protocol [all …]
|
/freebsd/usr.sbin/bluetooth/bthidd/ |
H A D | bthidd.8 | 32 .Nd Bluetooth HID daemon 46 daemon handles remote Bluetooth HID devices. 63 .Pa /etc/bluetooth/bthidd.conf . 80 daemon will periodically scan for newly configured Bluetooth HID devices or 83 Bluetooth HID devices and will attempt to establish an outgoing connection. 102 .Pa /etc/bluetooth/bthidd.conf 105 .Bl -tag -width ".Pa /etc/bluetooth/bthidd.conf" -compact 106 .It Pa /etc/bluetooth/bthidd.conf 117 Any Bluetooth HID device that has 125 Bluetooth HID device,
|
/freebsd/usr.sbin/bluetooth/bthidcontrol/ |
H A D | bthidcontrol.8 | 32 .Nd Bluetooth HID control utility 45 utility can be used to query remote Bluetooth HID devices, dump HID descriptors 46 in human readable form and perform simple manipulations on the Bluetooth HID 61 Specify path to the Bluetooth HID daemon configuration file. 63 .Pa /etc/bluetooth/bthidd.conf . 65 Specify path to the Bluetooth HID daemon known HIDs file. 92 .Bl -tag -width ".Pa /etc/bluetooth/bthidd.conf" -compact 93 .It Pa /etc/bluetooth/bthidd.conf
|
/freebsd/usr.sbin/bluetooth/rtlbtfw/ |
H A D | rtlbtfw.conf | 2 # Download Realtek 87XX/88XX bluetooth adaptor firmware 5 # Generic Realtek vendor Bluetooth devices 19 # Realtek 8821CE Bluetooth devices 29 # Realtek 8822CE Bluetooth devices 39 # Realtek 8822CU Bluetooth devices 49 # Realtek 8852AE Bluetooth devices 83 # Realtek 8852CE Bluetooth devices 117 # Realtek 8852BE Bluetooth devices 143 # Realtek 8723AE Bluetooth devices 161 # Realtek 8723BE Bluetooth devices [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/ |
H A D | meson-gxl-s905x-khadas-vim.dts | 200 "Bluetooth PCM DOUT", "Bluetooth PCM DIN", 201 "Bluetooth PCM SYNC", "Bluetooth PCM CLK", 202 "Bluetooth UART TX", "Bluetooth UART RX", 203 "Bluetooth UART CTS", "Bluetooth UART RTS", 204 "WIFI 32K", "Bluetooth Enable", 205 "Bluetooth WAKE HOST",
|
/freebsd/usr.sbin/bluetooth/sdpd/ |
H A D | sdpd.8 | 32 .Nd Bluetooth Service Discovery Protocol daemon 42 daemon keeps track of the Bluetooth services registered on the host 43 and responds to Service Discovery inquiries from the remote Bluetooth devices. 45 In order to use any service remote Bluetooth device need to send Service 47 Bluetooth L2CAP connection on SDP PSM (0x0001). 55 Bluetooth applications, running on the host, register services with 115 In case of multiple Bluetooth devices connected to the same host it is 118 to which Bluetooth device.
|