Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/
H A Dsoftbus_adapter_bt_common.c80 static bool g_isBleTurnOn = false; variable
86 status, g_isBleTurnOn, g_isBrTurnOn); in IsRepeatNotify()
92 result = g_isBleTurnOn; in IsRepeatNotify()
93 g_isBleTurnOn = true; in IsRepeatNotify()
100 result = !g_isBleTurnOn; in IsRepeatNotify()
101 g_isBleTurnOn = false; in IsRepeatNotify()
118 status, g_isBleTurnOn, g_isBrTurnOn); in SoftBusOnBtSateChanged()