I'm facing the following problem with my RPi 3B: I'd like to send some HCI ACL Data Packets to a connected BLE device. I did the connection to the BLE device via
Code: Select all
sudo hcitool cmd 0x08 0x000D 60 00 60 00 00 01 FF FF FF FF FF FF 00 18 00 28 00 00 00 2A 00 00 00 00 00
where FF FF FF FF FF FF stands for my MAC address. The connection is successfully opened.
Then I'd like to send a HCI_ACLDATA_PKT to this connected device. I can't do this with hcitool cmd as this supports only HCI_COMMAND_PKT.
My idea is that there might be a serial interface where I can send the corresponding HCI-Bytes to.
Does anybody can help me, how I can submit HCI ACL Data Packets to a connected device? Is there a different tool than hcitool?
Thank you very much for your help!
drink