I am prepared to develop an app to communicate with bluetooth headset.

But some points i would like to verify,

1) Communication between Bluetooth headset and the phone is mainly
based on AT command. Can the app really know all the AT commands that
the phone has received?
For example, after connected the Bluetooth headset and the phone, can
the app see commands like "AT+BRSF=..." and "AT+CIND=?"? These are the
standard AT commands that the phone should receive after connected.

2) In our target app, specific AT commands are needed to be sent from
Headset to the App. These AT commands are defined by ourselves, which
is not the standard Bluetooth AT commands. Normally, without an app,
once the phone received such kind of unknown commands, it will return
"Error" to the headset automatically. So, with an app, can the app
trap the "Error" and return "OK" instead?

3) In our target app, specific AT commands are needed to be sent from
App to the Heaset. Can the app initiate such kind of specific defined
AT commands?

And if the answer for 2) and 3) is "yes", then will the change relate
to the Kernel layer? Or these can be done by Application layer only?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to