Home
last modified time | relevance | path

Searched refs:BTA_JV_SUCCESS (Results 1 – 5 of 5) sorted by relevance

/system/bt/bta/jv/
Dbta_jv_api.cc79 return BTA_JV_SUCCESS; in BTA_JvEnable()
165 return BTA_JV_SUCCESS; in BTA_JvFreeChannel()
192 return BTA_JV_SUCCESS; in BTA_JvStartDiscovery()
211 return BTA_JV_SUCCESS; in BTA_JvCreateRecordByUser()
228 return BTA_JV_SUCCESS; in BTA_JvDeleteRecord()
298 return BTA_JV_SUCCESS; in BTA_JvL2capClose()
316 return BTA_JV_SUCCESS; in BTA_JvL2capCloseLE()
387 return BTA_JV_SUCCESS; in BTA_JvL2capStopServer()
406 return BTA_JV_SUCCESS; in BTA_JvL2capStopServerLE()
437 evt_data.status = BTA_JV_SUCCESS; in BTA_JvL2capRead()
[all …]
Dbta_jv_act.cc254 tBTA_JV_STATUS status = BTA_JV_SUCCESS; in bta_jv_free_rfc_cb()
267 if (p_cb->curr_sess <= 0) return BTA_JV_SUCCESS; in bta_jv_free_rfc_cb()
304 if (BTA_JV_SUCCESS == status) { in bta_jv_free_rfc_cb()
356 tBTA_JV_STATUS status = BTA_JV_SUCCESS; in bta_jv_free_l2c_cb()
464 status = BTA_JV_SUCCESS; in bta_jv_free_set_pm_profile_cb()
598 tBTA_JV_STATUS status = BTA_JV_SUCCESS; in bta_jv_enable()
761 status = BTA_JV_SUCCESS; in bta_jv_start_discovery_cback()
826 evt_data.status = BTA_JV_SUCCESS; in bta_jv_create_record()
861 evt_data.l2c_open.status = BTA_JV_SUCCESS; in bta_jv_l2cap_client_cback()
949 evt_data.status = BTA_JV_SUCCESS; in bta_jv_l2cap_connect()
[all …]
/system/bt/btif/src/
Dbtif_sock_rfc.cc357 if (ret != BTA_JV_SUCCESS) { in btsock_rfc_connect()
472 if (p_init->status == BTA_JV_SUCCESS) { in on_cl_rfc_init()
485 if (p_start->status == BTA_JV_SUCCESS) { in on_srv_rfc_listen_started()
520 if (p_open->status != BTA_JV_SUCCESS) { in on_cli_rfc_connect()
546 if (p->status != BTA_JV_SUCCESS) { in on_rfc_write_done()
702 if (p_data->disc_comp.status == BTA_JV_SUCCESS && p_data->disc_comp.scn) { in jv_dm_cback()
708 rfcomm_cback, slot->id) == BTA_JV_SUCCESS) { in jv_dm_cback()
Dbtif_sock_l2cap.cc388 if (p_start->status != BTA_JV_SUCCESS) { in on_srv_l2cap_listen_started()
417 if (p_init->status != BTA_JV_SUCCESS) { in on_cl_l2cap_init()
566 if (sock->fixed_chan && le_open->status == BTA_JV_SUCCESS) { in on_l2cap_connect()
571 } else if (!sock->fixed_chan && psm_open->status == BTA_JV_SUCCESS) { in on_l2cap_connect()
662 if (BTA_JvL2capReady(sock->handle, &count) == BTA_JV_SUCCESS) { in on_l2cap_data_ind()
665 BTA_JV_SUCCESS) { in on_l2cap_data_ind()
/system/bt/bta/include/
Dbta_jv_api.h37 #define BTA_JV_SUCCESS 0 /* Successful operation. */ macro