Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/include/
Dbta_jv_api.h42 typedef UINT8 tBTA_JV_STATUS; typedef
183 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
190 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
197 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
220 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
226 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
233 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
240 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
247 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
256 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
[all …]
/external/bluetooth/bluedroid/bta/jv/
Dbta_jv_api.c60 tBTA_JV_STATUS BTA_JvEnable(tBTA_JV_DM_CBACK *p_cback) in BTA_JvEnable()
62 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvEnable()
145 tBTA_JV_STATUS BTA_JvSetDiscoverability(tBTA_JV_DISC disc_mode) in BTA_JvSetDiscoverability()
147 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvSetDiscoverability()
190 tBTA_JV_STATUS BTA_JvGetLocalDeviceAddr(void) in BTA_JvGetLocalDeviceAddr()
192 tBTA_JV_STATUS ret = BTA_JV_FAILURE; in BTA_JvGetLocalDeviceAddr()
218 tBTA_JV_STATUS BTA_JvGetLocalDeviceName(void) in BTA_JvGetLocalDeviceName()
220 tBTA_JV_STATUS ret = BTA_JV_FAILURE; in BTA_JvGetLocalDeviceName()
246 tBTA_JV_STATUS BTA_JvGetRemoteDeviceName(BD_ADDR bd_addr) in BTA_JvGetRemoteDeviceName()
248 tBTA_JV_STATUS ret = BTA_JV_FAILURE; in BTA_JvGetRemoteDeviceName()
[all …]
Dbta_jv_act.c64 static tBTA_JV_STATUS bta_jv_free_set_pm_profile_cb(UINT32 jv_handle);
68 tBTA_JV_STATUS bta_jv_set_pm_conn_state(tBTA_JV_PM_CB *p_cb, const tBTA_JV_CONN_STATE
276 static tBTA_JV_STATUS bta_jv_free_rfc_cb(tBTA_JV_RFC_CB *p_cb, tBTA_JV_PCB *p_pcb) in bta_jv_free_rfc_cb()
278 tBTA_JV_STATUS status = BTA_JV_SUCCESS; in bta_jv_free_rfc_cb()
380 tBTA_JV_STATUS bta_jv_free_l2c_cb(tBTA_JV_L2C_CB *p_cb) in bta_jv_free_l2c_cb()
384 tBTA_JV_STATUS status = BTA_JV_SUCCESS; in bta_jv_free_l2c_cb()
448 static tBTA_JV_STATUS bta_jv_free_set_pm_profile_cb(UINT32 jv_handle) in bta_jv_free_set_pm_profile_cb()
450 tBTA_JV_STATUS status = BTA_JV_FAILURE; in bta_jv_free_set_pm_profile_cb()
741 tBTA_JV_STATUS status = BTA_JV_SUCCESS; in bta_jv_enable()
1049 tBTA_JV_STATUS status; in bta_jv_start_discovery_cback()
[all …]