summaryrefslogtreecommitdiffstats
path: root/hcid
Commit message (Expand)AuthorAgeFilesLines
...
* Fix memory leak in Bind and Connect methodsJohan Hedberg2006-09-211-6/+6
* 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-213-22/+48
* Don't use UUID128 for service searching if not necessaryJohan Hedberg2006-09-211-13/+14
* Implement RFCOMM.Bind D-Bus methodJohan Hedberg2006-09-211-54/+174
* Use simple extraction for EIR namesMarcel Holtmann2006-09-201-11/+29
* remote name request cleanupClaudio Takahasi2006-09-202-112/+108
* Deal with name field of extended inquiry responseMarcel Holtmann2006-09-201-14/+39
* Take care of extended inquiry response dataMarcel Holtmann2006-09-203-6/+7
* Set name field for extended inquiry responseMarcel Holtmann2006-09-201-0/+26
* StopPeriodicDiscovery: removed the owner verificationClaudio Takahasi2006-09-202-8/+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-203-41/+39
* Comment out currently unused static functionsJohan Hedberg2006-09-201-0/+2
* Add necessary cast to last parameter of g_utf8_validateJohan Hedberg2006-09-201-1/+3
* Fix endian issue with periodic inquiryMarcel Holtmann2006-09-201-2/+2
* Make opcode packing endian safeMarcel Holtmann2006-09-201-2/+4
* Add proper UTF-8 validation of device names (both local and remote)Johan Hedberg2006-09-192-2/+5
* GetName: Check if the adapter is ready before send the read local name cmdClaudio Takahasi2006-09-192-5/+12
* close the socket before returnClaudio Takahasi2006-09-191-3/+9
* cleanup:lap and command complete eventClaudio Takahasi2006-09-193-8/+6
* Make RFCOMM.Connect() do an SDP search before connectingUlisses Furquim2006-09-193-172/+571
* CancelDiscovery never returns InProgress error.Claudio Takahasi2006-09-191-1/+0
* allow only the requestor stop the periodic inquiryClaudio Takahasi2006-09-191-5/+6
* Add periodic discovery support to the D-Bus APIJohan Hedberg2006-09-196-120/+542
* Close the L2CAP raw socket only after the PIN request has been replied toJohan Hedberg2006-09-151-2/+3
* Cleanup pending pin request list on disconnect eventJohan Hedberg2006-09-151-0/+7
* Use L2CAP raw sockets for HCI connection creationMarcel Holtmann2006-09-155-325/+280
* error handling for multiple *_async callsClaudio Takahasi2006-09-131-14/+10
* cleanupClaudio Takahasi2006-09-131-16/+11
* pending connect leakClaudio Takahasi2006-09-131-0/+3
* Remove a nested function since it breaks code generation with some compilersJohan Hedberg2006-09-131-8/+7
* cleanup: removed unused pointer(attrids)Claudio Takahasi2006-09-131-12/+2
* GetRemoteServiceHandles: use sdp_service_search_async instead of sdp_service_...Claudio Takahasi2006-09-131-36/+22
* removed debug macro:SERVICE_SEARCH_ATTR_REQClaudio Takahasi2006-09-121-65/+11
* Add name listener for RFCOMM.Connect() requestorUlisses Furquim2006-09-121-12/+34
* fixed uuid cmp functionClaudio Takahasi2006-09-122-22/+16
* removed unwanted comments.Claudio Takahasi2006-09-121-13/+0
* fixed str2identifier: convert handle to hexadecimalClaudio Takahasi2006-09-111-1/+1
* Fixed find_record_by_uuidClaudio Takahasi2006-09-111-1/+1
* Make rfcomm_release() close the underlying connectionUlisses Furquim2006-09-111-0/+1
* Check for cancellation in the timer handlerUlisses Furquim2006-09-111-0/+5
* added verification for protocol error and I/O errorClaudio Takahasi2006-09-111-0/+42
* Use a timer when waiting for udev to create the rfcomm device nodeUlisses Furquim2006-09-061-60/+100
* Comment out SERVICE_SEARCH_ATT_REQ defineMarcel Holtmann2006-09-051-1/+1
* Document GetRemoteServiceRecord methodMarcel Holtmann2006-09-051-0/+5
* Use service search methodMarcel Holtmann2006-09-051-1/+1