Sometimes, is not easy to connect old device to new software, here is what I did:
- disable pnat plugin in /etc/bluetooth/main.conf
[General]
DisablePlugins=pnat
- create executable file /etc/init.d/dund to start dund daemon
dund --listen --persist --msdun call palm
- add your device in /etc/bluetooth/rfcomm.conf
rfcomm0 {
bind no;
device 00:07:E0:0E:40:88;
channel 1;
comment "palm";
}
- restart bluetooth and start dund