mirror of https://github.com/ARMmbed/mbed-os.git
				
				
				
			Merge pull request #9763 from paul-szczepanek-arm/gattserver-fix
BLE: fixed initialisation order in GattServerpull/9774/head
						commit
						4b83fe1103
					
				| 
						 | 
				
			
			@ -196,9 +196,9 @@ protected:
 | 
			
		|||
     * Construct a GattServer instance.
 | 
			
		||||
     */
 | 
			
		||||
    GattServer() :
 | 
			
		||||
        eventHandler(NULL),
 | 
			
		||||
        serviceCount(0),
 | 
			
		||||
        characteristicCount(0),
 | 
			
		||||
        eventHandler(NULL),
 | 
			
		||||
        dataSentCallChain(),
 | 
			
		||||
        dataWrittenCallChain(),
 | 
			
		||||
        dataReadCallChain(),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue