i'm in a situation where i need an application that would run both on the pc and on the nokia (3650) where if a call is to come into the nokia, an app running permanently on the phone would send a little "ping" over bluetooth to the PC and a little message would pop up on the PC screen. i'm assuming no such app exists commercially.
the PC bluetooth device gets emulated as a COM port on the PC side so writing a little app to monitor that is no problem.
my question is whether this can be done on the nokia side:
1. if there's a "ring" event that gets thrown when a call comes in and an app can monitor that (outside of the phone app itself)
2. can the PC still receive other information from the phone over bluetooth when this app is running? when i initiate the bluetooth connection from the PC side and its connected, if i try to send something from the phone (say, sending an image) i get a "max # connections in use" error.