Bluetooth BR/EDR Packet Format
참고자료: https://www.bluetooth.com/specifications/specs/core-specification-5-3/ * 블루투스 패킷의 종류는 "Bluetooth packet type" 참고 * 블루투스 LE 패킷 포맷은 "Bluetooth LE Packet Format" 참고 Bit ordering - Bluetooth는 little-endian을 사용하고, air로 packet을 전송할 때, LSB 부터 전송한다. - "MSB[1, 0, 1, 0]LSB"를 air로 전송하면, LSB에서 MSB 순서로, 0, 1, 0, 1 전송된다. 패킷 전체 구조 BR(Basic Rate) packet - Baseband에서 관리("블루투스 아키텍처 계층" 참고) EDR(Enhanced Data..
2022. 12. 10.