代码搜索:BlueTooth
找到约 4,983 项符合「BlueTooth」的源代码
代码结果 4,983
www.eeworm.com/read/407101/11429458
mcp bluetooth.mcp
www.eeworm.com/read/156541/11793161
h bluetooth.h
// BlueTooth.h: interface for the BlueTooth class.
#if !defined(AFX_BLUETOOTH_H__3DFB2ED2_C217_47FD_AB23_DE2E683CDDA2__INCLUDED_)
#define AFX_BLUETOOTH_H__3DFB2ED2_C217_47FD_AB23_DE2E683CDDA2__INCLU
www.eeworm.com/read/156541/11793169
cpp bluetooth.cpp
// BlueTooth.cpp: implementation of the BlueTooth class.
#include "stdafx.h"
#include "BlueTooth.h"
#include "Afxwin.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define
www.eeworm.com/read/155174/11891640
rar bluetooth.rar
www.eeworm.com/read/343458/11947136
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/343458/11947140
default bluetooth.default
# Bluetooth configuraton file
# Run hid2hci (allowed values are "true" and "false")
HID2HCI_ENABLE=true
www.eeworm.com/read/343458/11947144
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/343458/11947148
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