代码搜索:BlueTooth
找到约 4,983 项符合「BlueTooth」的源代码
代码结果 4,983
www.eeworm.com/read/242797/12984237
h sbc.h
/*
*
* Bluetooth low-complexity, subband codec (SBC) library
*
* Copyright (C) 2004-2007 Marcel Holtmann
* Copyright (C) 2004-2005 Henryk Ploetz
*
www.eeworm.com/read/242797/12984238
h sbc_math.h
/*
*
* Bluetooth low-complexity, subband codec (SBC) library
*
* Copyright (C) 2004-2007 Marcel Holtmann
* Copyright (C) 2004-2005 Henryk Ploetz
*
www.eeworm.com/read/316030/13532098
m test_voice_basic.m
% Do basic testing of model, ensuring zero errors
% for all SCO voice packet types and slot options at high SNR
% Define model
Modelname='bluetooth_full_duplex';
% Turn off AWGN
set_param([Mo
www.eeworm.com/read/316030/13532108
m test_voice_basic.m
% Do basic testing of model, ensuring zero errors
% for all SCO voice packet types and slot options at high SNR
% Define model
Modelname='bluetooth_full_duplex';
% Turn off AWGN
set_param([Mo
www.eeworm.com/read/147766/5727515
in config.in
#
# Bluetooth BNEP layer configuration
#
dep_tristate 'BNEP protocol support' CONFIG_BLUEZ_BNEP $CONFIG_BLUEZ_L2CAP
if [ "$CONFIG_BLUEZ_BNEP" != "n" ]; then
bool ' Multicast filter support' CONF
www.eeworm.com/read/128531/5989399
in config.in
#
# Bluetooth BNEP layer configuration
#
dep_tristate 'BNEP protocol support' CONFIG_BLUEZ_BNEP $CONFIG_BLUEZ_L2CAP
if [ "$CONFIG_BLUEZ_BNEP" != "n" ]; then
bool ' Multicast filter support' CONF
www.eeworm.com/read/127781/6000845
in config.in
#
# Bluetooth BNEP layer configuration
#
dep_tristate 'BNEP protocol support' CONFIG_BLUEZ_BNEP $CONFIG_BLUEZ_L2CAP
if [ "$CONFIG_BLUEZ_BNEP" != "n" ]; then
bool ' Multicast filter support' CONF
www.eeworm.com/read/262349/11592030
c btuart.c
/*
*
* Driver for Bluetooth PCMCIA cards with HCI UART interface
*
*
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/345635/11799504
c btuart.c
/*
*
* Driver for Bluetooth PCMCIA cards with HCI UART interface
*
*
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/257867/11909691
java serverbox.java
//ServerBox.java
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import java.util.Vector;
import javax.bluetooth.DiscoveryAgent;
import ja