Hi,
I am new on Bluetooth development, and now I am trying to develop SPP application using CC2564 (without development board).
I connect CC2564 serial interface directly to computer and I execute HCI command until it discoverable, then I try to connect my android phone, but, I stuck until HCI ACL command :
1. 02 01 20 0a 00 06 00 01 00 0a 01 02 00 02 00
04 08 04 00 01 00 01
2. 02 01 20 0c 00 08 00 01 00 02 02 04 00 01 00 41 00
3. 02 01 20 0c 00 08 00 01 00 02 03 04 00 03 00 40 00
I have read Core_V4.0 bluetooth specification, I can understand HCI command and event, but, I can't understand HCI ACL packet that start with 02.
Can anyone explain me how to understand above HCI ACL packet, byte per byte explanation will be better?.
Thank you,
Imam