VAR-SOM-AM33 Bluetooth

From Variscite Wiki
Revision as of 12:34, 22 December 2015 by Admin (talk | contribs) (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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Bluetooth

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