Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async: Implementation of *_async versions for long-blocking calls #54

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Dec 20, 2017

  1. Async: Implementation of *_async versions for long-blocking calls (sc…

    …an/connect/read/write), that use callbacks to report completion or return data. A ble_scan_async sample is included and a C++ library using these will be made available shortly.
    psychogenic committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    2538cdb View commit details
    Browse the repository at this point in the history
  2. Fix for failing build under older bluez installations, had to rename …

    …async connect function and break naming convention...
    psychogenic committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    f72f62c View commit details
    Browse the repository at this point in the history
  3. async functions currently only supported on dbus-based systems--older…

    … bluez is a whole 'nother story.
    psychogenic committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    c2006a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2018

  1. Fix to provide a context to the connect call's main loop, to avoid in…

    …terfering with glib based apps.
    psychogenic committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    a290c60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6543e5 View commit details
    Browse the repository at this point in the history
  3. Manual loop on connect, to both avoid interfering with glib-mainloop …

    …higher up while catching the dbus signal on connect.
    psychogenic committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    2c15bef View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

  1. Configuration menu
    Copy the full SHA
    7466133 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eacee8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7462949 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ef7272 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    838ae20 View commit details
    Browse the repository at this point in the history
  6. Updated links

    psychogenic committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    62735e4 View commit details
    Browse the repository at this point in the history