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_iBeacon by
Revision 43:b5dc3241fc91, committed 2014-09-02
- Comitter:
- rgrover1
- Date:
- Tue Sep 02 16:09:59 2014 +0000
- Parent:
- 42:bb46ad5c24dd
- Child:
- 44:71ff94cd9c1d
- Commit message:
- updating underlying libraries.
Changed in this revision
--- a/BLE_API.lib Tue Aug 12 08:28:45 2014 +0000 +++ b/BLE_API.lib Tue Sep 02 16:09:59 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/teams/Bluetooth-Low-Energy/code/BLE_API/#189ff241dae1 +http://mbed.org/teams/Bluetooth-Low-Energy/code/BLE_API/#ca826083980e
--- a/main.cpp Tue Aug 12 08:28:45 2014 +0000
+++ b/main.cpp Tue Sep 02 16:09:59 2014 +0000
@@ -45,14 +45,14 @@
* Tx Power = C8
*/
const uint8_t beaconPayload[] = {
- 0x4C, 0x00, // Company identifier code (0x004C == Apple)
- 0x02, // ID
- 0x15, // length of the remaining payload
- 0xE2, 0x0A, 0x39, 0xF4, 0x73, 0xF5, 0x4B, 0xC4, // location UUID
+ 0x4C, 0x00,
+ 0x02,
+ 0x15,
+ 0xE2, 0x0A, 0x39, 0xF4, 0x73, 0xF5, 0x4B, 0xC4,
0xA1, 0x2F, 0x17, 0xD1, 0xAD, 0x07, 0xA9, 0x61,
- 0x00, 0x00, // the major value to differentiate a location
- 0x00, 0x00, // the minor value to differentiate a location
- 0xC8 // 2's complement of the Tx power (-56dB)
+ 0x00, 0x00,
+ 0x00, 0x00,
+ 0xC8
};
int main(void)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed-src.lib Tue Sep 02 16:09:59 2014 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed-src/#1f0269907d8b
--- a/mbed.bld Tue Aug 12 08:28:45 2014 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/6213f644d804 \ No newline at end of file
--- a/nRF51822.lib Tue Aug 12 08:28:45 2014 +0000 +++ b/nRF51822.lib Tue Sep 02 16:09:59 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/teams/Nordic-Semiconductor/code/nRF51822/#1e5c300cec7f +http://mbed.org/teams/Nordic-Semiconductor/code/nRF51822/#e861f2041469
