summaryrefslogtreecommitdiff
path: root/health
Commit message (Expand)AuthorAgeFilesLines
* HDP: reject MDL reconnection with different MTUElvis Pfutzenreuter2011-01-282-2/+24
* Get rid of unneeded btd_adapter_get_conn_handle functionJohan Hedberg2010-12-191-6/+4
* Create btd_error_invalid_args()Gustavo F. Padovan2010-12-071-40/+14
* Fix MDL and MCL reference counting in IO watchersJose Antonio Santos Cadenas2010-11-221-9/+19
* Do not increment mdl reference in reconnectionsSantiago Carot-Nemesio2010-11-221-1/+2
* Fix C++ style commentJohan Hedberg2010-11-181-2/+2
* Check if the mcl insiede the device is correctly set before use itJose Antonio Santos Cadenas2010-11-181-2/+15
* Check if MCAP Instance is already released when a callbacks comes back.Santiago Carot-Nemesio2010-11-181-0/+6
* Fixes to echoJose Antonio Santos Cadenas2010-11-181-22/+14
* Remove magic number to check ECHO MDEPs in HDPJose Antonio Santos Cadenas2010-11-181-2/+1
* Return proper response code if there is an error creating echo channelSantiago Carot-Nemesio2010-11-181-0/+3
* Fix dereference to NULL pointers during data channels creationSantiago Carot-Nemesio2010-11-181-4/+9
* Code refactorization in MCAPSantiago Carot-Nemesio2010-11-181-4/+2
* Remove old reference to mcap session in the name of variablesSantiago Carot-Nemesio2010-11-184-74/+74
* Add reference counter to mcap_mdlSantiago Carot-Nemesio2010-11-184-41/+66
* Fix message errorJose Antonio Santos Cadenas2010-11-181-2/+2
* Set reference counter for mcls to gintJose Antonio Santos Cadenas2010-11-181-1/+1
* Add reference counter to mcap_instancesSantiago Carot-Nemesio2010-11-184-6/+33
* Fix typos in mcapJose Antonio Santos Cadenas2010-11-181-2/+2
* Notify a channel deleted when remote side has already deleted itJose Antonio Santos Cadenas2010-11-182-1/+3
* Add missed unrefs for hdp_tmp_dc_dataSantiago Carot-Nemesio2010-11-181-4/+3
* Remove MCL's before removing the applicationSantiago Carot-Nemesio2010-11-181-1/+1
* Add reference counter to hdp_channelJose Antonio Santos Cadenas2010-11-182-32/+88
* Add reference counter to hdp_deviceSantiago Carot-Nemesio2010-11-184-7/+38
* Add reference counter to hdp_applicationJose Antonio Santos Cadenas2010-11-184-19/+58
* Fix segfault in HDP during device re-creationJose Antonio Santos Cadenas2010-11-111-0/+1
* Check HealthApplication path before trying to destroy itElvis Pfützenreuter2010-11-111-0/+6
* Add Application property to HealthChannelElvis Pfützenreuter2010-11-061-0/+3
* Fix coding style and commentElvis Pfützenreuter2010-10-252-2/+2
* Fix fd comparisonElvis Pfützenreuter2010-10-251-2/+2
* Send a proper configuration when a source doesn't have a first reliableSantiago Carot-Nemesio2010-10-251-1/+1
* Fix small coding style issuesElvis Pfützenreuter2010-10-232-15/+17
* Fix minor coding style issue with variable declarationsJohan Hedberg2010-10-221-10/+5
* Check if the channel mode is correct when opening data channelsJose Antonio Santos Cadenas2010-10-211-0/+5
* Change data channel mode for incoming connectionsSantiago Carot-Nemesio2010-10-211-0/+29
* Enable support to change mode for incoming data channels connectionsSantiago Carot-Nemesio2010-10-212-0/+16
* Delete data channels when their device is removed.Jose Antonio Santos Cadenas2010-10-211-2/+5
* Close the data channel if remote side changes the configurationSantiago Carot-Nemesio2010-10-211-6/+12
* Check l2cap configuration when data channels are connectedSantiago Carot-Nemesio2010-10-211-0/+39
* Fix segmentation fault freeing uninitialized pointersSantiago Carot-Nemesio2010-10-211-5/+15
* Emit a valid path when main channel is deletedJose Antonio Santos Cadenas2010-10-211-1/+1
* Notify main channel when it is locally openedJose Antonio Santos Cadenas2010-10-211-0/+10
* Remove obsolete comment from MCAPSantiago Carot-Nemesio2010-10-211-2/+0
* Receive an string instead of an integer for ChannelTypeJose Antonio Santos Cadenas2010-10-211-5/+10
* Remove unnecessary functionSantiago Carot-Nemesio2010-10-141-17/+4
* Remove MDL when delete operation fails with INVALID_MDLID errorSantiago Carot-Nemesio2010-10-141-1/+13
* Abort echo channel if connection was not successfulSantiago Carot-Nemesio2010-10-141-3/+22
* Add initial support for deleting an echo channelJose Antonio Santos Cadenas2010-10-141-3/+35
* Add timeout to wait for echo replySantiago Carot-Nemesio2010-10-141-19/+53
* Separate private echo data from data channelsJose Antonio Santos Cadenas2010-10-142-18/+39