VAR-SOM-AM33 Bluetooth: Difference between revisions

From Variscite Wiki
No edit summary
No edit summary
Line 2: Line 2:
* Bring BT device up:
* Bring BT device up:
<pre>
<pre>
$ rmmod btwilink
$ modprobe btwilink
$ modprobe btwilink
$ hciconfig hci0 up
$ hciconfig hci0 up

Revision as of 15:27, 14 November 2016

Bluetooth

  • Bring BT device up:
$ rmmod btwilink
$ 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.