命令hciconfig提供有关本地设备的详细信息。如果不带任何参数执行 hciconfig,则输出将显示设备名 (hciX) 等设备信息、物理设备地址(12位数字,形式为00:12:34:56:78)和有关已传送数据量的信息。hciconfig hci0 name显示当您的计算机接收来自远程设备的请求时它返回的名称。除查询本地设备的设置外,hciconfig还可用于修改这些设置。例如,hciconfig hci0 name TEST 将名称设置为TEST。
9 添加sdp协议通道 # sdptool add --channel=1 DID SP DUN LAN FAX OPUSH FTP HS HF SAP NAP GN PANU HID CIP CTP A2SRC A2SNK SYNCML NOKID PCSUITE SR1 说明:后面的参数不一定全部支持,简单起见默认将服务全部打开。
hciattach - attach serial devices via UART HCI to BlueZ stack --------------------------------------------------- hciattach [-n] [-p] [-t timeout] tty type|id speed flow bdaddr
-n Don''t detach from controlling terminal. tty This specifies the serial device to attach. A leading /dev can be omitted. Examples: /dev/ttyS1 ttyS2
type|id The type or id of the Bluetooth device that is to be attached,i.e. vendor or other device specific identifier. Currently supported types are
type description any Unspecified HCI_UART interface, no vendor specific options ericsson Ericsson based modules digi Digianswer based cards xircom Xircom PCMCIA cards:Credit Card Adapter and Real Port Adapter csr CSR Casira serial adapter or BrainBoxes serial dongle(BL642) bboxes BrainBoxes PCMCIA card (BL620) swave Silicon Wave kits bcsp Serial adapters using CSR chips with BCSP serial protocol
Supported IDs are (manufacturer id, product id) 0x0105, 0x080a Xircom PCMCIA cards:Credit Card Adapter and Real Port Adapter 0x0160, 0x0002 BrainBoxes PCMCIA card (BL620)
speed The speed specifies the UART speed to use. Baudrates higher than 115.200bps require vendor specific initializations that are not implemented for all types of devices. In general the following speeds are supported: 9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600
Supported vendor devices are automatically initialised to their respective best settings.