#!/bin/sh

rm /dev/rfcomm*

/etc/rc.d/init.d/pcmcia restart

/sbin/rmmod l2cap
/sbin/rmmod rfcomm
/sbin/rmmod bluez

exit 0

