Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop.c259 int BTM_SetSnoopFilePath(const char *path, uint16_t length) in BTM_SetSnoopFilePath() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h890 int BTSTACK_API BTM_SetSnoopFilePath(const char *path, uint16_t length);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_manager.cpp260 if (BTM_SetSnoopFilePath(outputPath.c_str(), outputPath.length()) != BT_SUCCESS) { in OutputSetting()