Hi guys,
I am starting with bluetooth stuff, so I designed a board with the msp430f5438a and the pan1325 module. The pan1325 module boots well (I know that because the #rts signal sets in low state), I send some H.C.I. commands and I receive the appropiate responses, for example the hci_read_bd_addr, the hci_write_local_name and read it back (hci_read_local_name), the hci_read_oob_data, just for prove how it was working, but when I am going to prove the comunication I didn't succeed, I mean, I send the hci_set_filter_event command to enable inquiry result events from the controller, then I send the hci_inquiry command and I get the command_status event that signals that the command was accepted and the command is being performed, but when finally I receive something is the inquiry_complete event, I didn't get any result event, and I have my cellphone in visible state. I don't think it could be a possible error in the antenna because I didn't do it, it comes with the module itself, so I suppose it is not the problem, so I think that it could be a configuration problem, so I wonder if you guys can help me with that issue.
I have been reading and it seems like we need to download a service pack, but I don't think it is neccesary, those posts are old, and I am already comunicating with the chip, so, Do you know if I am forgetting to send any hci command to enable the comunication or the transmission or something like that,
Thanks,
Daniel