summaryrefslogtreecommitdiff
path: root/health
Commit message (Expand)AuthorAgeFilesLines
* Fix include paths for health pluginJaikumar Ganesh2011-04-012-2/+2
* Fix uninitialized variable warningLuiz Augusto von Dentz2011-03-291-0/+1
* Emit missing signal when data channel is reconnected.Santiago Carot-Nemesio2011-03-271-3/+12
* Fix memory leak if an error occurs when a data channel is reconnected.Santiago Carot-Nemesio2011-03-271-3/+3
* Fix security level for MCAP instances created from HDP pluginSantiago Carot-Nemesio2011-03-231-1/+1
* Add more functions for new UUID handlingElvis Pfützenreuter2011-03-151-15/+0
* 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