Closed GoogleCodeExporter closed 8 years ago
I saw changes on last revision but my problem is not resolved.
The last assert correction in "hci.c" seems ok, it's what I expected. Now the
if condition correspond to the log message.
(// assert packet is complete
if (acl_length + 4 != size){
...)
But my problem is, I still get even_handler messages and my device doesn't go
discoverable.
Original comment by Dimitri....@gmail.com
on 27 Nov 2013 at 9:21
I tryed to compile the SPP Counter example with the last revision. The behavior
is the same.
I get an error on 0x54 HCI event.
Original comment by Dimitri....@gmail.com
on 27 Nov 2013 at 1:27
Hi Dimitri. It might be better to post on the dev list.
Sorry for the HCI packet asserts. I think they are correct now.
if you get "invalid packet type.." then bytes got lost from the UART, which
shouldn't happen. You could try slower UART speeds.
Could you find the last revision that worked for your setup? :)
Original comment by matthias.ringwald@gmail.com
on 27 Nov 2013 at 2:23
HI Dimitri
I just run the SPP Counter example from SVN on the MSPEXP430F5438 without
problems. Could you try a clean checkout or so?
Original comment by matthias.ringwald@gmail.com
on 19 Dec 2013 at 10:29
Original issue reported on code.google.com by
Dimitri....@gmail.com
on 26 Nov 2013 at 1:54