summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mgmt: Add set_io_capability commandJohan Hedberg2011-01-252-0/+6
* Use simple bdaddr list for existing connectionsJohan Hedberg2011-01-211-2/+4
* Fix incoming attrib-server connection MTUsBrian Gix2011-01-211-4/+9
* Keep connection handle information inside adapter_opsJohan Hedberg2011-01-216-89/+44
* Remove unused storage functionsJohan Hedberg2011-01-212-97/+0
* Use an unsigned integer for representing the PIN lengthJohan Hedberg2011-01-215-4/+10
* Add READ_BLOB_REQUEST support to attribute serverBrian Gix2011-01-201-2/+37
* Fix Handle range if Pri/Sec Service is EmptyBrian Gix2011-01-201-0/+1
* Fix use of deprecated glib on coreLuiz Augusto von Dentz2011-01-192-6/+7
* Update Class of Device handling to the latest management interfaceJohan Hedberg2011-01-162-3/+50
* Revert "Send an Invalid PDU Size Error Response for Service Search Req"Johan Hedberg2011-01-171-1/+1
* Move interactive code of Discover Primary to gatt.cClaudio Takahasi2011-01-083-226/+63
* Remove unused variable from browse_req structureClaudio Takahasi2011-01-081-1/+0
* Move GATT service to attribute server coreAnderson Lizardo2011-01-071-0/+5
* Move GAP service registration to src/attrib-server.cAnderson Lizardo2011-01-071-0/+30
* Fix g_attrib_send() to include a new ID parameterBrian Gix2011-01-071-1/+1
* mgmt: Implement set_pairableJohan Hedberg2010-12-302-12/+18
* Refactor handling of UUIDs with respect to adapter_opsJohan Hedberg2010-12-303-41/+32
* Keep found LE device list to use when creating a deviceClaudio Takahasi2010-12-291-6/+33
* Simplify btd_event_conn_complete logicJohan Hedberg2010-12-291-3/+2
* Don't force device creation for pairing failure eventsJohan Hedberg2010-12-291-2/+14
* Remove unneeded set_connectable adapter_ops callbackJohan Hedberg2010-12-292-3/+2
* Fix leak of EIR data if RSSI does not changeAnderson Lizardo2010-12-283-30/+45
* Fix crash due to misplaced parameter in emit_device_found() callAnderson Lizardo2010-12-281-3/+3
* Rename btd_adapter_get_state to btd_adapter_get_modeJohan Hedberg2010-12-282-2/+2
* Remove unused variableJohan Hedberg2010-12-281-4/+0
* Fix adapter state when InitiallyPowered=false and RememberPowered=falseJohan Hedberg2010-12-281-3/+9
* Remove outdated commentsAnderson Lizardo2010-12-271-2/+0
* Remove ancient NAME_SENT name resolution statusAnderson Lizardo2010-12-272-20/+0
* Add debug print for tracking adapter_mode_changed callsJohan Hedberg2010-12-271-0/+2
* Fix closing of SDP server socketsJohan Hedberg2010-12-271-14/+19
* Add Broadcaster property in DeviceFound signalSheldon Demario2010-12-241-0/+8
* Change CreatePairedDevice to support LE devicesSheldon Demario2010-12-245-77/+131
* Fix spurious DeviceDisappeared signals after name resolutionAnderson Lizardo2010-12-231-1/+2
* Change power_on & power_off adapter_ops callbacks to set_poweredJohan Hedberg2010-12-232-7/+6
* Add the btd_ prefix to device_add_serviceVinicius Costa Gomes2010-12-232-2/+2
* Remove GATT information when the device is removedVinicius Costa Gomes2010-12-231-0/+2
* Add a way to retrieve ATT primary servicesVinicius Costa Gomes2010-12-234-4/+21
* Add support for creating devices from stored primary servicesVinicius Costa Gomes2010-12-231-0/+77
* Add support for creating devices from stored typesVinicius Costa Gomes2010-12-233-0/+37
* Add support for storing the device typeVinicius Costa Gomes2010-12-231-1/+10
* Move primary service storage to device.cSheldon Demario2010-12-232-9/+59
* Add a way to store the remote device typeVinicius Costa Gomes2010-12-222-0/+43
* Fix memory leaks in the attrib-serverVinicius Costa Gomes2010-12-221-0/+6
* Remove unneeded variableClaudio Takahasi2010-12-211-3/+2
* Remove bt_discover_services function from glib-helperSheldon Demario2010-12-212-13/+0
* Fix missing reply when create device is cancelledClaudio Takahasi2010-12-211-2/+6
* Remove le_advertising_info struct from adapter.cBruna Moreira2010-12-213-13/+12
* Move EIR flags definitions to adapter.cBruna Moreira2010-12-212-9/+9
* Move debug key handling into adapter_opsJohan Hedberg2010-12-204-45/+10