代码搜索结果
找到约 4,775 项符合
Bluetooth 的代码
sample.txt
BLUETOOTH SAMPLE
findservices.java
/*
* Description : Bluetooth Service Discovery Protocol Helper Class
*
* Notes :
*
* Assigned Numbers - Service Discovery Protocol
* https://www.bluetooth.org/foundry/assignnumb/document/se
hci.txt
4.1.1 HCI Firmware (location: Host Controller)
HCI Firmware , is located on the Host Controller , (e.g. the actual Bluetooth hardware device). The HCI firmware implements the HCI Commands for
l2cap_client.c
#include
#include
#include
#include
#include
#include
#include
int main(int argc, char **argv)
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
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
l2capserver.java
import java.io.IOException;
import javax.bluetooth.BluetoothStateException;
import javax.bluetooth.DiscoveryAgent;
import javax.bluetooth.L2CAPConnection;
import javax.bluetooth.L2CAPConnectionN
listallbtdevices.java
import java.util.Vector;
import javax.bluetooth.DeviceClass;
import javax.bluetooth.DiscoveryAgent;
import javax.bluetooth.DiscoveryListener;
import javax.bluetooth.LocalDevice;
import javax.bl
framework.txt
To compile this you will need to ensure the bluetooth api is part of your wireless toolkit.
To compile this you will need to ensure the bluetooth api is part of your wireless toolkit.
Congrats