Home
last modified time | relevance | path

Searched refs:g_btStateListenerId (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_bt_monitor.c29 static int32_t g_btStateListenerId = -1; variable
112 g_btStateListenerId = SoftBusAddBtStateListener(&g_btStateListener); in LnnInitBtStateMonitorImpl()
113 if (g_btStateListenerId < 0) { in LnnInitBtStateMonitorImpl()
123 (void)SoftBusRemoveBtStateListener(g_btStateListenerId); in LnnDeinitBtStateMonitorImpl()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/
H A Dsoftbus_broadcast_mgr.c43 static int32_t g_btStateListenerId = -1; variable
202 g_btStateListenerId = ret; in InitBroadcastMgr()
245 if (g_btStateListenerId != -1) { in DeInitBroadcastMgr()
246 ret = SoftBusRemoveBtStateListener(g_btStateListenerId); in DeInitBroadcastMgr()
248 g_btStateListenerId = -1; in DeInitBroadcastMgr()