본문 바로가기
블루투스/Baseband

Bluetooth Device Address (BD_ADDR)

by 테크쟁이 2022. 12. 14.
반응형

참고자료: https://www.bluetooth.com/specifications/specs/core-specification-5-3/

 

1. 블루투스 주소의 구성

- 각각 블루투스 디바이스마다 주소가 다르기 때문에, 블루투스 디바이스를 구분할 때 사용된다.

- 48 bit (6 byte)

- 리틀 엔디안(Little Endian)

- Baseband layer에서 관리("블루투스 아키텍처 계층" 참고)

Bluetooth Device Address (BD_ADDR)

LAP Lower Address Part
- 3 byte

Reserved LAP addresses: 0x9E8B00 ~ 0x9E8B3F (64개)
- General Inquiry LAP (GIAC): 0x9E8B33
- Limited Inquiry LAP (LIAC): 0x9E8B00
UAP Upper Address Part
- 1 byte
NAP Non-significant Address Part
- 2 byte

 

2. 윈도우10에서 블루투스 주소 확인 방법

- "장치 관리자" -> 주소를 알고자 하는 블루투스 디바이스에서, 마우스 오른쪽 버튼 클릭하고, "속성" 클릭 -> "자세히" 탭을 선택 -> "속성"을 "Bluetooth 장치 주소"로 변경

- 아래 그림의 블루투스 주소는, LAP(0xBC 0x9A 0x78), UAP(0x56), NAP(0x34 0x12)로 구성되어 있다.

Window 10 Bluetooth Address

 
반응형

'블루투스 > Baseband' 카테고리의 다른 글

Class of Device  (0) 2023.01.07
Bluetooth Baseband Architecture Layer  (0) 2022.12.17
Frequency Hopping Sequence(FHS)  (0) 2022.12.17
Link Supervision Timeout(LSTO)  (0) 2022.12.16
Bluetooth Mode (Active, Sniff, Sniff subrating, Hold)  (0) 2022.12.14