Searched refs:BTA_JV_FAILURE (Results 1 – 3 of 3) sorted by relevance
58 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvEnable()166 return BTA_JV_FAILURE; in BTA_JvGetChannelId()310 if (p_cback == NULL) return BTA_JV_FAILURE; /* Nothing to do */ in BTA_JvL2capConnectLE()362 if (p_cback == NULL) return BTA_JV_FAILURE; /* Nothing to do */ in BTA_JvL2capConnect()404 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvL2capClose()471 if (p_cback == NULL) return BTA_JV_FAILURE; /* Nothing to do */ in BTA_JvL2capStartServer()524 if (p_cback == NULL) return BTA_JV_FAILURE; /* Nothing to do */ in BTA_JvL2capStartServerLE()621 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvL2capRead()628 evt_data.status = BTA_JV_FAILURE; in BTA_JvL2capRead()657 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvL2capReady()[all …]
265 return BTA_JV_FAILURE; in bta_jv_free_rfc_cb()282 status = BTA_JV_FAILURE; in bta_jv_free_rfc_cb()313 status = BTA_JV_FAILURE; in bta_jv_free_rfc_cb()324 status = BTA_JV_FAILURE; in bta_jv_free_rfc_cb()372 if (GAP_ConnClose(p_cb->handle) != BT_PASS) status = BTA_JV_FAILURE; in bta_jv_free_l2c_cb()419 tBTA_JV_STATUS status = BTA_JV_FAILURE; in bta_jv_free_set_pm_profile_cb()833 status = BTA_JV_FAILURE; in bta_jv_start_discovery_cback()868 tBTA_JV_STATUS status = BTA_JV_FAILURE; in bta_jv_start_discovery()1062 evt_data.status = BTA_JV_FAILURE; in bta_jv_l2cap_connect()1241 evt_data.status = BTA_JV_FAILURE; in bta_jv_l2cap_start_server()[all …]
38 #define BTA_JV_FAILURE 1 /* Generic failure. */ macro