| Reply | « Previous Thread | Next Thread » |
|
I just wanna ask is the following thing possible:
A bluetooth device runs 2 thread A & B. thread A is running an RFCOMM service on it and Thread B is acting as a slave to another piconet. When thread A receives a message from some other bluetooth device, it just passes the message to Thread B which can send it to the master to which it is acting as a slave. In short is this the way to make a device act as master for 1 piconet and slave for another piconet ? Thanks |
|
Quote:
I modified the Bluecove and changed intelbth.dll to intelbth2.dll copied and changed file com_intel_bluetooth_BluetoothPeer.h to com_intel_bluetooth2_BluetoothPeer.h and all entries called JNIEXPORT jint JNICALL Java_com_intel_bluetooth_xxxxxxxxxxxxxxxxxxxx to entries JNIEXPORT jint JNICALL Java_com_intel_bluetooth2_xxxxxxxxxxxxxxxxxxxxx For java change the file \BlueCoveWinXP\src\com\intel\bluetooth\ BluetoothPeer.java from PHP Code:
to PHP Code:
Rebuild the new code and now you can have one device set as master and one as slave with your code passing information between adapters. This is two networks that are using two seperate bluetooth networks Jim |
| jimgilmour1 |
| View Public Profile |
| Find all posts by jimgilmour1 |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| How to build GCCE target | dsiorpaes | Symbian Tools & SDKs | 5 | 2008-09-18 07:54 |
| s60 3th. Building error. | sberserker | Symbian Tools & SDKs | 11 | 2006-03-09 12:38 |
| MAKE MAKE MAKE MAKE -files!!! | Sambon5 | Symbian Tools & SDKs | 0 | 2005-12-26 19:00 |
| Bluetooth Security: What exactly is an untrusted device? | rahulmcs | Bluetooth Technology | 1 | 2005-12-02 07:26 |
| Connecting to Bluetooth SPP device | jameelh | Python | 5 | 2005-07-05 13:16 |