1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 00:42:08 +02:00
tldr/pages.hi/linux/bluetoothctl.md
K.B.Dharun Krishna 5c26174aa9
pages/*: update links and more info link script (#11390)
* pages/*: update links and more info link script

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* cleanup: reformat code

* ax-webapp: fix link

* curl: fix false positive

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-06 23:14:12 +05:30

36 lines
1 KiB
Markdown

# 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`