Hi,
When using BTool as Central/Observer (or for any other Central/Observer solution)
To receive several updated advertisement packets during one scan operation, the the Central/Observer need to call GAP_SetParam(TGAP_FILTER_ADV_REPORTS, False).
Via HCI, this equates to sending the payload: 01 30 FE 03 21 00 00. So in BTool, this can be done by using MISC_GenericCommand in the "Adv. tab" -> "Util" section.
- packetType: Command
- opCode: 0xFE30
- dataLength: 3 (Updates automatically when data has been inserted)
- data: 21:00:00
(This thread/post was created to be searchable)