代码搜索结果

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

bluetooth.h

#define LINUART_CR2_TIEN (0x01

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

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

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