HomeSort by relevance Sort by last modified time
    Searched refs:tBTA_JV_STATUS (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/bta/include/
bta_jv_api.h 42 typedef UINT8 tBTA_JV_STATUS;
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/
bta_jv_api.c 59 tBTA_JV_STATUS BTA_JvEnable(tBTA_JV_DM_CBACK *p_cback)
61 tBTA_JV_STATUS status = BTA_JV_FAILURE;
146 tBTA_JV_STATUS BTA_JvSetDiscoverability(tBTA_JV_DISC disc_mode)
148 tBTA_JV_STATUS status = BTA_JV_FAILURE;
191 tBTA_JV_STATUS BTA_JvGetLocalDeviceAddr(void)
193 tBTA_JV_STATUS ret = BTA_JV_FAILURE;
219 tBTA_JV_STATUS BTA_JvGetLocalDeviceName(void)
221 tBTA_JV_STATUS ret = BTA_JV_FAILURE;
247 tBTA_JV_STATUS BTA_JvGetRemoteDeviceName(BD_ADDR bd_addr)
249 tBTA_JV_STATUS ret = BTA_JV_FAILURE
    [all...]
bta_jv_act.c 64 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)
278 tBTA_JV_STATUS status = BTA_JV_SUCCESS;
379 tBTA_JV_STATUS bta_jv_free_l2c_cb(tBTA_JV_L2C_CB *p_cb)
382 tBTA_JV_STATUS status = BTA_JV_SUCCESS;
446 static tBTA_JV_STATUS bta_jv_free_set_pm_profile_cb(UINT32 jv_handle)
448 tBTA_JV_STATUS status = BTA_JV_FAILURE;
718 tBTA_JV_STATUS status = BTA_JV_SUCCESS;
1011 tBTA_JV_STATUS status
    [all...]

Completed in 145 milliseconds