I want to call a static function from another C file. But it always show \"function\" used but never defined.
\"function\" used but never defined
In ble.c
The static function scope is file(i.e. translation unit) where it is defined.