Other Parts Discussed in Thread: CC2640, CC2650
Regarding CC2640/CC2650 BLE HCI Vendor Specific command HCI_EXT_AdvEventNoticeCmd. As I understand it, this command allows generation of a user event when an advertiser's broadcast event has finished.
1) How many packets does this imply have been transmitted from the start of an advertisement to when the user event is generated? Just 1? Or 3 corresponding to the 3 advertisement frequencies? Or is it an interval based measurement?
2) Does this HCI command work for scanners/listeners as well.. e.g. once a scanner receives an advertisement packet, it generates a user event?
3) If the answer to 2 is no, is it possible to create custom HCI command to do this? Any tips on how this is accomplished? Do custom HCI commands have any limitations to their abilities (e.g. could i potentially create an HCI command to generate a user event via the sync packet like RATGPO1 or the packet received interrupt RX_DONE?)
thanks