OBEX File Push Profile
Looks like the problem was just a simple registry value. Found this in a post from Malatesta.
Enable/Disable receiving of files over BlueTooth/IrDA
If you want to prevent receiving files over BlueTooth or IrDA, you can set the following value:
HKLM\Software\Microsoft\Obex\IsEnabled = 0 (DWORD decimal)
And to (re-)enable:
HKLM\Software\Microsoft\Obex\IsEnabled = 1 (DWORD decimal)
Changed the value, did a soft reset, and it works fine.
|