Remove btstack_is_running
This commit is contained in:
parent
2ef32e4a2e
commit
62f13f6c17
|
@ -157,8 +157,3 @@ void btstack_set_poweron(bool on)
|
|||
btstack_thread = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
bool btstack_is_running(void)
|
||||
{
|
||||
return btstack_thread;
|
||||
}
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
|
||||
bool btstack_try_load(void);
|
||||
void btstack_set_poweron(bool on);
|
||||
bool btstack_is_running(void);
|
||||
|
||||
#ifndef BUILDING_BTDYNAMIC
|
||||
#define BTDIMPORT extern
|
||||
|
|
Loading…
Reference in New Issue