Home
last modified time | relevance | path

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

/system/bt/bta/jv/
Dbta_jv_api.cc65 return BTA_JV_FAILURE; in BTA_JvEnable()
294 return BTA_JV_FAILURE; in BTA_JvL2capClose()
426 return BTA_JV_FAILURE; in BTA_JvL2capRead()
429 evt_data.status = BTA_JV_FAILURE; in BTA_JvL2capRead()
456 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvL2capReady()
491 return BTA_JV_FAILURE; in BTA_JvL2capWrite()
542 if (!p_cback) return BTA_JV_FAILURE; /* Nothing to do */ in BTA_JvRfcommConnect()
568 return BTA_JV_FAILURE; in BTA_JvRfcommClose()
596 if (p_cback == NULL) return BTA_JV_FAILURE; /* Nothing to do */ in BTA_JvRfcommStartServer()
672 return BTA_JV_FAILURE; in BTA_JvRfcommWrite()
Dbta_jv_act.cc258 return BTA_JV_FAILURE; in bta_jv_free_rfc_cb()
274 status = BTA_JV_FAILURE; in bta_jv_free_rfc_cb()
299 status = BTA_JV_FAILURE; in bta_jv_free_rfc_cb()
310 status = BTA_JV_FAILURE; in bta_jv_free_rfc_cb()
358 if (GAP_ConnClose(p_cb->handle) != BT_PASS) status = BTA_JV_FAILURE; in bta_jv_free_l2c_cb()
405 tBTA_JV_STATUS status = BTA_JV_FAILURE; in bta_jv_free_set_pm_profile_cb()
749 status = BTA_JV_FAILURE; in bta_jv_start_discovery_cback()
776 tBTA_JV_STATUS status = BTA_JV_FAILURE; in bta_jv_start_discovery()
936 evt_data.status = BTA_JV_FAILURE; in bta_jv_l2cap_connect()
1100 evt_data.status = BTA_JV_FAILURE; in bta_jv_l2cap_start_server()
[all …]
/system/bt/bta/include/
Dbta_jv_api.h38 #define BTA_JV_FAILURE 1 /* Generic failure. */ macro