Runs an Observer or Advertiser role (timeslot API) with a Connection. Provides a HCI interface to the Observer and Advertiser. Advertiser provides SCAN REQs back to application.
It appears the PDU header byte offsets are all off by one byte (zero index mistake?). The MAC address is only printed in the example and it appears shifted over by one byte with some garbage data so it seems to have slipped by. I discovered the bug while trying to copy the advertisement data only to realize the reported data length was 250 (unsigned integer underflow).
It appears the PDU header byte offsets are all off by one byte (zero index mistake?). The MAC address is only printed in the example and it appears shifted over by one byte with some garbage data so it seems to have slipped by. I discovered the bug while trying to copy the advertisement data only to realize the reported data length was 250 (unsigned integer underflow).