Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/jv/
Dbta_jv_api.c67 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvEnable()
210 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvGetChannelId()
244 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvFreeChannel()
277 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvStartDiscovery()
309 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvCreateRecordByUser()
337 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvDeleteRecord()
371 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvL2capConnectLE()
426 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvL2capConnect()
472 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvL2capClose()
502 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvL2capCloseLE()
[all …]
Dbta_jv_act.c302 return BTA_JV_FAILURE; in bta_jv_free_rfc_cb()
318 status = BTA_JV_FAILURE; in bta_jv_free_rfc_cb()
342 status = BTA_JV_FAILURE; in bta_jv_free_rfc_cb()
354 status = BTA_JV_FAILURE; in bta_jv_free_rfc_cb()
451 status = BTA_JV_FAILURE; in bta_jv_free_l2c_cb()
498 tBTA_JV_STATUS status = BTA_JV_FAILURE; in bta_jv_free_set_pm_profile_cb()
886 evt_data.status = BTA_JV_FAILURE; in bta_jv_free_scn()
945 status = BTA_JV_FAILURE; in bta_jv_start_discovery_cback()
985 tBTA_JV_STATUS status = BTA_JV_FAILURE; in bta_jv_start_discovery()
1162 evt_data.status = BTA_JV_FAILURE; in bta_jv_create_record()
[all …]
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_jv_api.h41 #define BTA_JV_FAILURE 1 /* Generic failure. */ macro