Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_jv_api.h47 typedef UINT8 tBTA_JV_STATUS; typedef
173 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
179 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
187 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
194 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
202 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
210 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
217 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
224 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
231 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_api.c65 tBTA_JV_STATUS BTA_JvEnable(tBTA_JV_DM_CBACK *p_cback) in BTA_JvEnable()
67 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvEnable()
213 tBTA_JV_STATUS BTA_JvGetChannelId(int conn_type, void *user_data, INT32 channel) in BTA_JvGetChannelId()
215 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvGetChannelId()
247 tBTA_JV_STATUS BTA_JvFreeChannel(UINT16 channel, int conn_type, tBTA_JV_RFCOMM_CBACK *p_cback, void… in BTA_JvFreeChannel()
249 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvFreeChannel()
279 tBTA_JV_STATUS BTA_JvStartDiscovery(BD_ADDR bd_addr, UINT16 num_uuid, in BTA_JvStartDiscovery()
282 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvStartDiscovery()
312 tBTA_JV_STATUS BTA_JvCreateRecordByUser(const char *name, UINT32 channel, void *user_data) in BTA_JvCreateRecordByUser()
314 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvCreateRecordByUser()
[all …]
Dbta_jv_act.c110 static tBTA_JV_STATUS bta_jv_free_set_pm_profile_cb(UINT32 jv_handle);
114 tBTA_JV_STATUS bta_jv_set_pm_conn_state(tBTA_JV_PM_CB *p_cb, const tBTA_JV_CONN_STATE new_st);
297 static tBTA_JV_STATUS bta_jv_free_rfc_cb(tBTA_JV_RFC_CB *p_cb, tBTA_JV_PCB *p_pcb, BOOLEAN close_se… in bta_jv_free_rfc_cb()
299 tBTA_JV_STATUS status = BTA_JV_SUCCESS; in bta_jv_free_rfc_cb()
454 tBTA_JV_STATUS bta_jv_free_l2c_cb(tBTA_JV_L2C_CB *p_cb) in bta_jv_free_l2c_cb()
456 tBTA_JV_STATUS status = BTA_JV_SUCCESS; in bta_jv_free_l2c_cb()
506 static tBTA_JV_STATUS bta_jv_free_set_pm_profile_cb(UINT32 jv_handle) in bta_jv_free_set_pm_profile_cb()
508 tBTA_JV_STATUS status = BTA_JV_FAILURE; in bta_jv_free_set_pm_profile_cb()
726 tBTA_JV_STATUS status = BTA_JV_SUCCESS; in bta_jv_enable()
749 tBTA_JV_STATUS evt_data; in bta_jv_disable()
[all …]