You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

16-inch MacBook Pro Bluetooth issue

I bought the new 16-inch MacBook Pro when it first came out and was happily using it until a week later my bluetooth stopped discovering devices, in particular my Magic Mouse and iPhone. I tried everything from resetting nvram, smc, resetting the bluetooth module, removing bluetooth.plist, downloaded bluetooth explorer and reset a bunch of settings etc and even went to the extent of completely formatting the computer and installing osx from scratch to no avail. Hardware diagnostics showed no hardware issues as well. The bluetooth device was showing up fine in System Report but it just wasn't discovering anything. I have a work laptop (2017 MacBook Pro) which I use side by side and it was working fine.


Long story short, I was able to replace the device at the Apple store I bought it at since it was within the 14 day return policy window. So I put it down to just being unlucky.


It's been a few weeks since then and I now have the same issue with the replacement laptop. This time though I think I know what triggered it.


I have a CalDigit dock that I use for my work laptop and occasionally have a usb bluetooth device attached to it for some work I do in virtual machines. The issue occurred when I connected my new MacBook to the dock along with the bluetooth dongle. The usb bluetooth dongle worked fine however when I disconnected the thunderbolt dock from the MacBook I noticed the bluetooth icon in the top right hand corner changed to an icon with a zigzag across it, obviously due to bluetooth device being disconnected.


Since disconnecting the external bluetooth device I'm having the same issue as I had previously, my MacBook Bluetooth device won't find any devices and is not recognized by other bluetooth devices like my iPhone/other MacBooks. I've gone through the whole process as before, and have resorted to a clean install of osx to no avail. I've even compared bluetoothd console logs between the working MacBook I have and the now broken one, the only difference is the working MacBook is able to detect devices when they are advertised, whereas the MacBook Pro 16-inch does not.


Digging into this, it seems as though OSX by default switches to any attached USB bluetooth device when it's plugged in and then when disconnected, it reverts back to the onboard device. This works fine on my old MacBook as I've been using the USB dongle for a while now without any issues. I initially thought that there may be a software issue with the internal bluetooth device not switching back properly but I would have thought a clean install would have fixed it so there must be some sort of hardware issue specifically with the new MacBook Pro 16-inch.


I'm pretty frustrated now as I've now gone through two 16-inch MacBook Pro's with bricked bluetooth devices that I'm fairly certain was caused by connecting an external bluetooth dongle via thunderbolt. I'm pretty sure onboard devices shouldn't die just because a third party device was connected/disconnected.


Has anyone come across this yet with the new MacBook Pro 16-inch? I'm going to visit the Apple store tomorrow to see what they can do but I'd prefer if I didn't have to send my laptop away and just find a fix myself if there is one. If not, I thought it'd be good to post my experience here in case anyone else comes across this.

MacBook Pro 16", macOS 10.15

Posted on Dec 14, 2019 2:09 AM

Reply
Question marked as Top-ranking reply

Posted on Jul 6, 2020 5:25 AM

Here is a summary of the whole thread:


TL;DR:


  • It's apparently possible to unfix the problem with a BT 2.0 dongle
  • For those that are scared to break it again (after logic board replacement OR BT 2.0 fix), they can run a NVRAM command to never switch BT controllers again (need to re-run after NVRAM reset):


sudo nvram bluetoothHostControllerSwitchBehavior="never"


Might be best to put that in a startup script and only change if needed.


  • It seems to have to do with Power Management and seemingly a EFI firmware bug introduced in Catalina as it's not possible to break Mojave in the same way.


So in summary it's several factors that came together here to create this bug:


  • a) A likely firmware bug in the EFI in Catalina.
  • b) A pretty unsafe default for switching Bluetooth controllers - which most users likely don't want anyway.
  • c) Maybe: A CSR USB controller using the exact same chip as the internal one. (if I am able to unbreak my device, I will try to re-break with a Broadcom 4.0 device, too)


Long version:


I have been bitten by the Bluetooth bug, too that breaks the internal Bluetooth module on Mac Book Pro 16inch if you accidentally plug in an USB CSR 4.0 Bluetooth dongle.


  • It seems to not happen on Mojave - so it's also related to a driver bug in Catalina regarding power management.
  • It happens in the first place because the nvram default behavior is to switch over to external Bluetooth by default.


The symptom is:


  • The Bluetooth chip gets too little power and hence fails to connect to devices and if it does connection is spotty. While on MacBook Pro 16inch it completely fails, other Macs can have bad Bluetooth behavior that is "spotty".


  • The solution of AppleRepair so far has been to completely replace the logic board, which fixes it till the next Dongle is plugged in and obviously is quite costly for a pure software bug.


Several observations:


  • The current theory is that the internal firmware mixes up the external CSR chip for it's own and saves the power requirement of the external chip (which is less as its powered by BT) and then uses this for the internal chip.


  • a) It is highly debatable to make the switch over to external dongle the default for all users if the functionality is usually only wanted by a handful of developers that develop Bluetooth LE applications. In fact it also breaks it for iOS developers and everyone that wants to use a Dongle to use with a VM:



  • Fortunately that is easily remedied with a nvram command to change the behavior. It would be great if Apple changed this in the next minor Catalina release by default to not switch over to external Bluetooth automatically, but make it an option to select the Controller (like you can do with Bluetooth Explorer). The setting could be stored and automatically be applied after every reboot to what the user configured. That would prevent the bug in probably most user cases until a proper fix can be found.


  • b) It is unclear if a pure software fix could fix this as per the reports the issue remains once it has happened even if you boot into Windows / Bootcamp. However it is seemingly possible (per the above accepted answer) to unfix that issue with an older CSR Bluetooth 2.0 dongle. This probably helps, because it has a different power requirement as it predates Bluetooth LE and hence the MacBook FW gives the internal Bluetooth chip more power again.


  • c) Someone tried to port the Bluetooth drivers from Catalina to Mojave and it did not work.This points to the fact that it likely is an EFI / soft FW update that broke this in Catalina and not a pure software bug.


