代码搜索结果
找到约 4,983 项符合
Bluetooth 的代码
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
bluetooth.java
/*************************************************************
*
* The Mobile Robotics Project
* - mobilerobotics.sourceforge.net
*
* This file was created 2005-01-07
* More information in
bluetooth.cs
using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.Messenger;
namespace MSN {
public class Bluetooth : IMessengerAddIn {
#region IMessengerAddIn Me
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
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
bluetooth.default
# Bluetooth configuraton file
# Run hid2hci (allowed values are "true" and "false")
HID2HCI_ENABLE=true
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
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