mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
hcitool: add page (#6311)
This commit is contained in:
parent
3e4c519004
commit
d27d2eff5a
1 changed files with 36 additions and 0 deletions
36
pages/linux/hcitool.md
Normal file
36
pages/linux/hcitool.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# hcitool
|
||||
|
||||
> Monitor, configure connections, and send special commands to Bluetooth devices.
|
||||
> More information: <https://manned.org/hcitool>.
|
||||
|
||||
- Scan for Bluetooth devices:
|
||||
|
||||
`hcitool scan`
|
||||
|
||||
- Output the name of a device, returning its MAC address:
|
||||
|
||||
`hcitool name {{bdaddr}}`
|
||||
|
||||
- Fetch information about a remote Bluetooth device:
|
||||
|
||||
`hcitool info {{bdaddr}}`
|
||||
|
||||
- Check the link quality to a Bluetooth device:
|
||||
|
||||
`hcitool lq {{bdaddr}}`
|
||||
|
||||
- Modify the transmit power level:
|
||||
|
||||
`hcitool tpl {{bdaddr}} {{0|1}}`
|
||||
|
||||
- Display the link policy:
|
||||
|
||||
`hcitool lp`
|
||||
|
||||
- Request authentication with a specific device:
|
||||
|
||||
`hcitool auth {{bdaddr}}`
|
||||
|
||||
- Display local devices:
|
||||
|
||||
`hcitool dev`
|
Loading…
Add table
Reference in a new issue