summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Update API description to match current implementationJohan Hedberg2007-05-091-25/+49
| |
| * Implement IsPlaying methodJohan Hedberg2007-05-091-0/+27
| |
| * Update serial API documentationMarcel Holtmann2007-05-091-1/+1
| |
| * serial: added verification for pending connectsClaudio Takahasi2007-05-091-18/+63
| |
| * Update serial service test scriptMarcel Holtmann2007-05-091-8/+0
| |
| * Only clean up sdp sessions for the local adapter in questionJohan Hedberg2007-05-091-6/+5
| |
| * Add support for FinishRemoteServiceTransactionJohan Hedberg2007-05-091-0/+37
| |
| * Add HCIUARTGETDEVICE ioctl constantMarcel Holtmann2007-05-091-2/+3
| |
| * Add debug print to get better visibility of what methods are being calledJohan Hedberg2007-05-091-1/+4
| |
| * Make use of FinishRemoteServiceTransaction methodJohan Hedberg2007-05-091-0/+38
| |
| * Implement Adapter.FinishRemoteServiceTransactionJohan Hedberg2007-05-093-10/+66
| |
| * Add test script for input serviceMarcel Holtmann2007-05-092-1/+23
| |
| * Add FinishRemoteServiceTransaction method descriptionMarcel Holtmann2007-05-091-0/+8
| |
| * serial: small code cleanupClaudio Takahasi2007-05-081-26/+28
| |
| * serial: added disconnect serviceClaudio Takahasi2007-05-081-1/+106
| |
| * serial: added friendly service name support for ConnectServiceClaudio Takahasi2007-05-081-2/+54
| |
| * serial: added ServiceConnected/ServiceDisconnected signalsClaudio Takahasi2007-05-081-12/+47
| |
| * Remove RFCOMM interface from official documentationMarcel Holtmann2007-05-082-60/+58
| |
| * Don't compile in RFCOMM interface supportMarcel Holtmann2007-05-083-8/+1
| |
| * Make port hierarchy as experimentalMarcel Holtmann2007-05-081-9/+9
| |
| * Update API descriptionMarcel Holtmann2007-05-081-0/+19
| |
| * Add quirk for the PS3 controllerMarcel Holtmann2007-05-081-0/+5
| |
| * Enable PS3 controller quirkMarcel Holtmann2007-05-081-0/+13
| |
| * serial: added name listenerClaudio Takahasi2007-05-081-5/+133
| |
| * Fix network service test scriptMarcel Holtmann2007-05-081-4/+2
| |
| * Fix bug on FindServer and add missing headers.Luiz Augusto von Dentz2007-05-082-3/+7
| |
| * Proceed if the bridge creation failsMarcel Holtmann2007-05-081-4/+2
| |
| * Add service test scriptsMarcel Holtmann2007-05-084-2/+77
| |
| * Make connection host address available via GetInfo.Luiz Augusto von Dentz2007-05-081-0/+6
| |
| * Update API documentationLuiz Augusto von Dentz2007-05-081-1/+8
| |
| * Fix server load from storage and add FindServer to API.Luiz Augusto von Dentz2007-05-082-11/+92
| |
| * Allow configuration of serial serviceMarcel Holtmann2007-05-084-2/+24
| |
| * serial: added rfcomm_connectClaudio Takahasi2007-05-081-9/+129
| |
| * serial: added code to extract the channelClaudio Takahasi2007-05-071-1/+45
| |
| * serial: added get_recordClaudio Takahasi2007-05-071-2/+65
| |
| * serial: added get_handles and pending_connection structClaudio Takahasi2007-05-071-7/+135
| |
| * serial: get the default adapter addressClaudio Takahasi2007-05-071-0/+18
| |
| * serial: fixed record handle and channel values validationClaudio Takahasi2007-05-071-6/+11
| |
| * serial: added pattern validation for ConnectServiceClaudio Takahasi2007-05-071-9/+39
| |
| * Coding style updates and a few clarifications to error messagesJohan Hedberg2007-05-071-22/+23
| |
| * serial: service refactory - Added skeletonClaudio Takahasi2007-05-071-259/+21
| |
| * Update Service interface and objects to use the generic frameworkJohan Hedberg2007-05-071-110/+79
| |
| * Use the generic signal sending functionsJohan Hedberg2007-05-074-277/+158
| |
| * Add periodic discovery signals do APIJohan Hedberg2007-05-071-0/+10
| |
| * Implement generic signal sending function which also checks for signal ↵Johan Hedberg2007-05-072-0/+101
| | | | | | | | interface, name and paramter type conformance
| * Use a pipe to inform the parent process of child exits during init_device() ↵Johan Hedberg2007-05-071-2/+44
| | | | | | | | and configure_device()
| * Child should always exit instead of returning from the functionJohan Hedberg2007-05-071-1/+1
| |
| * A more efficient strategy for introspection XML generation (only when it is ↵Johan Hedberg2007-05-041-91/+97
| | | | | | | | requested and the object information has changed since the last generation)
| * Fix use of uninitialized memoryJohan Hedberg2007-05-041-1/+5
| |
| * Fix two memory leaks with lmp_vertostr() usageJohan Hedberg2007-05-041-4/+7
| |