mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
bluetoothctl.md: add Hindi translation (#10970)
This commit is contained in:
parent
961b93be5d
commit
6103bf6bc3
1 changed files with 36 additions and 0 deletions
36
pages.hi/linux/bluetoothctl.md
Normal file
36
pages.hi/linux/bluetoothctl.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# bluetoothctl
|
||||
|
||||
> ब्लूटूथ उपकरणों का प्रबंधन करें।
|
||||
> अधिक जानकारी: <https://bitbucket.org/serkanp/bluetoothctl>.
|
||||
|
||||
- `bluetoothctl` शैल में प्रवेश करें:
|
||||
|
||||
`bluetoothctl`
|
||||
|
||||
- सभी ज्ञात उपकरणों की सूची दिखाएं:
|
||||
|
||||
`bluetoothctl devices`
|
||||
|
||||
- ब्लूटूथ नियंत्रक को चालने या बंद करें:
|
||||
|
||||
`bluetoothctl power {{on|off}}`
|
||||
|
||||
- किसी उपकरण के साथ जोड़ें:
|
||||
|
||||
`bluetoothctl pair {{mac_address}}`
|
||||
|
||||
- किसी उपकरण को हटाएं:
|
||||
|
||||
`bluetoothctl remove {{mac_address}}`
|
||||
|
||||
- एक जुड़े हुए उपकरण से कनेक्ट करें:
|
||||
|
||||
`bluetoothctl connect {{mac_address}}`
|
||||
|
||||
- एक जुड़े हुए उपकरण से डिसकनेक्ट करें:
|
||||
|
||||
`bluetoothctl disconnect {{mac_address}}`
|
||||
|
||||
- मदद दिखाएं:
|
||||
|
||||
`bluetoothctl help`
|
Loading…
Add table
Reference in a new issue