scan ble advertise packages
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
10
firmware/components/ble-manager/include/ble_manager.h
Normal file
10
firmware/components/ble-manager/include/ble_manager.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
void ble_manager_task(void *pvParameter);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user