Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop.c59 #define HCI_LOG_PATH "./hci.log" macro
204 bool exists = BtmIsFileExists(HCI_LOG_PATH); in BtmPrepareSnoopFile()
206 g_outputFile = fopen(HCI_LOG_PATH, "a"); in BtmPrepareSnoopFile()
211 g_outputFile = fopen(HCI_LOG_PATH, "w"); in BtmPrepareSnoopFile()