BCSP(4) BSD Kernel Interfaces Manual BCSP(4)NAME
bcsp -- BlueCore Serial Protocol driver
SYNOPSIS
pseudo-device bcsp
DESCRIPTION
The bcsp driver provides a tty(4) line discipline to send and receive BlueCore Serial Protocol packets over a serial line, as described in
the "BlueCore Serial Protocol (BCSP)" specification.
Moreover, the bcsp supports BCSP Link Establishment Protocol, as described in the "BCSP Link Establishment Protocol" specification.
The btattach(8) program is used to configure the tty line and create the bcsp driver instance.
SEE ALSO bluetooth(4), btuart(4), btattach(8)HISTORY
The bcsp device appeared in NetBSD 5.0.
AUTHORS
KIYOHARA Takashi <kiyohara@kk.iij4u.or.jp>
BUGS
bcsp does not support configuration for baud rate yet.
BSD August 23, 2009 BSD
Check Out this Related Man Page
BTHUB(4) BSD Kernel Interfaces Manual BTHUB(4)NAME
bthub -- Bluetooth Remote Device Hub
SYNOPSIS
bthub* at bcsp?
bthub* at bt3c?
bthub* at btbc?
bthub* at btuart?
bthub* at sbt?
bthub* at ubt?
bthidev* at bthub?
btmagic* at bthub?
btsco* at bthub?
DESCRIPTION
The bthub device is used to attach remote Bluetooth devices to the system, and will attach to Bluetooth controllers as they are enabled.
CONFIGURATION
Normally, Bluetooth Remote Devices will be configured on the bthub using the btdevctl(8) program, which passes a proplib(3) dictionary to the
control file /dev/bthub with the BTDEV_ATTACH and BTDEV_DETACH ioctl(2) commands.
The following properties are used by bthub:
local-bdaddr Local BD_ADDR. This required property should be a six byte data blob.
remote-bdaddr
Remote BD_ADDR. This required property should be a six byte data blob.
service-name Service name. This required property should be a string indicating the service to configure, and may be one of the following:
HF Handsfree, see btsco(4).
HID Human Interface Device, see bthidev(4).
HSET Headset, see btsco(4).
Properties used by the configured device are listed in the appropriate device manual page.
FILES
/dev/bthub
SEE ALSO bluetooth(4), bthidev(4), btmagic(4), btsco(4), btdevctl(8)HISTORY
The bthub driver was written by Iain Hibbert under the sponsorship of Itronix, Inc. and first appeared in NetBSD 4.0.
BSD October 17, 2010 BSD
Can anyone help with my string editing problem?
I need write a ksh script to extract a sub-string from a longer string. The sub-string will start wih the characters SPC and end with the ) character but I don't know in advance where in the main string these characters will appear or how long the... (4 Replies)
Hi,
I have a file having some thousand records with the following sort of lines:
Error: Failed to get order data
Order: PO-BBBTGZE
Error: No CLI
Error: Failed to get order data
Order: PO-SBDJUZA
Order: PO-XBBIDEN
Error: No CLI
Error: Failed to get order data
Order: PO-BBDJUTQ
Order:... (2 Replies)
I have a file -> testfile
title title title title
---- ---- ---- ----
vimal thoma 100 approved
vimal yes 2 allowed
I want to change this file as
title ,title ,title ,title
---- ... (7 Replies)
Hi ,
I want to write a simple script.
I have two files
file1:
BCSpeciality
Backend
CB
CBAPQualDisp
CBCimsVFTRCK
CBDSNQualDisp
CBDefault
CBDisney
CBFaxMCGen
CBMCGeneral
CBMCQualDisp
file2:
CSpeciality
Backend (8 Replies)
Hi All,
In the output of TOP command in my unix system, i monitored that some process has utilization more than 100% even some process has 4000% utilisation.
Please help me understand how it is possible to show more than 100% utilization.
Please see the screenshot below:... (2 Replies)
I have a very large csv file that I sort by the data that is in the second column. But what I need to do next is split the file in groups of say around 30,000 lines but don't split the data while there is still like data in the in the second column.
Here is some of the data.
... (2 Replies)
Hello again guru’s (big apologies for wall of text)
Still working on that DNS updater for my production team and while there is a ton of hit in searches i can't seem to find the answer to this.
Context:
We have apps that switch from let’s say host1 to host2. REAL basic DNS clustering... (5 Replies)