-
Notifications
You must be signed in to change notification settings - Fork 0
/
bluetooth.html
56 lines (49 loc) · 2.93 KB
/
bluetooth.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE HTML PUBLIC>
<html lang="en" xml:lang="en">
<head>
<title>GNU ELPA - bluetooth</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="shortcut icon" type="image/png" href="../favicon.png">
<link rel="stylesheet" href="//code.cdn.mozilla.net/fonts/fira.css">
<link rel="stylesheet" type="text/css" href="../layout.css">
<script src="../javascript/jquery.min.js" type="text/javascript"></script>
<script src="../javascript/jquery.filtertable.min.js" type="text/javascript"></script>
<script src="../javascript/package-search.js" type="text/javascript"></script>
<meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0,width=device-width" />
</head>
<body>
<div class="wrapper">
<div class="header small">
<div class="container">
<h1><a href="index.html">GNU ELPA</a> - bluetooth</h1>
</div>
</div>
<div class="container">
<h2 class="package">bluetooth</h2><dl><dt>Description</dt><dd>A Major mode for Bluetooth devices</dd>
<dt>Latest</dt> <dd><a href="bluetooth-0.2.tar">bluetooth-0.2.tar</a>, 2021-May-19, 190 KiB</dd>
<dt>Maintainer</dt> <dd>Raffael Stocker <[email protected]></dd>
<dt>Home page</dt> <dd><a href="https://gitlab.com/rstocker/emacs-bluetooth">https://gitlab.com/rstocker/emacs-bluetooth</a></dd>
<dt>Browse ELPA's repository</dt> <dd><a href="https://git.savannah.gnu.org/cgit/emacs/elpa.git/?h=externals/bluetooth">CGit</a> or <a href="https://git.savannah.gnu.org/gitweb/?p=emacs/elpa.git;a=shortlog;h=refs/heads/externals/bluetooth">Gitweb</a></dd>
</dl><p>To install this package, run in Emacs:</p>
<pre>M-x <span class="kw">package-install</span> RET <span class="kw">bluetooth</span> RET</pre><h2>Full description</h2><pre>
This package implements basic Bluetooth management functionality, such as
connecting and disconnecting devices, setting properties and aliases,
putting the adapter in discovery mode and controlling its power supply.
It also includes a pairing agent.
It uses the Bluez Bluetooth stack on GNU/Linux via the D-Bus interface.
Therefore, it requires an Emacs with D-Bus support compiled-in.
To use the package, invoke `bluetooth-list-devices'.
</pre>
<div class="footer">
<div class="container">
<p>Copyright 2016-2021 <a href="https://fsf.org">Free Software Foundation</a>, Inc.</p>
<p>Design provided by <a href="https://nicolas.petton.fr">Nicolas Petton</a></p>
<p>
This website is licensed under the
<a href="https://creativecommons.org/licenses/by-nd/4.0/">CC BY-ND 4.0</a>
International License.
</p>
<p><a href="/jslicense.html" data-jslicense="1">JavaScript Licenses</a></p>
</div>
</div>
</body>