0

I have Debian 8.1 with Bluez 5.23. I know how to connect with BLE transmitter with hcitool and gatttool. But is there any way to emulate BLE transmitter on Debian?

LA_
  • 19,823
  • 58
  • 172
  • 308
  • I think you need to be more specific... Are you trying to just send out ad packets? Do you want to have a GATT server? Whatever it is, the answer is probably "yes", but some things may be harder than other things. – Tim Tisdall Aug 18 '15 at 14:26
  • @TimTisdall, yes, I want to start with ad packets. – LA_ Aug 18 '15 at 18:01
  • 1
    You can do it with `sudo hcitool -i hci0 cmd 0x08 0x0008 12 34 56 78`. That turns undirected advertising on with IAR data of `12 34 56 78`. You'll have to read up on the IAR format to put something useful in there. – Tim Tisdall Aug 18 '15 at 18:14
  • possible duplicate of [Use BlueZ Stack As A Peripheral (Advertiser)](http://stackoverflow.com/questions/16151360/use-bluez-stack-as-a-peripheral-advertiser) – LA_ Aug 20 '15 at 21:02
  • 1
    ^_^ you don't need to vote to close your own question... – Tim Tisdall Aug 21 '15 at 14:40

0 Answers0