I would like to use a bluetooth serial link on my Android device to upload .hex files to my arduino UNO board. I successufully load arduino sketches from Android using AVRDude command: /myFolders/avrdude -settings -serialPort -configuration -fileToBeFlashed.
My serialPort is /dev/ttyACM0 while the arduino is connected to USB. This works fine. However, when the bluetooth adapter is connected, I receive the error "programmer is not responding". I cannot identfy on which port is bluetooth running. I tried to enumerate the serial ports but I can't find any difference with or without the bluetooth adapter. Any idea on where to find the right serial port name for bluetooth communication?