This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Empty Scan Response Handling

Hello All,

I have a basic question about empty scan response operation with the ADV_IND PDU. When I set advertising data as follows:

    err_code = ble_advdata_set(&advdata, NULL);

is the central somehow informed that there is no scan response data so that it has the option of not issuing a scan request, or does the central have to determine this by issuing a scan request and seeing that the scan response data length is 0?

Looking at the standard I did not see a defined way to specify an empty scan response in the 16-bit advertising channel PDU header, but this seems quite possible (unused RxAdd bit for example) and I wanted to make sure I haven't missed something.

Thanks and Regards, Matt

Related