captaingz2github / btstack

Automatically exported from code.google.com/p/btstack
0 stars 0 forks source link

After a successfully SDP query completes, the next one fails #412

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start an sdp query from a bt client (using sdp_client_query_services 
command, for example).
2. When the SDP_QUERY_COMPLETE event arrives, start another query.
3. Most of the times (not always), the query will fail with error 0x81 
(SDP_QUERY_INCOMPLETE). It seems that the request is not even sent.

I'm not sure what is causing the problem, but if I add a short sleep between 
the queries, or try again - it works.

Original issue reported on code.google.com by kob...@mce-sys.com on 6 Aug 2014 at 2:32

GoogleCodeExporter commented 9 years ago
hi. would you have a hci_dunp.pklg for such a case at hand and could post it 
here (or send by mail) please?

Original comment by matthias.ringwald@gmail.com on 8 Aug 2014 at 8:56

GoogleCodeExporter commented 9 years ago
SDP Query is now sent after closing L2CAPP connection. SVN Rev. 2744

Original comment by mila@ringwald.ch on 21 Aug 2014 at 11:53