bluetoothctl: add page (#3590)
This commit is contained in:

committed by
Agniva De Sarker

parent
e9967dfdec
commit
a002465004
27
pages/linux/bluetoothctl.md
Normal file
27
pages/linux/bluetoothctl.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# bluetoothctl
|
||||
|
||||
> Handling bluetooth devices from the shell.
|
||||
|
||||
- Enter the bluetoothctl shell:
|
||||
|
||||
`bluetoothctl`
|
||||
|
||||
- List devices:
|
||||
|
||||
`bluetoothctl -- devices`
|
||||
|
||||
- Pair a device:
|
||||
|
||||
`bluetoothctl -- pair {{mac_address}}`
|
||||
|
||||
- Remove a device:
|
||||
|
||||
`bluetoothctl -- remove {{mac_address}}`
|
||||
|
||||
- Connect a paired device:
|
||||
|
||||
`bluetoothctl -- connect {{mac_address}}`
|
||||
|
||||
- Disconnect a paired device:
|
||||
|
||||
`bluetoothctl -- disconnect {{mac_address}}`
|
Reference in New Issue
Block a user