Provide BLE API to parse the iBeacon packet and print the message. Leverage the BLE scan_start, scan_stop API to get iBeacon.

Dependents:   BLE_iBeaconScan BLE_iBeaconScan

Use the following API to complete the iBeacon parser:

iBeaconInit() - Use BLE API to initialize the BLE stack

iBeaconStartScan() - Use BLE API to start BLE scan

iBeaconStopScan() - Use BLE API to stop BLE scan

AdvertisementReportCallback - Parse the iBeacon to uuid, major number, minor number, tx power field

History

First Commit, provide the start_scan, stop_scan, parse iBeacon packet API default tip

2015-11-26, by marcusC [Thu, 26 Nov 2015 05:55:06 +0000] rev 0

First Commit, provide the start_scan, stop_scan, parse iBeacon packet API