| View previous topic :: View next topic |
| Author |
Message |
Cha0s Site Admin
Joined: 17 Jan 2007 Posts: 522
Digg It |
Posted: Sun Feb 24, 2008 4:59 pm Post subject: |
|
|
Does it work if you set them to -1? I think that would be more flexible, but I don't know. _________________ Cha0s |
|
| Back to top |
|
 |
layertwothree
Joined: 24 Feb 2008 Posts: 4
Digg It |
Posted: Sun Feb 24, 2008 9:26 pm Post subject: |
|
|
I haven't tried the "-1". The BlueCove support for Linux is only available in the snapshot releases. That hard coding approach is obviously bad in that many things will break. I'll try the -1 or perhaps look for a better approach once 2.03 with BlueZ support is officially released. I just wanted to get something working quickly using BlueCove instead of Avetana.
BTW, great API. |
|
| Back to top |
|
 |
Cha0s Site Admin
Joined: 17 Jan 2007 Posts: 522
Digg It |
Posted: Mon Feb 25, 2008 2:17 pm Post subject: |
|
|
Keep me up to date on how it goes. And glad you like the API.  _________________ Cha0s |
|
| Back to top |
|
 |
layertwothree
Joined: 24 Feb 2008 Posts: 4
Digg It |
Posted: Mon Feb 25, 2008 4:32 pm Post subject: |
|
|
| It doesn't look like it's possible to set "-1" for the receive and transmit MTUs on that BlueCoveBlueZ_L2CAP.c. The C strut l2cap_options only accepts unsigned integer values for the MTUs. I guess I have to figure out where the entry point to the connection function that sets the MTUs. Hopefully it's in some Java and not C code. I'll keep you posted. |
|
| Back to top |
|
 |
Classiclll
Joined: 10 Feb 2007 Posts: 97 Location: Japan
Digg It |
Posted: Mon Feb 25, 2008 5:51 pm Post subject: |
|
|
hexa decimal constant like 0xffff might be avaiable. _________________ Classiclll |
|
| Back to top |
|
 |
|