public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] NAP service records attributes
@ 2005-04-01 17:56 Claudio Takahasi
  2005-04-02  5:28 ` scott.meesseman
  0 siblings, 1 reply; 4+ messages in thread
From: Claudio Takahasi @ 2005-04-01 17:56 UTC (permalink / raw)
  To: bluez-users, bluez-devel

Hi,

According with Bluetooth PAN Profile specification IP4vSubnet and
IPv6Subnet NAP service record attributeID is a displayable string
containing subnet definition of the network, e.g.  10.0.0.0/8  for
IPv4 and  fe80::/48  for IPv6. Based on this informartion I would like
to know if is possible add an extra attribute(IPv4Gateway).

I am working with Bluetooth linux statck(BlueZ). Considering a NAP
scenario, where a PANU connects to the NAP. After establish a PAN, it
is necessary add a route to the default gateway(NAP Bluetooth
interface). However, only the IPv4Subnet is provided and this
information is not enough for IP setup. Attach a DHCP server on NAP
interface or use a standard addressing based on subnet
information(e.g. for 10.0.0.0 the gw  should be 10.0.0.1) can solve my
problem, but I want avoid these approachs.

What is the process to submit a profile change to Bluetooth SIG? Is it
feasible add an IPv4Gateway attribute?


Regards,
Claudio


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bluez-users] NAP service records attributes
  2005-04-01 17:56 [Bluez-users] NAP service records attributes Claudio Takahasi
@ 2005-04-02  5:28 ` scott.meesseman
  2005-04-02 22:38   ` [Bluez-users] Bluetooth Synchronization on Nokia (3650) scott.meesseman
  0 siblings, 1 reply; 4+ messages in thread
From: scott.meesseman @ 2005-04-02  5:28 UTC (permalink / raw)
  To: bluez-users

[-- Attachment #1: Type: text/plain, Size: 656 bytes --]

Hello all,

A while back I wrote an application that syncs my Sony Ericcson phone via 
IrMC synchronization.  Recently I purchased a Nokia 3650 thinking that it 
supported same IrMC Synchronization profile over Bluetooth (I guess I just 
based that thinking on Apple iSync supporting the 3650, because I though 
that iSync only used IrMC sync).  Well I was wrong :-) ...

Does anyone know how synchronization is done over bluetooth on this nokia 
3650 (and other symbian nokias?).  It must be possible, iSync is doing 
it...  some kind of OBEX command ? or something over tcp/ip/network ?

Thank you very much for your time ....

Regards,
Scott Meesseman


[-- Attachment #2: Type: text/html, Size: 909 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bluez-users] Bluetooth Synchronization on Nokia (3650)
  2005-04-02  5:28 ` scott.meesseman
@ 2005-04-02 22:38   ` scott.meesseman
  2005-04-03 19:00     ` Marcel Holtmann
  0 siblings, 1 reply; 4+ messages in thread
From: scott.meesseman @ 2005-04-02 22:38 UTC (permalink / raw)
  To: bluez-users

[-- Attachment #1: Type: text/plain, Size: 746 bytes --]

Hello all, 

I sent this out already but I messed up on the subject line, please don't 
mind me :


A while back I wrote an application that syncs my Sony Ericcson phone via 
IrMC synchronization.  Recently I purchased a Nokia 3650 thinking that it 
supported same IrMC Synchronization profile over Bluetooth (I guess I just 
based that thinking on Apple iSync supporting the 3650, because I though 
that iSync only used IrMC sync).  Well I was wrong :-) ... 

Does anyone know how synchronization is done over bluetooth on this nokia 
3650 (and other symbian nokias?).  It must be possible, iSync is doing 
it...  some kind of OBEX command ? or something over tcp/ip/network ? 

Thank you very much for your time .... 

Regards,
Scott Meesseman

[-- Attachment #2: Type: text/html, Size: 1129 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bluez-users] Bluetooth Synchronization on Nokia (3650)
  2005-04-02 22:38   ` [Bluez-users] Bluetooth Synchronization on Nokia (3650) scott.meesseman
@ 2005-04-03 19:00     ` Marcel Holtmann
  0 siblings, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2005-04-03 19:00 UTC (permalink / raw)
  To: BlueZ Mailing List

Hi Scott,

> A while back I wrote an application that syncs my Sony Ericcson phone
> via IrMC synchronization.  Recently I purchased a Nokia 3650 thinking
> that it supported same IrMC Synchronization profile over Bluetooth (I
> guess I just based that thinking on Apple iSync supporting the 3650,
> because I though that iSync only used IrMC sync).  Well I was
> wrong :-) ...
> 
> Does anyone know how synchronization is done over bluetooth on this
> nokia 3650 (and other symbian nokias?).  It must be possible, iSync is
> doing it...  some kind of OBEX command ? or something over
> tcp/ip/network ? 

as far as I know, you need the mRouter (PPP over RFCOMM) for syncing the
old Symbian based phones via SyncML. For the newer ones it seems that
they started using SyncML over OBEX.

Regards

Marcel




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-04-03 19:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-01 17:56 [Bluez-users] NAP service records attributes Claudio Takahasi
2005-04-02  5:28 ` scott.meesseman
2005-04-02 22:38   ` [Bluez-users] Bluetooth Synchronization on Nokia (3650) scott.meesseman
2005-04-03 19:00     ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox