Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_dm_api.cc58 struct BTA_DmClearEventFilter BTA_DmClearEventFilter; variable
196 void BTA_DmClearEventFilter(void) { in BTA_DmClearEventFilter() function
198 test::mock::bta_dm_api::BTA_DmClearEventFilter(); in BTA_DmClearEventFilter()
Dmock_bta_dm_api.h300 struct BTA_DmClearEventFilter { struct
304 extern struct BTA_DmClearEventFilter BTA_DmClearEventFilter; argument
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_api.cc311 void BTA_DmClearEventFilter(void) { in BTA_DmClearEventFilter() function
/packages/modules/Bluetooth/system/bta/include/
Dbta_api.h731 void BTA_DmClearEventFilter(void);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc4179 void btif_dm_clear_event_filter() { BTA_DmClearEventFilter(); } in btif_dm_clear_event_filter()