You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I am really happy to discover this marvelous ble tool!
Currently, I want to set an Advertised service UUID for my specified ble application before connection for a central scanning device. While I understand I can set Advertised service UUID via using "sudo hcitool -i hci0 cmd 0x08 0x0008" command, but whenever I set the gobbledegook server up, Advertising packet gets initialized.
Is it a way to set it with gobbledegook?
The text was updated successfully, but these errors were encountered:
Look into Mgmt.cpp and setAdvertising(..). There, you can modify things as you want. For example, the add-advertisement command could be used instead of set-advertising command. https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/doc/mgmt-api.txt
The link above describes the possible commands from mgmt-api of bluez.
Hello. I am really happy to discover this marvelous ble tool!
Currently, I want to set an Advertised service UUID for my specified ble application before connection for a central scanning device. While I understand I can set Advertised service UUID via using "sudo hcitool -i hci0 cmd 0x08 0x0008" command, but whenever I set the gobbledegook server up, Advertising packet gets initialized.
Is it a way to set it with gobbledegook?
The text was updated successfully, but these errors were encountered: