summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add g_dir* and g_str_has_prefix functions to eglib.Luiz Augusto von Dentz2008-03-114-0/+106
|
* connection ref can't be NULL when device_destroy is calledClaudio Takahasi2008-03-111-3/+3
|
* eglib: Fixing a warning in the g_strsplit, caused by the overflow of setting ↵Vinicius Gomes2008-03-111-14/+14
| | | | a int variable to SSIZE_MAX.
* Added array support for dictClaudio Takahasi2008-03-112-2/+21
|
* Fix invalid read when changing device name.Luiz Augusto von Dentz2008-03-111-1/+1
|
* Add some debug output to echo pluginMarcel Holtmann2008-03-111-0/+4
|
* Add plugin loading supportMarcel Holtmann2008-03-111-1/+92
|
* CreateDevice: Check if the device already existsClaudio Takahasi2008-03-113-0/+20
|
* Add skeleton for the example pluginMarcel Holtmann2008-03-112-0/+53
|
* Add plugin definition structureMarcel Holtmann2008-03-114-3/+15
|
* CreateDevice: return object path instead of stringClaudio Takahasi2008-03-111-1/+1
|
* ListDevices: return object path instead of stringClaudio Takahasi2008-03-111-2/+2
|
* Add directory for pluginsMarcel Holtmann2008-03-113-1/+4
|
* Compile and link against GModule for plugin supportMarcel Holtmann2008-03-111-3/+3
|
* minor cleanup: replace char by gcharClaudio Takahasi2008-03-113-10/+10
|
* Set the define for the plugin directoryMarcel Holtmann2008-03-111-1/+8
|
* added bt_string2list functionClaudio Takahasi2008-03-112-0/+25
|
* Add skeleton for plugin infrastructureMarcel Holtmann2008-03-114-1/+68
|
* Make new eglib functions available in gmain.hLuiz Augusto von Dentz2008-03-111-0/+3
|
* Add implemention of g_str_equal, g_strsplit and g_strconcat to eglib.Luiz Augusto von Dentz2008-03-111-0/+87
|
* Remove use of g_str_equal witch is not part of eglib.Luiz Augusto von Dentz2008-03-101-3/+3
|
* Add Adapter property to device and fix access mode of Name property in ↵Luiz Augusto von Dentz2008-03-102-2/+4
| | | | adapter interface.
* Add initial code of adapter SetProperty.Luiz Augusto von Dentz2008-03-101-26/+97
|
* Update agent method descriptionsMarcel Holtmann2008-03-101-0/+31
|
* Storing device's profilesClaudio Takahasi2008-03-103-0/+28
|
* bt_list2string: fixed memory leakClaudio Takahasi2008-03-101-3/+6
|
* list2string: use space as uuid separatorClaudio Takahasi2008-03-101-1/+2
|
* added list2string functionClaudio Takahasi2008-03-102-0/+17
|
* Fix memory leak.Luiz Augusto von Dentz2008-03-101-0/+1
|
* Change property PeriodicInquiry to PeriodicDiscovery.Luiz Augusto von Dentz2008-03-101-1/+1
|
* Intial adapter GetProperties implementation.Luiz Augusto von Dentz2008-03-101-1/+53
|
* Fix double free.Luiz Augusto von Dentz2008-03-101-2/+0
|
* added new function to convert uuid to string(uuid128)Claudio Takahasi2008-03-105-9/+62
|
* Intial device GetProperties implementation.Luiz Augusto von Dentz2008-03-103-2/+95
|
* rollback an unintended commit on Makefile.amBrad Midgley2008-03-081-1/+2
|
* Cidorvan found another place where the spec had us saving a bunch of valuesBrad Midgley2008-03-082-26/+14
| | | | that were used immediately. Just compute and use instead of saving. In the decoder.
* extract the service class uuidClaudio Takahasi2008-03-073-5/+30
|
* Fix stream reconfiguration when it requires changing the stream endpoint.Luiz Augusto von Dentz2008-03-071-5/+35
|
* Rename some public agent functions to make way to the upcoming new agent APIJohan Hedberg2008-03-075-15/+16
|
* Registering device's object pathClaudio Takahasi2008-03-075-8/+36
|
* Report socket error when bridge module fails to load.Luiz Augusto von Dentz2008-03-071-1/+5
|
* Update documentationMarcel Holtmann2008-03-074-19/+43
|
* glib-helper: Extracting the sdp recordClaudio Takahasi2008-03-071-2/+33
|
* Move documentation into doc directoryMarcel Holtmann2008-03-073-0/+2
|
* Fix handling of compat_ppoll when no timeout is specifiedMarcel Holtmann2008-03-071-1/+6
|
* Allow event listening and commands at the same timeMarcel Holtmann2008-03-071-1/+1
|
* glib-helper: use g_try_malloc instead of g_mallocClaudio Takahasi2008-03-071-3/+5
|
* added missing conditions for sdp connect watchClaudio Takahasi2008-03-061-1/+2
|
* Add CreateDeviceWithAgent to adapter API.Luiz Augusto von Dentz2008-03-061-0/+4
|
* added bt_discover_services functionClaudio Takahasi2008-03-064-18/+195
|