代码搜索结果

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

main.c

#include #include #include #include #include #include int main( int argc , char **argv) { str

readme.txt

Code Sample Name: BtSearch Feature Area: Communications Description: This sample provides an implementation of simple Bluetooth device discovery via the Winsock 2 API. It provides

bluetoothdefinitions.h

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

files

src/ - The source code for the lwBT Bluetooth stack. doc/ - The documentation for lwBT. ports/ - Sample ports of the Bluetooth HCI transport layer. proj/ - Sample lwBT control appli

readme

INTRODUCTION lwBT is a small implementation of the Bluetooth protocol suite developed by Conny Ohult while at Embedded Systems Internet (EIS) lab at Lule

files

l2cap.c - Bluetooth L2CAP implementation. sdp.c - Bluetooth SDP implemnentation. rfcomm.c - Bluetooth RFCOMM implementation. ppp.c - A minimal PPP implementation. hci.c - A

bttestdlg.cpp

// BTtestDlg.cpp : implementation file // #include "stdafx.h" #include "BTtest.h" #include "BTtestDlg.h" #include "BlueTooth.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static c

readme.txt

Code Sample Name: BtSearch Feature Area: Communications Description: This sample provides an implementation of simple Bluetooth device discovery via the Winsock 2 API. It provides