Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_api.c67 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvEnable()
215 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvGetChannelId()
249 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvFreeChannel()
282 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvStartDiscovery()
314 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvCreateRecordByUser()
342 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvDeleteRecord()
376 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvL2capConnectLE()
431 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvL2capConnect()
477 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvL2capClose()
509 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvL2capCloseLE()
[all …]
Dbta_jv_act.c310 return BTA_JV_FAILURE; in bta_jv_free_rfc_cb()
326 status = BTA_JV_FAILURE; in bta_jv_free_rfc_cb()
350 status = BTA_JV_FAILURE; in bta_jv_free_rfc_cb()
362 status = BTA_JV_FAILURE; in bta_jv_free_rfc_cb()
461 status = BTA_JV_FAILURE; in bta_jv_free_l2c_cb()
508 tBTA_JV_STATUS status = BTA_JV_FAILURE; in bta_jv_free_set_pm_profile_cb()
890 evt_data.status = BTA_JV_FAILURE; in bta_jv_free_scn()
964 status = BTA_JV_FAILURE; in bta_jv_start_discovery_cback()
1004 tBTA_JV_STATUS status = BTA_JV_FAILURE; in bta_jv_start_discovery()
1210 evt_data.status = BTA_JV_FAILURE; in bta_jv_create_record()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_jv_api.h41 #define BTA_JV_FAILURE 1 /* Generic failure. */ macro