[android-developers] Re: How i connect from android to another cellphone with (DUN or PAN)?

2013-02-12 Thread bob
 

If your other cellphone is not Android, what is it?



On Tuesday, February 12, 2013 7:45:05 AM UTC-6, Antonis Kanaris wrote:


I create a simple bluetooth terminal for android and i want to connect 
 with other cellphone not android support uuid=1115(PAN) with personal area 
 networkand share internet connection to android.How i do this?I know 
 for (DUN) is AT+CGDCONT=1,IP,APN...and after dial with ATD*99***1# What 
 is the procedure for PAN?I connected with my PC and BlueSoleil with 
 cellphone share internet to pc...I test it again with DUN bluetooth 
 service...

  AT+CGDCONT=1,IP,MYAPN
  REPLY OK

  ATD*99***1#
  REPLY CONNECT

 After what can i do?I can use url from my terminal?How i keep my 
 application to backgroung and open my browser for use internet? 


-- 
-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Re: How i connect from android to another cellphone with (DUN or PAN)?

2013-02-12 Thread Robert Greenwalt
Despite some misnamed features, android does not actually support the DUN
connection style with AT commands, etc.  We do support a variety of BT
connection profiles though, including raw sockets for passing arbitrary
data and PAN/PNEP for tethering.


On Tue, Feb 12, 2013 at 8:14 AM, bob b...@coolfone.comze.com wrote:

 If your other cellphone is not Android, what is it?



 On Tuesday, February 12, 2013 7:45:05 AM UTC-6, Antonis Kanaris wrote:


I create a simple bluetooth terminal for android and i want to
 connect with other cellphone not android support uuid=1115(PAN) with
 personal area networkand share internet connection to android.How i do
 this?I know for (DUN) is AT+CGDCONT=1,IP,APN...and after dial with
 ATD*99***1# What is the procedure for PAN?I connected with my PC and
 BlueSoleil with cellphone share internet to pc...I test it again with DUN
 bluetooth service...

  AT+CGDCONT=1,IP,MYAPN
  REPLY OK

  ATD*99***1#
  REPLY CONNECT

 After what can i do?I can use url from my terminal?How i keep my
 application to backgroung and open my browser for use internet?

  --
 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.