Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop.c271 int BTM_EnableSnoopFileOutput(bool filter) in BTM_EnableSnoopFileOutput() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h897 int BTSTACK_API BTM_EnableSnoopFileOutput(bool filter);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_manager.cpp265 if (BTM_EnableSnoopFileOutput(desensitization) != BT_SUCCESS) { in OutputSetting()