How to send file from Android device to other device through Bluetooth by code

前端 未结 2 1094
忘掉有多难
忘掉有多难 2020-11-30 01:59

I want to develop application that sends image/txt or any file from one android device to another none android device using Bluetooth.

Please anyone can give help or

2条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-30 02:43

    This application allows two Android devices to carry out two-way text chat over Bluetooth. It demonstrates all the fundamental Bluetooth API capabilites, such as:

    • Scanning for other Bluetooth devices
    • Querying the local Bluetooth adapter for paired Bluetooth devices
    • Establishing RFCOMM channels/sockets
    • Connecting to a remote device
    • Transfering data over Bluetooth

    http://developer.android.com/resources/samples/BluetoothChat/index.html

提交回复
热议问题