Contribute
Register

[solved] Handoff working in only one direction

Status
Not open for further replies.
I find this but I don't know how to use it and if it will resolve my problem :
For BCM94352Z as BCM94360CS2 the following DSDT patch is used:
into device Label PXSX parent_label RP03 replace_content begin
Method (_DSM, 4, NotSerialized)\n
{\n
If (LEqual(Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n
Return (Package()\n
{\n
"vendor-id", Buffer() { 0xe4, 0x14, 0x00, 0x00 },\n
"device-id", Buffer() { 0xa0, 0x43, 0x00, 0x00 },\n
"subsystem-vendor-id", Buffer() { 0x6b, 0x10, 0x00, 0x00 },\n
"subsystem-id", Buffer() { 0x34, 0x01, 0x00, 0x00 },\n
"compatible", "pci14e4,43a0",\n
"IOName", "pci14e4,43a0",\n
"name", "pci14e4,43a0"
})\n
}\n
end;
 
It's not totally I can only use handoff in one way from iPhone to Mac but not from Mac to iPhone

As expected...
Handoff is not 100% reliable with non-Apple BT hardware.
 
As expected...
Handoff is not 100% reliable with non-Apple BT hardware.

Ok but it's strange we have the same card and it's work in opposite way and when I was trying with FixUSB was working perfectly .. hummm
 
Ok but it's strange we have the same card and it's work in opposite way and when I was trying with FixUSB was working perfectly .. hummm

No ideas without PR files as per FAQ.
 
Ok i find by my self if someone have the same problem as me just disconnect and reconnect iCloud from the device you can't receive for me was the iPhone and now it's work perfectly both direction :D
 
Status
Not open for further replies.
Back
Top