summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 4.734.73Marcel Holtmann2010-10-032-1/+9
* Move authentication requirements fetching to hciopsJohan Hedberg2010-10-014-40/+44
* Move user passkey reply to hciopsJohan Hedberg2010-10-014-21/+43
* Move user confirmation reply to hciopsJohan Hedberg2010-10-014-21/+38
* Move PIN code reply to hciopsJohan Hedberg2010-10-014-30/+46
* Move authentication request to hciopsJohan Hedberg2010-10-014-43/+66
* Move link key removal from controller to hciopsJohan Hedberg2010-10-014-11/+29
* Move disconnect command sending to hciopsJohan Hedberg2010-10-014-16/+35
* Move default link policy read command to hciopsJohan Hedberg2010-10-013-12/+23
* Move SSP mode initialization to hciopsJohan Hedberg2010-10-013-11/+24
* Move local features reading to hciopsJohan Hedberg2010-10-013-4/+23
* Move local version reading to hciopsJohan Hedberg2010-10-013-4/+25
* Fix object path in the register watcher methodClaudio Takahasi2010-09-301-7/+4
* Add SetProperty in the Device characteristic hierarchyClaudio Takahasi2010-09-301-0/+7
* Add GetProperties method in the Device service hierarchyClaudio Takahasi2010-09-301-25/+3
* Fix left open socket warning for attribute serverClaudio Takahasi2010-09-301-2/+6
* Fix invalid read and memory leak in the attribute serverClaudio Takahasi2010-09-301-3/+1
* Add characteristic SetProperty implementationClaudio Takahasi2010-09-301-14/+72
* Add "Services" property in the org.bluez.Device interfaceVinicius Costa Gomes2010-09-305-29/+51
* Fix ValueChanged not being called on registered agentsVinicius Costa Gomes2010-09-301-3/+0
* Use bt_io_connect in gatttoolBruna Moreira2010-09-302-86/+30
* Add support for LE connections to the GATT serverVinicius Costa Gomes2010-09-301-0/+19
* Add support for LE connections to gatttoolVinicius Costa Gomes2010-09-301-5/+12
* Fix filtering out LE eventsVinicius Costa Gomes2010-09-302-0/+4
* Add L2CAP fixed channels support for BTIOClaudio Takahasi2010-09-302-10/+28
* l2test: add support to the fixed channelsGustavo F. Padovan2010-09-301-5/+21
* Move connection list fetching to hciopsJohan Hedberg2010-09-303-19/+45
* Move device blocking to hciopsJohan Hedberg2010-09-304-37/+63
* Fix minor whitespace issueJohan Hedberg2010-09-301-1/+1
* Move inquiry response TX power reading to hciopsJohan Hedberg2010-09-303-16/+26
* Move inquiry mode setting to hciopsJohan Hedberg2010-09-303-3/+23
* Move event mask setting to hciopsJohan Hedberg2010-09-303-2/+23
* Fix handlig for gboolean mce_bt_set fieldRafal Michalski2010-09-301-1/+1
* Move adapter address reading to hciopsJohan Hedberg2010-09-293-26/+21
* Move EIR data writing to hciopsJohan Hedberg2010-09-293-11/+26
* Add checking for agent reply state in adapterRadoslaw Jablonski2010-09-281-1/+4
* Fix problem with EIR data when setting the nameLukasz Pawlik2010-09-281-0/+1
* Fix headset disconnecting via device disconnectRadoslaw Jablonski2010-09-284-126/+89
* Fix coding style issues in attribute client codeClaudio Takahasi2010-09-221-9/+10
* Add a new property "Services" on the Device objectClaudio Takahasi2010-09-221-0/+4
* Fix wrong D-Bus object path for Device ServiceClaudio Takahasi2010-09-221-1/+2
* Delete all stored data related to GATT/ATT when the device is removedClaudio Takahasi2010-09-223-0/+70
* Remove the timeout source function when the example server exitsClaudio Takahasi2010-09-223-1/+10
* Fix memory leak of characteristic and primary service listsClaudio Takahasi2010-09-221-0/+2
* Unregister the primary and characteristic objectsClaudio Takahasi2010-09-221-6/+18
* Add UnregisterCharacteristicsWatcher implementationClaudio Takahasi2010-09-221-1/+49
* Fix seg fault if the watcher exit before the connection completeClaudio Takahasi2010-09-221-0/+3
* Fix disconnection when multiple watchers are registeredClaudio Takahasi2010-09-221-0/+3
* Increment GAttrib reference for each GATT/ATT requestClaudio Takahasi2010-09-221-83/+83
* Use the destroy function to reset the GAttrib referenceClaudio Takahasi2010-09-223-24/+29