代码搜索结果

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

bluetoothdefinitions.h

#ifndef __BLUETOOTHDEFINITIONS_H__ #define __BLUETOOTHDEFINITIONS_H__ #include /** * Variables utilised by several classes in the Bluetooth Chat application */ const TUint KSe

makefile.am

lib_LTLIBRARIES = libbluetooth.la libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c libbluetooth_la_LDFLAGS = -version-info 4:0:1 INCLUDES = -I$(top_builddir)/include MAINTAINERCLEANFILES = Makefi

bluetooth.c

/* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2000-2001 Qualcomm Incorporated * Copyright (C) 2002-2003 Maxim Krasnyansky * Copyright (C) 2002-200

hcitool.1

.TH HCITOOL 1 "Nov 12 2002" BlueZ "Linux System Administration" .SH NAME hcitool \- configure Bluetooth connections .SH SYNOPSIS .B hcitool [-h] .br .B hcitool [-i ] [command [command parameters

storage.c

/* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2004-2008 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modif

readme

BlueZ - Bluetooth protocol stack for Linux ****************************************** Copyright (C) 2000-2001 Qualcomm Incorporated Copyright (C) 2002-2003 Maxim Krasnyansky Cop

parser.y

%{ /* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2002-2008 Marcel Holtmann * * * This program is free software; you can redistribute it and/or mo

kword.c

/* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2002-2008 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modif

rfcomm.conf

# # RFCOMM configuration file. # #rfcomm0 { # # Automatically bind the device at startup # bind no; # # # Bluetooth address of the device # device 11:22:33:44:55:66; # # # RFCOMM channel for the conn

makefile.am

includedir = @includedir@/bluetooth include_HEADERS = \ bluetooth.h hci.h hci_lib.h sco.h l2cap.h \ sdp.h sdp_lib.h rfcomm.h bnep.h cmtp.h hidp.h MAINTAINERCLEANFILES = Makefile.in all-local: @