Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_jv_api.h46 typedef UINT8 tBTA_JV_STATUS; typedef
169 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
175 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
183 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
190 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
198 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
205 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
212 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
219 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
226 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
[all …]
/hal_espressif-3.4.0/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()
208 tBTA_JV_STATUS BTA_JvGetChannelId(int conn_type, void *user_data, INT32 channel) in BTA_JvGetChannelId()
210 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvGetChannelId()
242 tBTA_JV_STATUS BTA_JvFreeChannel(UINT16 channel, int conn_type, tBTA_JV_RFCOMM_CBACK *p_cback, void… in BTA_JvFreeChannel()
244 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvFreeChannel()
274 tBTA_JV_STATUS BTA_JvStartDiscovery(BD_ADDR bd_addr, UINT16 num_uuid, in BTA_JvStartDiscovery()
277 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvStartDiscovery()
307 tBTA_JV_STATUS BTA_JvCreateRecordByUser(const char *name, UINT32 channel, void *user_data) in BTA_JvCreateRecordByUser()
309 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvCreateRecordByUser()
[all …]
Dbta_jv_act.c111 static tBTA_JV_STATUS bta_jv_free_set_pm_profile_cb(UINT32 jv_handle);
115 tBTA_JV_STATUS bta_jv_set_pm_conn_state(tBTA_JV_PM_CB *p_cb, const tBTA_JV_CONN_STATE new_st);
288 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()
290 tBTA_JV_STATUS status = BTA_JV_SUCCESS; in bta_jv_free_rfc_cb()
444 tBTA_JV_STATUS bta_jv_free_l2c_cb(tBTA_JV_L2C_CB *p_cb) in bta_jv_free_l2c_cb()
446 tBTA_JV_STATUS status = BTA_JV_SUCCESS; in bta_jv_free_l2c_cb()
496 static tBTA_JV_STATUS bta_jv_free_set_pm_profile_cb(UINT32 jv_handle) in bta_jv_free_set_pm_profile_cb()
498 tBTA_JV_STATUS status = BTA_JV_FAILURE; in bta_jv_free_set_pm_profile_cb()
712 tBTA_JV_STATUS status = BTA_JV_SUCCESS; in bta_jv_enable()
735 tBTA_JV_STATUS evt_data; in bta_jv_disable()
[all …]