diff options
| author | Den Delimarsky <[email protected]> | 2019-03-13 16:09:06 -0700 |
|---|---|---|
| committer | Den Delimarsky <[email protected]> | 2019-03-13 16:09:06 -0700 |
| commit | e4c639b9fb1580027a4c70b1736f640a5680bb5f (patch) | |
| tree | 9ce180826286e5d1235104653ffaa643722e1d55 /bluetooth | |
| parent | 383edd9acfc925ac091250a5d28bcd60e6afffb5 (diff) | |
Update README file
Diffstat (limited to 'bluetooth')
| -rw-r--r-- | bluetooth/bthecho/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bluetooth/bthecho/README.md b/bluetooth/bthecho/README.md index be465a7e..6558f750 100644 --- a/bluetooth/bthecho/README.md +++ b/bluetooth/bthecho/README.md @@ -7,8 +7,7 @@ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617640 ---> -Bluetooth Echo L2CAP Profile Driver -=================================== +# Bluetooth Echo L2CAP Profile Driver This sample demonstrates developing [Bluetooth L2CAP profile drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff536598) using [Bluetooth L2CAP DDIs](http://msdn.microsoft.com/en-us/library/windows/hardware/ff536585).The sample includes two drivers. One for a device that acts as an L2CAP server and another for a device that acts as an L2CAP client. The server simply echoes back any data that it receives from client on the same L2CA channel. These drivers can be used with devices that can be installed with bth.inf. Such devices get installed as 'Generic Bluetooth Radio'. Examples of such devices are Bluetooth USB dongles such as (but not limited to): |
