summaryrefslogtreecommitdiffstats
path: root/hcid/dbus.c
Commit message (Expand)AuthorAgeFilesLines
* Added out of range signalClaudio Takahasi2006-09-211-2/+63
* send DiscoveryCompleted before PeriodicDiscoveryStoppedClaudio Takahasi2006-09-211-5/+5
* CSR workaround: sending DiscoveryCompleted when exiting from periodic inq mod...Claudio Takahasi2006-09-211-0/+8
* DiscoveryCompleted:send this signal properly when inq is called inside the pe...Claudio Takahasi2006-09-211-18/+43
* Use simple extraction for EIR namesMarcel Holtmann2006-09-201-11/+29
* remote name request cleanupClaudio Takahasi2006-09-201-90/+106
* Deal with name field of extended inquiry responseMarcel Holtmann2006-09-201-14/+39
* Take care of extended inquiry response dataMarcel Holtmann2006-09-201-1/+1
* Cancel/Stop inquiry when unregistering path or if DEV_DOWN is receivedClaudio Takahasi2006-09-201-2/+10
* send PeriodicDiscoveryStopped when stopping the adapterClaudio Takahasi2006-09-201-1/+1
* DiscoveryCompleted was not being sent properly: unregistering path, stopping ...Claudio Takahasi2006-09-201-15/+15
* Fix sending the right HCI command when a discovery is canceledJohan Hedberg2006-09-201-33/+31
* cleanup:lap and command complete eventClaudio Takahasi2006-09-191-1/+1
* Add periodic discovery support to the D-Bus APIJohan Hedberg2006-09-191-86/+309
* Cleanup pending pin request list on disconnect eventJohan Hedberg2006-09-151-0/+7
* Use L2CAP raw sockets for HCI connection creationMarcel Holtmann2006-09-151-162/+67
* Reply for CancelDiscovery now sent before send DiscoveryCompletedClaudio Takahasi2006-09-051-5/+28
* Added DiscoverDevices request owner trackingClaudio Takahasi2006-09-051-1/+99
* Cleanup disc_device_req_name and some related codeJohan Hedberg2006-09-051-42/+35
* Fixed CancelDiscoveryClaudio Takahasi2006-09-041-1/+4
* Cleanup/fix glib-ectomy.c and its usageJohan Hedberg2006-08-261-14/+18
* Reduced CancelBonding reply timeClaudio Takahasi2006-08-251-67/+53
* CancelBonding improvedClaudio Takahasi2006-08-241-21/+51
* Fixed bonding reply message when disconnectedClaudio Takahasi2006-08-231-5/+10
* More coding style fixesJohan Hedberg2006-08-231-1/+1
* Coding style fixesJohan Hedberg2006-08-231-17/+17
* Get rid of redundant pdata->bonding_requestorJohan Hedberg2006-08-231-45/+14
* Improve error reporting for failed HCI commandsJohan Hedberg2006-08-221-1/+2
* splitted requestor_name into bonding_requestor and discovery_requestorClaudio Takahasi2006-08-211-23/+38
* Preliminary support for passkey agent timeoutsJohan Hedberg2006-08-201-16/+17
* First round of Passkey Release method supportJohan Hedberg2006-08-201-1/+11
* Improve situation where bonding requestor exitsJohan Hedberg2006-08-191-1/+28
* Cancel bonding if requestor exitsJohan Hedberg2006-08-191-1/+23
* Cancel agent requests on DEVDOWNJohan Hedberg2006-08-181-0/+2
* Initialize peer_addr to avoid invalid freeMarcel Holtmann2006-08-181-1/+1
* Fix accessing free'd memoryJohan Hedberg2006-08-181-1/+2
* First try at PasskeyAgent Cancel methodJohan Hedberg2006-08-181-12/+11
* Fixed SetMode when the adapter is DOWNClaudio Takahasi2006-08-181-0/+1
* code cleanup:using libc freeClaudio Takahasi2006-08-161-32/+8
* Missing ModeChanged signal on DEVDOWNClaudio Takahasi2006-08-161-1/+9
* clear D-Bus user data when DEVDOWN event is receivedClaudio Takahasi2006-08-161-2/+77
* load/set the default options after HCI_DEV_UPClaudio Takahasi2006-08-151-63/+80
* fixed message reply timeoutClaudio Takahasi2006-08-051-9/+15
* Use D-Bus dispatch status function instead of wakeup function. Seems to fix a...Johan Hedberg2006-08-041-6/+8
* Make use of create_name()Marcel Holtmann2006-07-261-1/+1
* Don't send BondingCreated on link key renewClaudio Takahasi2006-07-101-5/+43
* Fixed timeout for pending replyClaudio Takahasi2006-06-301-7/+85
* Include sys/param.h for PATH_MAX when cross-compilingMarcel Holtmann2006-06-271-0/+1
* Don't configure raw devicesMarcel Holtmann2006-06-171-0/+9
* Remove BondingFailed signal for nowMarcel Holtmann2006-06-091-1/+11