ScanReq backoff mechanism

Hi nordic:

     As shown in the figure below, I see that the BLE protocol standard mentions the ScanReq backoff mechanism. Does NORDIC implement it?

    

jermi.jin

thanks!!

搜索

复制

Parents
  • Hello jermi.jin,

    I would definitely assume so since this is part of the BT Core specification, and so it is a requirement for all qualified BLE controllers - but I can not seem to find that it is explicitly mentioned in the SoftDevice documentation at the moment. Do you require an explicit confirmation of this?
    The backoff mechanism is something that is be handled by the SoftDevice or SoftDevice Controller for you directly, so it is not something you would have to enable or actively add during your development.

    Best regards,
    Karl

  • Hello Karl :

    I now have many (more than 100) terminal slaves broadcasting at the same time, and several masters scan the information of the slaves, and sometimes the information of some slaves cannot be collected, so I need to know the information:

    How long is the backoff period? How is it achieved? If there are two hosts scanning at the same time, what is the probability of collision? What about 5? If Scanner B receives the ScanResp triggered by A during the backoff period, how does B handle it?
    In addition, I noticed that on the online-power-profiler, the RX time is only 60us. If there is a back-off mechanism, this receiving time is not enough at all. How do you understand it?

Reply
  • Hello Karl :

    I now have many (more than 100) terminal slaves broadcasting at the same time, and several masters scan the information of the slaves, and sometimes the information of some slaves cannot be collected, so I need to know the information:

    How long is the backoff period? How is it achieved? If there are two hosts scanning at the same time, what is the probability of collision? What about 5? If Scanner B receives the ScanResp triggered by A during the backoff period, how does B handle it?
    In addition, I noticed that on the online-power-profiler, the RX time is only 60us. If there is a back-off mechanism, this receiving time is not enough at all. How do you understand it?

Children
Related