I know bluetooth is not a priority, but i'd like to use mine on OSX so...
If you have time and knowledges which can help me thanks in advance...
For the moment i just want to answer a simple question :
Is it possible to make this card working with simple edit/hexediting apple bluetooth kexts ?
Here are the status :
It is a 2.1 EDR Bluetooth module
Card seeems to be based on a broadcom 2046 chip its ID is :
413C 8156 (REV 10) USB\VID_413C&PID_8156&REV_0172
It is no recognised in OSX, neither with LSPI tool but in USB devices from system information we can see this :
http://forum.insanelymac.com/index.php?act...st&id=38144
I also noticed that when i lookfor new bluetooth devices with my bluetooth phone, i can see the dell 370 but i can not connect
The things which make me think there is hope are :
> other onboard dell bluetooth cards like the 350 or 355, both based on BCM2045 chip, work out of the box (413c 8103 broadcom for exemple)
> BCM2046 chips 2.1EDR bluetooth are used by real mac (macbook air)
But, when i have a look in IOBluetoothfamily kext it looks complicated, there are different other kexts, i can not recognise the different ID from other cards working out of the box in info plist, but we can see a few ID from BCM2046 familly like ours in Info Plist like this one :
CODE
[/b]
</dict>
<key>idProduct</key>
<integer>33293</integer>
<key>idVendor</key>
<integer>1452</integer>
</dict>
<key>Broadcom2046FamilyUSBBluetoothHCIController</key>
[b]
</dict>
<key>idProduct</key>
<integer>33293</integer>
<key>idVendor</key>
<integer>1452</integer>
</dict>
<key>Broadcom2046FamilyUSBBluetoothHCIController</key>
[b]
So What do you think, is it a lost cause ? Is it possible and how can i inject 370 dell card ID in kext to make it work ?
Thanks in advance for any advices and reply
[Edit]
Can someone using a real mac with integrated BCM2046 chip can give me his complete card ID please (look in system information/bluetooth
[Edit]
About the ID in Kexts : It seems we have to make the difference between Profile compatibility devices ( http://en.wikipedia.org/wiki/Bluetooth_profile ) and onboard hardware's ID itself , I think (?)
[Edit]
Well, may be the solution is to write a kext which enables the inbuilt bluetooth module like has done Hatsmasher :
http://forum.insanelymac.com/index.php?s=&...st&p=309454
Thanks
Technical informations about BCM2046 chips :
Click to view attachment