linux/b*: add Korean translation (#14681)

This commit is contained in:
코드싸이
2024-11-08 15:53:25 +09:00
committed by GitHub
parent 53b2ce7e7f
commit 781a19fc2e
39 changed files with 909 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
# bluetoothctl
> 블루투스 장치를 관리합니다.
> 더 많은 정보: <https://bitbucket.org/serkanp/bluetoothctl>.
- `bluetoothctl` 셸에 진입:
`bluetoothctl`
- 모든 알려진 장치 나열:
`bluetoothctl devices`
- 블루투스 컨트롤러를 켜거나 끔:
`bluetoothctl power {{on|off}}`
- 장치와 페어링:
`bluetoothctl pair {{맥_주소}}`
- 장치 제거:
`bluetoothctl remove {{맥_주소}}`
- 페어링된 장치에 연결:
`bluetoothctl connect {{맥_주소}}`
- 페어링된 장치와 연결 해제:
`bluetoothctl disconnect {{맥_주소}}`
- 도움말 표시:
`bluetoothctl help`