Searched refs:BTM_SetSnoopFilePath (Results 1 – 3 of 3) sorted by relevance
259 int BTM_SetSnoopFilePath(const char *path, uint16_t length) in BTM_SetSnoopFilePath() function
890 int BTSTACK_API BTM_SetSnoopFilePath(const char *path, uint16_t length);
260 if (BTM_SetSnoopFilePath(outputPath.c_str(), outputPath.length()) != BT_SUCCESS) { in OutputSetting()