요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
What: /sys/class/bluetooth/hci<index>/reset
2
Date: 14-Jan-2025
3
KernelVersion: 6.13
4
Contact: [email protected]
5
Description: This write-only attribute allows users to trigger the vendor reset
6
method on the Bluetooth device when arbitrary data is written.
7
The reset may or may not be done through the device transport
8
(e.g., UART/USB), and can also be done through an out-of-band
9
approach such as GPIO.
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
Bluetooth vendor reset
1-9| 항목 | 값 |
|---|---|
| What | /sys/class/bluetooth/hci<index>/reset |
| Date | 2025년 1월 14일 |
| KernelVersion | 6.13 |
| Contact | [email protected] |
| access | write-only |
임의 data를 쓰면 Bluetooth device에서 vendor reset method를 시작한다. Reset은 UART·USB 같은 device transport를 통해 수행될 수도 있고, GPIO 같은 out-of-band 방식으로 수행될 수도 있다.
Vendor reset trigger
sysfs-class-bluetooth:1-9Write-only reset은 UART·USB transport를 통하거나 GPIO 같은 별도 경로로 수행될 수 있습니다.