Home
last modified time | relevance | path

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

/aosp12/system/bt/test/mock/
H A Dmock_bta_dm_api.cc135 void BTA_EnableTestMode(void) { mock_function_count_map[__func__]++; } in BTA_EnableTestMode() function
/aosp12/system/bt/bta/dm/
H A Dbta_dm_api.cc55 void BTA_EnableTestMode(void) { in BTA_EnableTestMode() function
/aosp12/system/bt/bta/include/
H A Dbta_api.h664 extern void BTA_EnableTestMode(void);
/aosp12/system/bt/btif/src/
H A Dbtif_core.cc365 BTA_EnableTestMode(); in btif_dut_mode_configure()