代码搜索:BlueTooth
找到约 4,983 项符合「BlueTooth」的源代码
代码结果 4,983
www.eeworm.com/read/200021/15442940
pkg bluetoothchat.pkg
; @brief Package information file for BluetoothChat application
;
; Copyright (c) EMCC Software Ltd 2003
; @version 1.0
; UID is the app's UID
;
#{"Bluetooth Chat"},(0x101F6148),1,0,0
(0x101F
www.eeworm.com/read/161312/10426331
create_dev
#!/bin/sh
#
# Create Bluetooth devices in /dev
#
# $Id: create_dev,v 1.1 2003/01/15 13:08:16 holtmann Exp $
#
VHCI_MAJOR=10
VHCI_MINOR=250
RFCOMM_MAJOR=216
#
# Create device for VHCI
#
if [ ! -c
www.eeworm.com/read/242795/12985354
changelog
ver 3.19:
Add L2CAP mode constants.
ver 3.18:
Don't allocate memory for the Bluetooth base UUID.
ver 3.17:
Fix supported commands bit calculation.
ver 3.16:
Update company identifier list.
ver
www.eeworm.com/read/188962/8498973
changelog
2005-08-30 Alex Kanavin
* Add client-side USB support and interface discovery
2002-11-15 Marcel Holtmann
* Add Bluetooth server support
2002-11-01 Marce
www.eeworm.com/read/388977/8559283
changelog
2005-08-30 Alex Kanavin
* Add client-side USB support and interface discovery
2002-11-15 Marcel Holtmann
* Add Bluetooth server support
2002-11-01 Marce
www.eeworm.com/read/288820/8604901
am makefile.am
if OBEX
servicedir = $(libdir)/bluetooth
noinst_PROGRAMS = bluetoothd-service-transfer
bluetoothd_service_transfer_SOURCES = main.c \
server.h server.c session.h session.c \
process.h process.c
www.eeworm.com/read/181075/9275586
changelog
2005-08-30 Alex Kanavin
* Add client-side USB support and interface discovery
2002-11-15 Marcel Holtmann
* Add Bluetooth server support
2002-11-01 Marce
www.eeworm.com/read/161309/10426841
deb affix.rc.deb
#! /bin/sh
#
# $Id: affix.rc.deb,v 1.3 2003/03/14 10:47:40 kds Exp $
#
# Affix bluetooth subsystem starting and stopping
#
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
NAME=affix
www.eeworm.com/read/242797/12984302
am makefile.am
if OBEX
servicedir = $(libdir)/bluetooth
noinst_PROGRAMS = bluetoothd-service-transfer
bluetoothd_service_transfer_SOURCES = main.c \
server.h server.c session.h session.c \
process.h process.c
www.eeworm.com/read/257801/11911760
in config.in
mainmenu_option next_comment
comment 'Bluetooth device drivers'
dep_tristate 'HCI USB driver' CONFIG_BLUEZ_HCIUSB $CONFIG_BLUEZ $CONFIG_USB
dep_tristate 'HCI UART driver' CONFIG_BLUEZ_HCIUART $CONFIG