mirror of https://github.com/ARMmbed/mbed-os.git
				
				
				
			Fixes for features/FEATURE_BLE/ble/services/EddystoneConfigService.h
							parent
							
								
									bc2bd89f83
								
							
						
					
					
						commit
						9dae672ac0
					
				| 
						 | 
				
			
			@ -21,6 +21,8 @@
 | 
			
		|||
 | 
			
		||||
#include "ble/BLE.h"
 | 
			
		||||
#include "ble/services/EddystoneService.h"
 | 
			
		||||
#include "Timer.h"
 | 
			
		||||
#include "Ticker.h"
 | 
			
		||||
 | 
			
		||||
#define UUID_URI_BEACON(FIRST, SECOND) {                         \
 | 
			
		||||
        0xee, 0x0c, FIRST, SECOND, 0x87, 0x86, 0x40, 0xba,       \
 | 
			
		||||
| 
						 | 
				
			
			@ -496,8 +498,8 @@ private:
 | 
			
		|||
 | 
			
		||||
    BLEDevice                                  &ble;
 | 
			
		||||
    Params_t                                   ¶ms;
 | 
			
		||||
    Ticker                                     timeSinceBootTick;
 | 
			
		||||
    Timeout                                    switchFrame;
 | 
			
		||||
    mbed::Ticker                               timeSinceBootTick;
 | 
			
		||||
    mbed::Timeout                              switchFrame;
 | 
			
		||||
    // Default value that is restored on reset.
 | 
			
		||||
    PowerLevels_t                              &defaultAdvPowerLevels; // This goes into the advertising frames (radio power measured at 1m from device).
 | 
			
		||||
    PowerLevels_t                              &radioPowerLevels;      // This configures the power levels of the radio.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue