简体   繁体   English

是否可以通过蓝牙将Android手机连接到打印机?

[英]Is it possible to connect android phone to printer via bluetooth?

I know that android sdk 2.0 has provided the new bluetooth API for developers. 我知道android sdk 2.0为开发人员提供了新的蓝牙API But I'm not sure if this can help me connect to bluetooth printers. 但我不确定这是否可以帮助我连接到蓝牙打印机。 Are there any protocol restrictions or device limitaion for this? 对此有任何协议限制或设备限制吗? Is it possible that the bluetooth device is undetectable by android phone? Android手机是否有可能无法检测到蓝牙设备?

I don't think BPP is a protocol that is inherently supported to the android implementation of bluetooth. 我不认为BPP是一种固有地支持蓝牙的Android实现的协议。 The Sybase iAnywhere Blue SDK ( 2 ) looks to be a way that you can implement it within custom applications. Sybase iAnywhere Blue SDK2 )看起来是一种可以在自定义应用程序中实现它的方法。

BPP UUID is 00001120-0000-1000-8000-00805F9B34FB . BPP UUID是00001120-0000-1000-8000-00805F9B34FB I have a feeling it might be possible by connecting to the BPP UUID using Android's RFCOMM method calls. 我有一种感觉,可以使用Android的RFCOMM方法调用连接到BPP UUID。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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