Where does windows 10 save bluetooth files

broken image

The alternative I can figure out is to implement an application also on the PC and implement my own protocol with raw data exchange on a serial port over bluetooth. Is there a way to automatically receive the files and save them in the desired folder?Ĭan I achieve this by using another BT stack? In some versions of Windows 10 the Power Management tab may not be available on your Bluetooth adapter from the location. then un-check the box beside ‘Allow the computer to turn off this device to save power’, and press ‘OK’. Under the related settings select select ‘. Now I can perform this by always put the PC in 'receive file' mode from the bluetooth icon menu on the taskbar (right click -> Receive file) and then confirm where to save the file. Open the Windows Bluetooth settings menu where you normally pair with your mouse. My problem is to automatically receive the files I'm sending from the Smartphone. The best solution to send the pictures is to use the Android support application for file transfer using OBEX protocol (it can be called via tAction(Intent.ACTION_SEND) ). I have an android application running on a Smartphone which allows the user to shoot pictures and add some exif tags to the resulting jpg.These pictures are all saved in the same folder.Īs soon as the Smartphone can connect via bluetooth to a PC (windows XP embedded) the application should send them to the PC. I read many many posts to solve this issue but I didn't succeed till now! Any help is highly appreciated!