Searched refs:BTA_JV_FAILURE (Results 1 – 3 of 3) sorted by relevance
65 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()
258 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()407 tBTA_JV_STATUS status = BTA_JV_FAILURE; in bta_jv_free_set_pm_profile_cb()751 status = BTA_JV_FAILURE; in bta_jv_start_discovery_cback()778 tBTA_JV_STATUS status = BTA_JV_FAILURE; in bta_jv_start_discovery()938 evt_data.status = BTA_JV_FAILURE; in bta_jv_l2cap_connect()1102 evt_data.status = BTA_JV_FAILURE; in bta_jv_l2cap_start_server()[all …]
38 #define BTA_JV_FAILURE 1 /* Generic failure. */ macro