bluetooth file send.
- by cheesebunz
i'm new to bluetooth development and i found the 32netfeet . Right now i'm able to search for bluetooth devices nearby and connect to them but how do i send a file e.g SendTest.txt? I tried buttonclick event using the OBEX but i don't understand this is my example code:
using InTheHand.Net;
using InTheHand.Net.Sockets;
using…