Ranging CS data from multiple connections

deleted

Parents Reply Children
  • Based on your logs, it seems like you haven't enabled debug logs. 

    CONFIG_BT_RAS_RREQ_LOG_LEVEL_DBG=y

    CONFIG_BT_RAS_RRSP_LOG_LEVEL_DBG=y

    This may help you debug your code

    Briefly looking at your code. The sample there is intended for a single link. Extending it to make it work with multiple ACLs is non-trivial and would take a bit more work than what you have done there, every connection needs to be managed separately, probably with separate semaphores/queues for the local steps.

    The controller connected to multiple devices will produce steps for each connection, and the ranging counters are not shared between these. The ranging data from different connections cannot be mixed either. 

    Not really understand your comments in the code. I don't speak Dutch. 

  • Hi,

    Is it possible to get some concrete code as examples on how to do it?

    Also, i am wondering if the parallel connections would work better than sequential connections?

    I am really struggling now with this code, since i don't know everything on how it should work...

    Kind regards,

    Nick De Leenheer

  • NickDeLeenheer said:
    Is it possible to get some concrete code as examples on how to do it?

    Unfortunately, there is no such code as you required. 

    NickDeLeenheer said:
    i am wondering if the parallel connections would work better than sequential connections?

    We haven't tested that. 

    NickDeLeenheer said:
    I am really struggling now with this code, since i don't know everything on how it should work...

    I see you created a similar case # 345569 and mentioned in this thread that you got a working code.

    Since I will start vacation next week, I will not reply to this case during the period. If you need urgent support, please create a new support case. 

Related