代码搜索:BlueTooth
找到约 4,983 项符合「BlueTooth」的源代码
代码结果 4,983
www.eeworm.com/read/437420/7748595
jad bluetooth.jad
MIDlet-1: New Midlet,,StupidBTMIDlet
MIDlet-Jar-Size: 11137
MIDlet-Jar-URL: BlueTooth.jar
MIDlet-Name: BlueTooth Midlet Suite
MIDlet-Vendor: Midlet Suite Vendor
MIDlet-Version: 1.0.0
MicroEditio
www.eeworm.com/read/224282/7807373
class bluetooth.class
www.eeworm.com/read/224282/7807378
java bluetooth.java
/*************************************************************
*
* The Mobile Robotics Project
* - mobilerobotics.sourceforge.net
*
* This file was created 2005-01-07
* More information in
www.eeworm.com/read/333811/12660412
cs bluetooth.cs
using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.Messenger;
namespace MSN {
public class Bluetooth : IMessengerAddIn {
#region IMessengerAddIn Me
www.eeworm.com/read/333438/12682605
c bluetooth.c
/*
* bluetooth.c Version 0.12
*
* Copyright (c) 2000, 2001 Greg Kroah-Hartman
* Copyright (c) 2000 Mark Douglas Corner
*
* USB Bluetooth TTY driver, based
www.eeworm.com/read/242797/12984885
rules bluetooth.rules
# Brain Boxes BL-620 Bluetooth Adapter
SUBSYSTEM=="tty", BUS=="pcmcia", SYSFS{prod_id1}=="Brain Boxes", SYSFS{prod_id2}=="Bluetooth PC Card", ENV{HCIOPTS}="bboxes", RUN+="bluetooth_serial"
# Xircom C
www.eeworm.com/read/242797/12984888
default bluetooth.default
# Bluetooth configuraton file
# Run hid2hci (allowed values are "true" and "false")
HID2HCI_ENABLE=true
www.eeworm.com/read/242797/12984891
bluetooth_serial
#!/bin/sh
#
# bluetooth_serial
#
# Bluetooth serial PCMCIA card initialization
#
start_serial()
{
if [ ! -x /bin/setserial -o ! -x /usr/sbin/hciattach ]; then
logger "$0: setserial or hciattach no
www.eeworm.com/read/242797/12984895
init bluetooth.init
#!/bin/sh
#
# Start/stop the Bluetooth daemons
#
set -e
PATH=/sbin:/bin:/usr/sbin:/usr/bin
NAME=bluetooth
DESC="Bluetooth subsystem"
DAEMON_NAME=hcid
HID2HCI_NAME=hid2hci
DAEMON_EXEC="`which $DAEM