Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bthidcontrol(8) [freebsd man page]

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

NAME
bthidcontrol -- Bluetooth HID control utility SYNOPSIS
bthidcontrol -h bthidcontrol [-a BD_ADDR] [-c file] [-H file] [-v] command DESCRIPTION
The bthidcontrol utility can be used to query remote Bluetooth HID devices, dump HID descriptors in human readable form and perform simple manipulations on the Bluetooth HID daemon configuration files. The bthidcontrol utility will print results to the standard output and error messages to the standard error. The options are as follows: -a BD_ADDR Specify BD_ADDR for the HID device. Example: -a 00:01:02:03:04:05. -c file Specify path to the Bluetooth HID daemon configuration file. The default path is /etc/bluetooth/bthidd.conf. -H file Specify path to the Bluetooth HID daemon known HIDs file. The default path is /var/db/bthidd.hids. -h Display usage message and exit. -v Be verbose and show items that are being used for padding. command One of the supported commands (see below). Special command help can be used to obtain the list of all supported commands. To get more information about specific command use help command. COMMANDS
The currently supported node commands in bthidcontrol are: Query Dump Known Forget FILES
/etc/bluetooth/bthidd.conf /var/db/bthidd.hids EXIT STATUS
The bthidcontrol utility exits 0 on success, and >0 if an error occurs. SEE ALSO
bthidd(8) AUTHORS
Maksim Yevmenkin <m_evmenkin@yahoo.com> BSD
October 30, 2006 BSD

Check Out this Related Man Page

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

NAME
sdpcontrol -- Bluetooth Service Discovery Protocol query utility SYNOPSIS
sdpcontrol -h sdpcontrol -a address command [parameters ...] sdpcontrol -l [-c path] command [parameters ...] DESCRIPTION
The sdpcontrol utility attempts to query the specified Service Discovery Protocol (SDP) server. Remote SDP servers are identified by their address. Connection to the local SDP server is made via the control socket. The sdpcontrol utility uses Service Search Attribute Requests and prints results to standard output and error messages to standard error. The options are as follows: -a address Connect to the remote device with the specified address. The address can be specified as BD_ADDR or a name. If a name was speci- fied, the sdpcontrol utility attempts to resolve the name via bt_gethostbyname(3). -c path Specify path to the control socket. The default path is /var/run/sdp. -h Display usage message and exit. -l Query the local SDP server via the control socket. 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 sdpcontrol are: Browse Search EXIT STATUS
The sdpcontrol utility exits 0 on success, and >0 if an error occurs. SEE ALSO
bluetooth(3), sdp(3) AUTHORS
Maksim Yevmenkin <m_evmenkin@yahoo.com> CAVEATS
The sdpcontrol utility only implements client side functionality. The sdpcontrol utility only requests the following attributes from the SDP server: 1. Service Record Handle 2. Service Class ID List 3. Protocol Descriptor List 4. Bluetooth Profile Descriptor List BSD
February 7, 2015 BSD
Man Page

4 More Discussions You Might Find Interesting

1. Ubuntu

Toshiba Laptop Won't Run Bluetooth with Ubuntu

I am running Ubuntu 8.1 on a Toshiba Satellite P105-S9337 with built-in Bluetooth hardware. I cannot get the Bluetooth hardware to work with my Microsoft Bluetooth mouse. I have installed the tosh software with no luck. Does anyone have an idea as to what to try. I have several kernel mods... (0 Replies)
Discussion started by: tjloeb
0 Replies

2. UNIX for Advanced & Expert Users

Implementation of ls - i command

It is possible for me to obtain the Inode of the path name using ls -i <pathname> command Can anyone tell me how its implemented... (3 Replies)
Discussion started by: ganapathy.psgit
3 Replies

3. Red Hat

Find command to exclude a specific path

Hi Folks, I want to run the below command and to exclude the specific path like /var/test/support/... . How to achieve using the below command find / -type f \( –perm –4000 –o –perm –2000 \) –print -Siva Please do not use FONT tags inside CODE tags. And, there is usually no reason to... (2 Replies)
Discussion started by: gsiva
2 Replies

4. Linux

Bluetooth

I have a bluetooth device, and when i search for a device it doesnt show anything,i have downloaded bluman blueberry bluedevil bluez but nothng worked,im using linux mint 18.2. (2 Replies)
Discussion started by: Lee win
2 Replies