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
Hi,
I used notification .c code to test receiving data from Nexgo-POS-BLE device.It was able to recive correct data but was crashing with following error:
Hi,
I used notification .c code to test receiving data from Nexgo-POS-BLE device.It was able to recive correct data but was crashing with following error:
Notification Handler: 30 30 30 30 30 30 30 30 30 30 30
munmap_chunk(): invalid pointer
Aborted (core dumped)
(30 30 30 30 30 30 30 30 30 30 30 was the data i sent and i was able to receive it correctly)
However when i used following indication fns instead of notification fns ,it worked flawlessly:
gattlib_register_indication(connection, notification_handler, NULL);
gattlib_indication_start(connection, &g_notify_uuid);
The text was updated successfully, but these errors were encountered: