Android 以编程方式通过蓝牙发送文件
Android Send files via Bluetooth programmatically
我有一个 java android 应用程序,它列出了所有附近的蓝牙活动设备,并且用户可以与设备配对。
我想让用户在与另一台设备配对时通过蓝牙发送文件或图像。
如何在 android (java) 中实现?
如果您是通过传统蓝牙执行此操作,请查看以下链接:-
- Bluetooth file transfer for Android
- Android Bluetooth file sending
- How can I send a file through bluetooth with Android devices
- Android: Send image via Bluetooth
如果您通过低功耗蓝牙执行此操作,请查看以下链接:-
- The ultimate guide to Android BLE development
- Bluetooth LE send string data between two devices
我有一个 java android 应用程序,它列出了所有附近的蓝牙活动设备,并且用户可以与设备配对。 我想让用户在与另一台设备配对时通过蓝牙发送文件或图像。 如何在 android (java) 中实现?
如果您是通过传统蓝牙执行此操作,请查看以下链接:-
- Bluetooth file transfer for Android
- Android Bluetooth file sending
- How can I send a file through bluetooth with Android devices
- Android: Send image via Bluetooth
如果您通过低功耗蓝牙执行此操作,请查看以下链接:-
- The ultimate guide to Android BLE development
- Bluetooth LE send string data between two devices