fix(lwm2m): export functions for starting and stopping listeners

This commit is contained in:
Shawn 2021-03-22 21:01:41 +08:00
parent b6894ae4c2
commit 817abd7e93
1 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,12 @@
, stop/1
]).
-export([ start_listener/1
, start_listener/3
, stop_listener/1
, stop_listener/2
]).
-define(LOG(Level, Format, Args),
logger:Level("LwM2M: " ++ Format, Args)).