The link below will point you toward a page that contains a new hardware system that you will allow you to access the bluetooth module via a PMOD. It also has a main.c file that contains code that shows how to access the Android handset via software.
Some of the pins from the previous 330 hardware were repurposed (there aren't enough PMOD slots to add the Bluetooth module and keep all of the previous pin assignments). For GPIO purposes (the trigger, etc.) you will need to use the keypad GPIO module. This gives you a total of 8 pins that you can individually configure to be inputs or outputs. There is an example on how to use the keypad GPIO in the Main.c file that you can see on the web page located at the link. You can see the keypad pin assignments in the UCF file that can be viewed at the same link.
Here are the steps:
Hardware System - 390 Students use this!
This is the XPS System used to generate the hardware system - Don't use this
Here is the old link to the software examples (don't use the hardware systems that are located there).
http://lasertag.groups.et.byu.net/doku.php?id=milestone_2_code
Here is a link to some simple documentation that describes both how to use and some limitations in the current Android app.
Happy Bluetoothing!