summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Don't use ident 0 for information requestMarcel Holtmann2006-09-241-2/+2
| |
| * Add information request commandMarcel Holtmann2006-09-241-7/+117
| |
| * missing DiscoveryCompleted if GetRemoteName is called and there is inquiry ↵Claudio Takahasi2006-09-221-7/+7
| | | | | | | | running(started by NON D-Bus)
| * Fix SDP session leak when a page timeout occurrs during ↵Ulisses Furquim2006-09-221-0/+6
| | | | | | | | RFCOMM.{Bind(),Connect()}
| * Stupid format string/parameter fix to previous commitJohan Hedberg2006-09-221-1/+1
| |
| * Check that the caller of RFCOMM.Connect is still present before returning a ↵Johan Hedberg2006-09-221-0/+6
| | | | | | | | successful reply
| * Check discovery checking for CreateBondingJohan Hedberg2006-09-221-1/+1
| |
| * Make sure to disable the name resolution for non D-Bus clientsMarcel Holtmann2006-09-211-36/+69
| |
| * Allow standard inquiry while periodic inquiry is activeMarcel Holtmann2006-09-211-8/+5
| |
| * removed memory leakClaudio Takahasi2006-09-212-4/+13
| |
| * Fix some problems when doing consecutive SDP searchesUlisses Furquim2006-09-211-47/+61
| |
| * Rename RemoteDeviceLost to RemoteDeviceDisappearedMarcel Holtmann2006-09-212-1/+7
| |
| * Move sdp related data allocation from dbus-rfcomm.c to dbus-sdp.cJohan Hedberg2006-09-213-65/+52
| |
| * Added out of range signalClaudio Takahasi2006-09-212-2/+64
| |
| * Revert previous memleak fix since it is incorrect. The real leak is inside ↵Johan Hedberg2006-09-211-6/+6
| | | | | | | | dbus-sdp.c
| * 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 ↵Claudio Takahasi2006-09-211-0/+8
| | | | | | | | mode and standard inq was active
| * DiscoveryCompleted:send this signal properly when inq is called inside the ↵Claudio Takahasi2006-09-213-22/+48
| | | | | | | | periodic inq idle interval
| * 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
| | | | | | | | device, initiated by non D-Bus
| * 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
| |
| * Include sys/select.h for pselect()Marcel Holtmann2006-09-201-0/+1
| |
| * Add necessary cast to last parameter of g_utf8_validateJohan Hedberg2006-09-201-1/+3
| |
| * Fix endian issue with periodic inquiryMarcel Holtmann2006-09-202-4/+4
| |
| * Make opcode packing endian safeMarcel Holtmann2006-09-201-2/+4
| |
| * Add check for end of string in all places after incrementing the current charJohan Hedberg2006-09-191-9/+9
| |
| * Add proper UTF-8 validation of device names (both local and remote)Johan Hedberg2006-09-194-2/+94
| |
| * 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
| |
| * Add details about Celluon keyboardMarcel Holtmann2006-09-181-0/+38
| |
| * Find J-Three keyboard on inquiryMarcel Holtmann2006-09-161-1/+2
| |
| * Add support for the J-Three keyboardMarcel Holtmann2006-09-164-113/+226
| |
| * Add information about fake input devicesMarcel Holtmann2006-09-152-1/+81
| |
| * Close the L2CAP raw socket only after the PIN request has been replied toJohan Hedberg2006-09-151-2/+3
| |