CAD of VLSI Systems
Ruminate
Steps to push a file onto my nokia 6600:
hcitool scan # to get hardware address (~MAC) of phone.
optional: sdptool browse 00:0E:6D:2E:5F:D7 #to browse all available services and find appropriate channel for that service.
optional: rfcomm bind /dev/rfcomm3 00:0E:6D:2E:5F:D7 10
rfcomm connect rfcomm3 00:0E:6D:2E:5F:D7 10
ussp-push /dev/rfcomm3 /home/user/file.ext file.ext
Continue reading about BlueTooth communication with my phone