|
|
![]() |
|
|
#1 |
|
Junior Member
Join Date: Jan 2008
Posts: 1
Member: 678869 Status: Offline Thanks: 0
Thanked 0 Times in 0 Posts
|
Is there a way to distinguish between different components ?
Is there a way to distinguish by the MAC address or by any other parameter between Bluetooth wireless car kits and Bluetooth hands-free (headphone) kits?
I mean, when establishing a connection between the wireless care kits to my cell phone and when establishing a connection between the hands-free (headphone) kits to my cell phone. I'm asking this question from an application point of view, if to be more specific, is there any flag or so in the protocol header that by following that flag I will be able to know which component is currently connected. Or even different frequencies…. Kind regards… |
|
|
|
#2 |
|
Junior Member
![]() Join Date: Jun 2005
Age: 21
Posts: 15
Member: 157219 Status: Offline Thanks: 1
Thanked 0 Times in 0 Posts
|
Every device has (or at least should) have different MAC address like Ethernet cards. Apart from this each pair of devices use encryption key that was established during pairing. From API point of view each device has it's own number assigned in the interface (specific implementation depends on OS and specific stack).
So there is no problem with selecting exactly this device, you really want. Details depend on platform, BT stack and kind of device you want to use. |
|
|
|
#3 |
|
Junior Member
Join Date: Dec 2003
Posts: 14
Member: 46369 Status: Offline Thanks: 0
Thanked 0 Times in 0 Posts
|
Its part of the bluetooth protocol defining the device class and profile, available in the discovery process. Nothing to do with mac address, frequency etc which are at a completely different layer. What you may be talking about is the difference between a Headset profile and a Hands-free profile.
Have a look here: http://doc.trolltech.com/qtopia4.2/qbluetooth.html and this tool is also quite useful: http://bluetooth-pentest.narod.ru/so...generator.html |
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|