update const device_name to use CONFIG_BARBACK_ID
This commit is contained in:
		
							parent
							
								
									c9f5de05c2
								
							
						
					
					
						commit
						365a91ad0d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -23,7 +23,7 @@ | ||||||
| #define CONFIG_CACO_MAX_SERVICES (10) | #define CONFIG_CACO_MAX_SERVICES (10) | ||||||
| #define CACO_BLE_ADV_PERIOD      (4000) | #define CACO_BLE_ADV_PERIOD      (4000) | ||||||
| 
 | 
 | ||||||
| static const char *device_name = "Barback"; | static const char *device_name = CONFIG_BARBACK_ID; | ||||||
| 
 | 
 | ||||||
| static uint8_t blehr_addr_type; | static uint8_t blehr_addr_type; | ||||||
| static uint8_t callback_handler_count = 0; | static uint8_t callback_handler_count = 0; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue