Searched refs:BTA_JV_SUCCESS (Results 1 – 5 of 5) sorted by relevance
79 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 …]
252 tBTA_JV_STATUS status = BTA_JV_SUCCESS; in bta_jv_free_rfc_cb()265 if (p_cb->curr_sess <= 0) return BTA_JV_SUCCESS; in bta_jv_free_rfc_cb()302 if (BTA_JV_SUCCESS == status) { in bta_jv_free_rfc_cb()354 tBTA_JV_STATUS status = BTA_JV_SUCCESS; in bta_jv_free_l2c_cb()462 status = BTA_JV_SUCCESS; in bta_jv_free_set_pm_profile_cb()597 tBTA_JV_STATUS status = BTA_JV_SUCCESS; in bta_jv_enable()760 status = BTA_JV_SUCCESS; in bta_jv_start_discovery_cback()825 evt_data.status = BTA_JV_SUCCESS; in bta_jv_create_record()860 evt_data.l2c_open.status = BTA_JV_SUCCESS; in bta_jv_l2cap_client_cback()948 evt_data.status = BTA_JV_SUCCESS; in bta_jv_l2cap_connect()[all …]
367 if (ret != BTA_JV_SUCCESS) { in btsock_rfc_connect()490 if (p_init->status == BTA_JV_SUCCESS) { in on_cl_rfc_init()503 if (p_start->status == BTA_JV_SUCCESS) { in on_srv_rfc_listen_started()552 if (p_open->status != BTA_JV_SUCCESS) { in on_cli_rfc_connect()593 if (p->status != BTA_JV_SUCCESS) { in on_rfc_write_done()750 if (p_data->disc_comp.status == BTA_JV_SUCCESS && p_data->disc_comp.scn) { in jv_dm_cback()756 rfcomm_cback, slot->id) == BTA_JV_SUCCESS) { in jv_dm_cback()
404 if (p_start->status != BTA_JV_SUCCESS) { in on_srv_l2cap_listen_started()441 if (p_init->status != BTA_JV_SUCCESS) { in on_cl_l2cap_init()620 if (sock->fixed_chan && le_open->status == BTA_JV_SUCCESS) { in on_l2cap_connect()626 } else if (!sock->fixed_chan && psm_open->status == BTA_JV_SUCCESS) { in on_l2cap_connect()727 if (BTA_JvL2capReady(sock->handle, &count) == BTA_JV_SUCCESS) { in on_l2cap_data_ind()730 BTA_JV_SUCCESS) { in on_l2cap_data_ind()
37 #define BTA_JV_SUCCESS 0 /* Successful operation. */ macro