代码搜索结果
找到约 4,775 项符合
Bluetooth 的代码
session.java
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import java.util.Vector;
import javax.bluetooth.*;
import javax.microedition.io.*;
import javax
simplebtconsole.py
# A simple interactive console over Bluetooth.
# Copyright (c) 2005 Nokia Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in co
btuuidtool.java
package org.klings.wireless.BluetoothNumbers;
import javax.bluetooth.UUID;
/**
* Translates 128-bit UUIDs to short UUIDs, returns the hex value of a short
* UUID as String.
*/
public clas
btserviceclass.java
package org.klings.wireless.BluetoothNumbers;
/**
* Defines constants for all Bluetooth service class identifiers found in
* Section 4.4 "Service Class Identifiers and Names" in the B
bluetoothservicerecordcanvas.java
package org.klings.wireless.j2me;
import java.util.Enumeration;
import javax.bluetooth.DataElement;
import javax.bluetooth.ServiceRecord;
import javax.bluetooth.UUID;
import javax.microeditio
btbrowsermidlet.java
package org.klings.j2me.BTBrowser;
import java.io.IOException;
import java.util.Vector;
import javax.bluetooth.BluetoothStateException;
import javax.bluetooth.DataElement;
import javax.blueto
bluetoothconnection.java
package Hiisi;
import java.io.IOException;
import java.util.Vector;
import javax.bluetooth.DeviceClass;
import javax.bluetooth.DiscoveryAgent;
import javax.bluetooth.DiscoveryListener;
import
hiisi.jad
import java.io.*;
import javax.microedition.io.*;
import javax.bluetooth.*;
public class L2CAPClient {
public static void main( String args[] ) {
try {
String url = "btl2cap:/
manifest.mf
MIDlet-1: Hiisi Proxy, /Hiisi.png, Hiisi.HiisiMIDlet
MIDlet-Icon: /Hiisi.png
MIDlet-Name: Hiisi Proxy
MIDlet-Permissions: javax.microedition.io.Connector.bluetooth.client,j
avax.microedition.io.C
gdpbt.cpp
// gdpbt.cpp
//
// Bluetooth implentation of GDP
//
// Copyright (c) 2000-2002 Symbian Ltd. All rights reserved
#include
#include
#include "gdpbt.h"
#include