summaryrefslogtreecommitdiffstats
path: root/hcid
Commit message (Expand)AuthorAgeFilesLines
* Fix issues with missing include for PATH_MAXutils-3.32Marcel Holtmann2008-05-202-0/+2
* Fix the object path(s) that the org.bluez.Database interface is available forJohan Hedberg2008-05-161-1/+1
* Implement support for disabling specific plugins from loadingJohan Hedberg2008-05-163-3/+60
* Make some bdaddr_t parameters constMarcel Holtmann2008-05-154-6/+6
* Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-0812-33/+5
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-0812-14/+17
* Emulate libgdbus API for mainloop integrationMarcel Holtmann2008-05-081-2/+7
* Move D-Bus mainloop integration into libgdbusMarcel Holtmann2008-05-081-1/+4
* Register service and UUIDs in one stepMarcel Holtmann2008-05-082-94/+95
* Add skeleton for libgdbus supportMarcel Holtmann2008-05-081-2/+3
* Remove service daemon activation handlingMarcel Holtmann2008-05-088-690/+129
* Remove inotify supportMarcel Holtmann2008-05-082-61/+0
* fixed format stringClaudio Takahasi2008-05-071-1/+1
* fixed format stringClaudio Takahasi2008-05-071-35/+42
* MAC address converted to upper case when creating an object pathCidorvan Leite2008-05-071-1/+4
* Check trusted device list before request authorizationClaudio Takahasi2008-05-021-2/+13
* Moving authorization code to dbus-service.cClaudio Takahasi2008-05-014-119/+116
* fixed service authorizationClaudio Takahasi2008-05-015-21/+137
* Fix bugs on debug messages and fix Adapter property to be DBUS_TYPE_OBJECT_PATH.Luiz Augusto von Dentz2008-04-251-3/+3
* Fix discover services callback function.Luiz Augusto von Dentz2008-04-241-1/+1
* Don't use hci_disconnect for disconnection since it'll "eat up" the disconnec...Johan Hedberg2008-04-221-3/+10
* eglib: fixing the plugin loading when using the eglib.Vinicius Gomes2008-04-171-3/+3
* Fixed remove temporary deviceCidorvan Leite2008-04-151-3/+2
* Fix endiannes handling of connection handlesJohan Hedberg2008-04-153-5/+7
* Make bonding fail and clean up properly if storing the link key failsJohan Hedberg2008-04-151-3/+45
* Remove pin request even if status != 0Johan Hedberg2008-04-151-1/+4
* hcid: removing device object when some error occurs during bonding processVinicius Gomes2008-04-143-0/+21
* Fix bug on CreateDevice which doesn't check if the address given is valid.Luiz Augusto von Dentz2008-04-141-0/+3
* Fix bug that happen when sdp discovery fails no reply is send.Luiz Augusto von Dentz2008-04-141-2/+4
* Do not emit DeviceCreated before sdp discover has complete.Luiz Augusto von Dentz2008-04-141-6/+0
* Check if agent is already createdCidorvan Leite2008-04-111-0/+3
* Fixed memory leak and added address checkCidorvan Leite2008-04-111-9/+10
* hcid: now the DeviceCreated signal is sent only when the pairing is complete.Vinicius Gomes2008-04-111-0/+10
* Plugin auth cancel: call device's agent when it is availableClaudio Takahasi2008-04-111-2/+19
* Fix possible memory leak.Luiz Augusto von Dentz2008-04-111-3/+10
* Emit signals properly when removing a device.Luiz Augusto von Dentz2008-04-113-108/+114
* Plugin auth: use device's agent when it is availableClaudio Takahasi2008-04-111-2/+4
* Added local agent in CreatePairedDeviceCidorvan Leite2008-04-106-35/+61
* simple-agent: added Authorize method handlerClaudio Takahasi2008-04-101-0/+6
* fixed wrong storage file nameClaudio Takahasi2008-04-101-1/+1
* Fix DeviceCreated/DeviceRemoved signal being emitted for temporary devices.Luiz Augusto von Dentz2008-04-092-9/+16
* Added new function for plugin authorizationClaudio Takahasi2008-04-096-7/+110
* Fix temporary device removal not emitting DeviceRemoved.Luiz Augusto von Dentz2008-04-093-19/+29
* Fix CreatePairedDevice and CreateDevice behavior.Luiz Augusto von Dentz2008-04-085-248/+213
* cleanup: connection status is verified twice for RequestAuthorizationClaudio Takahasi2008-04-083-24/+14
* hcid: temporary devices, now devices created at incoming pairing are removed ...Vinicius Gomes2008-04-073-5/+14
* agent Authorize: fixed wrong argument typeClaudio Takahasi2008-04-071-1/+1
* Fix agent double free on device removal.Luiz Augusto von Dentz2008-04-042-15/+16
* cleanup: unused listClaudio Takahasi2008-04-041-1/+0
* search_service cleanupClaudio Takahasi2008-04-034-7/+7