Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop.c81 static bool g_output = false; variable
273 g_output = true; in BTM_EnableSnoopFileOutput()
284 if (g_output) { in BTM_DisableSnoopFileOutput()
287 g_output = false; in BTM_DisableSnoopFileOutput()
293 if (g_hciLogOuput || (g_output && g_outputPath != NULL)) { in BtmStartSnoopOutput()
316 g_output = false; in BtmCloseSnoop()