summaryrefslogtreecommitdiff
path: root/android/health.c
Commit message (Expand)AuthorAgeFilesLines
* android: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* android: Remove dead codeSzymon Janc2015-10-301-58/+9
* android/health: improve search efficiencyMichael Janssen2014-12-161-89/+64
* mcap: Rename mcap-lib to mcapRavi kumar Veeramally2014-10-021-1/+1
* mcap: Unify libmcap usage for Android and non-Android versionsRavi kumar Veeramally2014-10-021-1/+1
* android/health: Fix incorrect checkAndrei Emeltchenko2014-08-291-1/+1
* android/health: Avoid multiple times of sdp searchRavi kumar Veeramally2014-08-281-35/+40
* android/health: Shutdown MDL socket when freeing channelSzymon Janc2014-08-251-0/+5
* android/health: Call MDL shutdown after mdl_deleted_cb callbackRavi kumar Veeramally2014-08-251-21/+4
* android/health: Remove mcl instance on mcl_disconnected call backRavi kumar Veeramally2014-08-251-14/+3
* android/health: Fix NULL dereferenceAndrei Emeltchenko2014-08-201-3/+5
* android/health: Simplify search_cb failure caseRavi kumar Veeramally2014-08-191-4/+1
* android/health: Add some information messagesRavi kumar Veeramally2014-08-191-2/+7
* android/health: Fix connect channel failure caseRavi kumar Veeramally2014-08-191-0/+1
* android/health: Fix reconnect scenarioLukasz Rymanowski2014-08-131-1/+1
* android/health: Handle incoming streaming data channel requestRavi kumar Veeramally2014-07-021-4/+9
* android/health: Implement MDL reconnection from remote deviceRavi kumar Veeramally2014-06-301-4/+57
* android/health: Fix do not set mdl callbacks on mcl_reconneced call backRavi kumar Veeramally2014-06-301-6/+7
* android/health: Implement mcl_uncached callbackRavi kumar Veeramally2014-06-301-1/+6
* android/health: Implement mcl_disconnected cbRavi kumar Veeramally2014-06-301-1/+45
* android/health: Fix adding missing breakAndrei Emeltchenko2014-06-301-0/+1
* android/health: Add channel_notify for incoming connectionsAndrei Emeltchenko2014-06-301-5/+16
* android/health: Set L2CAP mode for MCAP channelsAndrei Emeltchenko2014-06-301-15/+60
* android/health: Add handling incoming connectionAndrei Emeltchenko2014-06-301-11/+45
* android/health: Improve debugAndrei Emeltchenko2014-06-291-3/+8
* android/health: Add handling for ECHO serviceAndrei Emeltchenko2014-06-291-1/+63
* android/health: Create mdep for ECHO channelAndrei Emeltchenko2014-06-291-5/+17
* android/health: Assign channel to user_dataAndrei Emeltchenko2014-06-291-0/+3
* android/health: Add channel connectAndrei Emeltchenko2014-06-291-81/+113
* android/health: Refactor channel creationAndrei Emeltchenko2014-06-291-21/+22
* android/health: Add handling MDL connection requestAndrei Emeltchenko2014-06-291-1/+35
* android/health: Add HDP definitionsAndrei Emeltchenko2014-06-291-0/+4
* android/health: Add error check when creating appAndrei Emeltchenko2014-06-291-0/+2
* android/health: Fix NULL dereferenceAndrei Emeltchenko2014-06-271-1/+1
* android/health: Fix wrong callback return typeAndrei Emeltchenko2014-06-271-2/+6
* android/health: Implement destroy_channel callRavi kumar Veeramally2014-06-271-2/+23
* android/health: Implement mdl reconnectRavi kumar Veeramally2014-06-271-0/+60
* android/health: Fix deleting channels queueRavi kumar Veeramally2014-06-271-2/+2
* android/health: Implement mdl_closed_cb callbackRavi kumar Veeramally2014-06-271-1/+8
* android/health: Fix wrong user data passing in set_mcl_cbRavi kumar Veeramally2014-06-271-1/+1
* android/health: Provide a helper funtion to search channel by idRavi kumar Veeramally2014-06-261-1/+68
* android/health: Rename matching functionsRavi kumar Veeramally2014-06-261-16/+17
* android/health: Fix setting wrong PSM for SDP recordAndrei Emeltchenko2014-06-261-1/+1
* android/health: Add setting mcl callbacks for incoming connectionAndrei Emeltchenko2014-06-251-2/+23
* android/health: Refactor create_deviceAndrei Emeltchenko2014-06-251-5/+7
* android/health: Add actual error message to error printAndrei Emeltchenko2014-06-251-1/+1
* android/health: Refactor setting mcl callbacks to functionAndrei Emeltchenko2014-06-251-8/+13
* android/health: trivial: Fix missing spaceAndrei Emeltchenko2014-06-251-0/+1
* android/health: Remove extra checkAndrei Emeltchenko2014-06-251-4/+1