bluez-experiments icon indicating copy to clipboard operation
bluez-experiments copied to clipboard

Experimenting with Bluez

Results 10 bluez-experiments issues
Sort by recently updated
recently updated
newest added

Hi I have some arbitrary data and I want to advertise it via BLE. How can we advertise arbitrary data using this code? I think it is referred as `Manufacturer...

updated version is more memory-efficient

The first time I ran the scantest.c, the BLE devices are detected successfully. However, I have to reboot the Beaglebone to have the st work again.

When you create a function such as: void start_hci_scan(struct hci_state current_hci_state) any changes within start_hci_scan will get discarded (like error states and messages) To fix, the structure can be passed...

Working on WP76xx and using Mirage-Pifa-IOT Card with WL18SBMOD WiFI-BT module. Used the advertisement experiment to test my set up. Seems the **enable- set parameters- set data sequence** works for...

Can you create a service reading program. For example read battery information from battery service after connecting.

It was skipping the first character of the device name

https://github.com/carsonmcdonald/bluez-experiments/blob/master/experiments/scantest.c#L144 -memcpy(name, &data[2], name_len); +memcpy(name, &data[1], name_len);

Newer versions of ncurses seem to be split into two libraries, and `stdscr` belongs to `tinfo`.