summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 4.744.74Marcel Holtmann2010-10-052-1/+9
* Update library versionMarcel Holtmann2010-10-051-1/+1
* Use LMP_HOST prefix for the extended featuresMarcel Holtmann2010-10-052-4/+2
* Bluetooth: Add support to specify patch download locationSuraj Sumangala2010-10-051-2/+50
* Fix regression for Legacy PairingVinicius Costa Gomes2010-10-041-1/+1
* Read local extended features asynchronouslyClaudio Takahasi2010-10-044-26/+56
* Fix interleave scanningClaudio Takahasi2010-10-042-8/+10
* Forcing periodic inquiry exitClaudio Takahasi2010-10-041-3/+3
* Do not send another Discovering TRUE signal if still resolving namesClaudio Takahasi2010-10-041-0/+4
* Add adapter discovery type functionClaudio Takahasi2010-10-044-82/+105
* Postpone discovery if still resolving namesClaudio Takahasi2010-10-041-1/+4
* Fixing DeviceDisappeared signalClaudio Takahasi2010-10-042-38/+33
* Fix periodic inquiry signalsClaudio Takahasi2010-10-042-31/+8
* Clear the remote device found list in the state transitionClaudio Takahasi2010-10-043-25/+9
* Code cleanup: improving inquiry logicClaudio Takahasi2010-10-042-16/+5
* Don't enter on interleave mode if there isn't active sessionsClaudio Takahasi2010-10-041-2/+6
* Rename hciops {start, stop}_discovery to {start, stop}_inquiryClaudio Takahasi2010-10-043-10/+10
* Stop LE scanning when discovery is suspendedClaudio Takahasi2010-10-041-11/+16
* Read the local extended featuresClaudio Takahasi2010-10-043-1/+54
* Add extended feature mask constants definitionClaudio Takahasi2010-10-041-0/+5
* Set the LE host supported and disable simultaneous LE and BR/EDR flagsClaudio Takahasi2010-10-044-0/+41
* Fix remote name resolution for interleave discoveryClaudio Takahasi2010-10-043-28/+10
* Stop inquiry using the length parameterClaudio Takahasi2010-10-041-21/+5
* Add length argument on hciops start discovery functionClaudio Takahasi2010-10-043-6/+8
* Send Discovering property "FALSE" when the interleave finishesClaudio Takahasi2010-10-041-12/+54
* Decoding the RSSI parameter from the advertising report eventClaudio Takahasi2010-10-041-4/+10
* Remove RSSI field from the advertising report eventClaudio Takahasi2010-10-041-3/+2
* Add BR/EDR LE interleaved discoveryVinicius Costa Gomes2010-10-046-26/+107
* Add LE start and stop scanningClaudio Takahasi2010-10-044-1/+64
* Make link key removal HCI command asynchronousJohan Hedberg2010-10-041-1/+6
* Make inquiry mode writing asynchronousJohan Hedberg2010-10-041-1/+6
* Modify dec_read_req() to get PDU length as parameterAnderson Lizardo2010-10-043-3/+6
* Replace hardcoded minimum length values with constantsAnderson Lizardo2010-10-041-44/+84
* Remove typecast from att_get_u16() callsAnderson Lizardo2010-10-043-35/+31
* Fix constness of att_get_u{8,16,32}() functionsAnderson Lizardo2010-10-041-6/+6
* Make EIR data writing asynchronousJohan Hedberg2010-10-041-6/+10
* Allow errors to propagate from connection callbackAnderson Lizardo2010-10-041-8/+21
* Add Write Characteristic Value support to attribute serverAnderson Lizardo2010-10-041-1/+23
* Fix and refactor characteristic value update codeAnderson Lizardo2010-10-041-23/+10
* Add org.bluez.Watcher interface to default policyAnderson Lizardo2010-10-041-0/+1
* Add test/test-attrib for testing Attribute APIAnderson Lizardo2010-10-041-0/+120
* Rename global "handle" variable to "sdp_handle"Anderson Lizardo2010-10-041-4/+4
* Implement characteristic_write callback in gatttoolBruna Moreira2010-10-041-1/+52
* Add new option for char value write in gatttoolBruna Moreira2010-10-041-9/+26
* Make handle parameter mandatory in gatttoolBruna Moreira2010-10-041-2/+8
* Use g_slist_foreach() instead of a for loopBruna Moreira2010-10-041-17/+14
* Write new value for characteristic valueBruna Moreira2010-10-041-1/+12
* Move connection common code to l2cap_connect()Bruna Moreira2010-10-041-24/+32
* Remove unnecessary check for watcher pathAnderson Lizardo2010-10-041-12/+0
* Implement Write command in GATT APIBruna Moreira2010-10-042-0/+14