Overall it seems Apple would have several ways to fix / work around this:


  • Fix the EFI to fix the PM bug. (that gives hope that it can be fixed 100% and also restored affected devices without logic board replacement)
  • If that fix takes a while to do, at least change the default and put out a changelog for those few that need to use an external Bluetooth dongle to replace the internal one.
  • Create a program that does whatever the diagnostics on the Apple Wifi in the repair shop does to reset the firmware to sane values.
  • Create a device to emulate the USB behavior of a 2.0 Bluetooth device to fix broken devices [unlikely as that is].


In theory VirtualHere + ZeroTier could be used to share a BT 2.0 dongle from one machine on the internet to another one and unbreak something remotely. (not sure if that would work in practice though as emulation is not perfect. Though I know that Bluetooth over Internet works well as that is ironically how I broke my BT in the first place as I needed a dongle for bluetooth-over-internet)

Similar questions

341 replies

Jun 2, 2020 10:19 AM in response to jamiefromkirkcaldy

So I got a call with different Apple service this morning, finally ended up with a really kind tech guy that actually checked this thread over the phone with me.


I'm waiting for the Apple Store in Montreal to re-open so I can get a replacement model directly, no solution so far to fix the issue, no way I'm going to pay anything for an 6k$ one week old machine with an AppleCare+...

Jun 2, 2020 10:39 AM in response to aLegend2k

I sadly don’t know enough Japanese to be able to argue my point.

its because the Diagnostics they ran said the MacBook passed all tests.


I do think they believe it’s just software and feel that a restore should fix it. I have reinstalled 3 times and it hasn’t fixed.


I hope that once they see it’s not Software they can then replace the Logic Board and I don’t have to pay anything.


Apple hasn’t announced opening of Apple Stotes here yet and I was fed up waiting.

Jun 2, 2020 10:45 AM in response to Dalogan72

This is not my "primary" machine, I use it solely for macOS kernel driver development, thus I need a powerful portable Mac computer that can run plenty of macOS VM without hassle, which it's doing great tbh.


I can live with no bluetooth temporaly (which is annoying) but at least I can work, I'd rather wait few weeks to have a replacement model ready in store, rather than spend days and possible weeks due to shipping delay.


I'm glad I got a decent PC where I can safely plug bluetooth dongle without breaking a part of the logic board ;)

Jun 2, 2020 10:59 AM in response to Dalogan72

Dalogan72 wrote:

This company is obviously going down regarding customer service and having good hardware. I do remeber those good old days about having a nice working Apple Care, those days are gone.

PPC (and older Macs). I was given a replacement Mac, the day it went into service. All Repairs were 'free'. 😉

They are just milking the brand now. It is what it is. This product is a lemon.

The 16-in MBP product line will be stable in another 24 months. I will wait till they show up in refurbished store, before I look at these. 2018 and older (2012-2014) are much more stable and work very well, even today.

Jun 2, 2020 12:14 PM in response to Dalogan72

Dalogan72 wrote:

@Loner T, that is the definition of a Lemon product. Unstable at release.

There are many others in the same category, which are not from a company called Apple.

A customer should not have to wait 2 years for the machine to work properly.

This is a race between the perception of innovation and growth of shareholder value. Wall Street wins every time!

This company is pure trash.

Based on one product, it is too harsh a judgement. I do not want to hijack the thread any further. We can have a separate discussion, if you want to.

Jun 2, 2020 12:30 PM in response to jeremías49

jeremías49 wrote:

I don't think the issue is about the product itself as much as it is about the support for said defective product. That is what speaks about the company as a whole.

In the current situation, with physical Genius Bars closed, remote-working is not the best possible environment for rapid response to a defective product. Regional restrictions also come into play. One poster has waited since March, another has had to pay for diagnostics. Some have received replacement with products, which are broken again.


This is not a defense for Apple but some things to consider as extenuating circumstances. I do not want to list failures of other corporations to compare/contrast what Apple should/should not be doing. The specific product (16-in MBP) is prematurely in the market, with failures that could have been tested before release.

Jun 2, 2020 4:10 PM in response to Loner T

@Loner, we aren’t talking about another company but this one, not other issues but this one. You got many biases, individuals that have spent money into this product are looking for answers, and apple the rotten one, is hiding behind covid. Real companies take responsibility for their lemon products. Apple has the right to get paid and also they got the responsibility of releasing a working product. I got the responsibility to pay the product and the right to receive a working product. You are a joke. Savvy?

Jun 2, 2020 4:15 PM in response to MrMackie

@mitt, if you connect an external Bluetooth dongle into a mbp 16 the logic board gets kaput. And apple does not take responsibility about the issue. Steve is gone many years ago and the best of this company left with him. Same people have mailing 3 months to get it fix, but this dude by the name of Loner seems to think that is alright, either he is a troll or his real name is Igor from Moscow. Pick and choose.

Jun 2, 2020 4:21 PM in response to Dalogan72

Dalogan72 wrote:

Apple has the right to get paid and also they got the responsibility of releasing a working product. I got the responsibility to pay the product and the right to receive a working product.

You also have right to return it, savvy? If you do not like the product, return it.


You should count the number of distinct posters who have posted on this discussion and find the number of 16-in MBPs sold and calculate a percentage an calculate the percentage of people waiting for get a serviced product back, and then post your findings, before you discuss.


You got many biases,

As do you...

16-inch MacBook Pro Bluetooth issue

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.