Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BLE_API mbed nRF51822
Fork of BLE_EvothingsExample_GATT by
AltBeaconService Class Reference
AltBeacon Service. More...
#include <AltBeaconService.h>
Public Member Functions | |
| AltBeaconService (BLEDevice &_ble, uint16_t mfgID, uint8_t beaconID[20], int8_t refRSSI, uint8_t mfgReserved=0x00) | |
Detailed Description
AltBeacon Service.
This service sets up a device to broadcast advertising packets to mimic an AltBeacon
Definition at line 26 of file AltBeaconService.h.
Constructor & Destructor Documentation
| AltBeaconService | ( | BLEDevice & | _ble, |
| uint16_t | mfgID, | ||
| uint8_t | beaconID[20], | ||
| int8_t | refRSSI, | ||
| uint8_t | mfgReserved = 0x00 |
||
| ) |
- Parameters:
-
ref] _ble BLEDevice object for the underlying controller. [in] mfgID The beacon device manufacturer's company identifier code. Usually this will coorespond to the companies BLE SIG assigned number. [in] beaconID A 20-byte value uniquely identifying the beacon. The big endian representation of the beacon identifier. For interoperability purposes, the first 16+ bytes of the beacon identifier should be unique to the advertiser's organizational unit. Any remaining bytes of the beacon identifier may be subdivided as needed for the use case. [in] refRSSI The RSSI of the beacon (as signed value from 0 to -127) as measured 1 meter from the device. Used for micro-location. [in] mfgReserved Used for special manufacturer data. Defaults to 0x00 if not specified.
Definition at line 46 of file AltBeaconService.h.
Generated on Wed Jul 13 2022 01:11:47 by
1.7.2
