VAR-SOM-AM33 Bluetooth: Difference between revisions

From Variscite Wiki
(Created page with "= Bluetooth = * Bring BT device up: <pre> $ hciconfig hci0 up </pre> * Scan for BT devices and ping: <pre> $ hcitool scan $ l2ping 98:03:D8:C7:1A:96 </pre> Then work with ...")
 
No edit summary
Line 2: Line 2:
* Bring BT device up:
* Bring BT device up:
<pre>
<pre>
$ modprobe btwilink
$ hciconfig hci0 up
$ hciconfig hci0 up
</pre>
</pre>

Revision as of 20:00, 28 March 2016

Bluetooth

  • Bring BT device up:
$ modprobe btwilink
$ hciconfig hci0 up
  • Scan for BT devices and ping:
$ hcitool scan 
$ l2ping 98:03:D8:C7:1A:96

Then work with any other standard bluetooth API and commands.