반응형 블루투스/L2CAP3 L2CAP segmentation 참고자료: https://www.bluetooth.com/specifications/specs/core-specification-5-3/ * 전체적인 L2CAP segmentation과 HCI fragmentation은 "L2CAP segmentation과 HCI fragmentation" 참고 2023. 3. 12. L2CAP Packet format (L2CAP PDU) 참고자료: https://www.bluetooth.com/specifications/specs/core-specification-5-3/ * Bluetooth 전체 packet 내용은 "Bluetooth Packet Format" 참고 L2CAP PDU - L2CAP에서 관리("블루투스 아키텍처 계층" 참고) - Information payload를 제외한 L2CAP PDU는 little endian을 사용한다 - Information payload는 프로토콜의 specific에 따라 endian이 결정된다 - CID 값이 없거나 RFU 값이면, 수신측에서 해당 PDU를 무시한다 - PDU Length: Basic L2CAP header를 제외한 L2CAP PDU의 octet 길이이다 - L2CAP PD.. 2023. 1. 25. L2CAP(Logical Link Control and Adaptation Layer Protocol) 참고자료: https://www.bluetooth.com/specifications/specs/core-specification-5-3/ * Bluetooth 전체 Architecture Layer는 "블루투스 아키텍처 계층" 참고 * Channel, Link, Transport 개념은 "Bluetooth Channel, Transport, Link" 참고 1. L2CAP 개요 - Upper layer의 Protocol Multiplexer 담당 - SAR(Segmentation and reassembly) 담당 - SDU(Service Data Units): Upper layer의 data packet을 64 Kbyte까지 수신 가능 - CID(Channel Identifier)를 사용하여 Baseba.. 2022. 12. 18. 이전 1 다음 반응형