linux/h*: add Korean translation (#14705)

This commit is contained in:
코드싸이
2024-11-09 13:27:13 +09:00
committed by GitHub
parent 6acaad1270
commit 65635e8a74
17 changed files with 422 additions and 0 deletions

36
pages.ko/linux/hcitool.md Normal file
View File

@@ -0,0 +1,36 @@
# hcitool
> Bluetooth 장치에 연결을 모니터링, 구성하고 특수 명령을 전송합니다.
> 더 많은 정보: <https://manned.org/hcitool>.
- Bluetooth 장치 검색:
`hcitool scan`
- 장치의 이름을 출력하고 MAC 주소 반환:
`hcitool name {{bdaddr}}`
- 원격 Bluetooth 장치 정보 가져오기:
`hcitool info {{bdaddr}}`
- Bluetooth 장치와의 연결 품질 확인:
`hcitool lq {{bdaddr}}`
- 전송 전력 수준 수정:
`hcitool tpl {{bdaddr}} {{0|1}}`
- 연결 정책 표시:
`hcitool lp`
- 특정 장치와 인증 요청:
`hcitool auth {{bdaddr}}`
- 로컬 장치 표시:
`hcitool dev`