From 6103bf6bc3b5f04847e3de6a3c0035e86df6aed9 Mon Sep 17 00:00:00 2001 From: Onkar Raghunath Shelke <144542684+onkar717@users.noreply.github.com> Date: Sun, 15 Oct 2023 13:27:07 +0530 Subject: [PATCH] bluetoothctl.md: add Hindi translation (#10970) --- pages.hi/linux/bluetoothctl.md | 36 ++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pages.hi/linux/bluetoothctl.md diff --git a/pages.hi/linux/bluetoothctl.md b/pages.hi/linux/bluetoothctl.md new file mode 100644 index 000000000..3326c371a --- /dev/null +++ b/pages.hi/linux/bluetoothctl.md @@ -0,0 +1,36 @@ +# 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`