Home
last modified time | relevance | path

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

/system/bt/bta/mce/
Dbta_mce_api.c62 tBTA_MCE_STATUS status = BTA_MCE_FAILURE; in BTA_MceEnable()
99 tBTA_MCE_STATUS ret = BTA_MCE_FAILURE; in BTA_MceGetRemoteMasInstances()
Dbta_mce_act.c72 evt_data.status = BTA_MCE_FAILURE; in bta_mce_search_cback()
153 tBTA_MCE_STATUS status = BTA_MCE_FAILURE; in bta_mce_get_remote_mas_instances()
/system/bt/bta/include/
Dbta_mce_api.h38 #define BTA_MCE_FAILURE 1 /* Generic failure. */ macro