Bluetooth OS Design Development Samples (Windows Embedded CE 6.0)

1/6/2010

The samples provide a base for implementing the Bluetooth technology in your OS design.

Note

These samples have not been tested and are not intended for production use.

The following table shows samples that are located in %_WINCEROOT%\Public\Common\Oak\Drivers\Bluetooth\Sample.

Sample Description File name

AT Command Extension Module Sample

Demonstrates how to provide custom parsing of AT commands and override the default response to commands by creating custom handlers for the Audio Gateway service.

Btagatext

Audio Gateway Configuration Tool Sample

Demonstrates the use of Audio Gateway Core component IOCTLs

Btagconfig

Boot-time Service Activation Sample

Implements boot-time activation of registered Bluetooth peers.

Btsvc

Device Driver Management Sample

Enables users to manage Bluetooth device drivers for PCMCIA/CF cards.

Btloader

Flow Control Sample

Illustrates the flow control in the Windows Embedded CE–based Bluetooth stack.

Fctest

Phone Management Sample

Illustrates the use of the client-side Windows Embedded CE–based Bluetooth port emulator, device discovery and client-side SDP queries for modems.

Phoneui

Printer Discovery Sample

Illustrates the use of the client-side Windows Embedded CE–based Bluetooth port emulator, device discovery and client-side SDP queries for printers.

Printui

Protocol Extension Sample

Illustrates the process of creating a Bluetooth protocol extension for Windows Embedded CE.

Bthlink, Btscosnd, L2capapi, L2capdev

Querying and Pairing Sample

Performs querying, pairing, and authentication to illustrate the use of the Windows Embedded CE–based Bluetooth stack and security subsystem.

Btpair

SDP Search Sample

Demonstrates using the COM routines from sdpuser.dll to parse an SDP response.

Sdpsearch

See Also

Concepts

Bluetooth Samples

Other Resources

Bluetooth OS Design Development