代码搜索结果

找到约 4,983 项符合 Bluetooth 的代码

pcservercomm.java

package example.simple; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import javax.bluetooth.DiscoveryAgent; import javax.bluetooth.LocalDevice; import

bluetoothsettings.java

package example.chat; import javax.bluetooth.DiscoveryAgent; import javax.bluetooth.ServiceRecord; import javax.bluetooth.UUID; public interface BluetoothSettings { /** * A constant UUI

discoverythread.java

package example.chat; import java.io.IOException; import java.util.Vector; import javax.bluetooth.DeviceClass; import javax.bluetooth.DiscoveryAgent; import javax.bluetooth.DiscoveryListener;