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.c62 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvEnable()
317 return BTA_JV_FAILURE; /* Nothing to do */ in BTA_JvL2capConnectLE()
370 return BTA_JV_FAILURE; /* Nothing to do */ in BTA_JvL2capConnect()
413 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvL2capClose()
478 return BTA_JV_FAILURE; /* Nothing to do */ in BTA_JvL2capStartServer()
529 return BTA_JV_FAILURE; /* Nothing to do */ in BTA_JvL2capStartServerLE()
626 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvL2capRead()
635 evt_data.status = BTA_JV_FAILURE; in BTA_JvL2capRead()
665 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvL2capReady()
697 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvL2capWrite()
[all …]
Dbta_jv_act.c286 return BTA_JV_FAILURE; in bta_jv_free_rfc_cb()
302 status = BTA_JV_FAILURE; in bta_jv_free_rfc_cb()
326 status = BTA_JV_FAILURE; in bta_jv_free_rfc_cb()
339 status = BTA_JV_FAILURE; in bta_jv_free_rfc_cb()
392 status = BTA_JV_FAILURE; in bta_jv_free_l2c_cb()
437 tBTA_JV_STATUS status = BTA_JV_FAILURE; in bta_jv_free_set_pm_profile_cb()
868 status = BTA_JV_FAILURE; in bta_jv_start_discovery_cback()
901 tBTA_JV_STATUS status = BTA_JV_FAILURE; in bta_jv_start_discovery()
1086 evt_data.status = BTA_JV_FAILURE; in bta_jv_l2cap_connect()
1267 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