简体   繁体   中英

how to set up a bluetooth connection between windows pc and android device

i have an android device that has an app that i wrote installed on it. i wanted to send files from it to a windows pc by using bluetooth, and by adding code only to the app on the android phone.

the documentation on the android developers website says that one of the devices must be set up as a server to receive the request for a connection from the client side of the bluetooth connection.

if i try to initiate the connection from the android app side then that side will be the client, and the windows desktop pc will be the server side. is this possible if i am not writing any code for the windows pc and only using it's built in software that is made to handle the bluetooth hardware?

that would mean that the the included software on the windows pc is set in server mode alwasys waiting for a connection attempt from a bluetooth client, is this true?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM