aboutsummaryrefslogtreecommitdiff
path: root/src/adapter.c
AgeCommit message (Expand)Author
2011-03-30Add support for re-using the attrib channelVinicius Costa Gomes
2011-03-30Remove _init and _exit methods from Attrib clientVinicius Costa Gomes
2011-03-30Register Attrib interface when loading device from storageVinicius Costa Gomes
2011-03-29Fix missing Discovering signal when scanningClaudio Takahasi
2011-03-29Don't disable LE scan when started by external toolsClaudio Takahasi
2011-03-29Clean up btd_adapter_get_mode logicJohan Hedberg
2011-03-29Fix adapter->initialized state trackingJohan Hedberg
2011-03-29Fix emitting UUIDs signals when initializing adaptersJohan Hedberg
2011-03-27Add initial support for Out of Band (OOB) association modelSzymon Janc
2011-03-23Add release all sessions when adapter is switched offDmitriy Paliy
2011-03-18Set correct adapter state in cancel_resolve_nameRadoslaw Jablonski
2011-03-15Use new UUID functions in GATTElvis Pfützenreuter
2011-03-10Fix unloading of adapter driversSzymon Janc
2011-03-04Fix response on adapter RequestSession methodDmitriy Paliy
2011-02-22Fix not setting global mode when SetProperty is usedLuiz Augusto von Dentz
2011-02-17Fix Device Name CharacteristicClaudio Takahasi
2011-02-17Update the Device Name characteristic when the local name has changedClaudio Takahasi
2011-02-17Update Device Appearance Characteristic based on device classClaudio Takahasi
2011-02-15Remove unused scan_enable codeJohan Hedberg
2011-02-15Fix parsing of "Flags" AD typeAnderson Lizardo
2011-02-15Fix not stopping name resolving when discovery is suspendedLuiz Augusto von Dentz
2011-02-04Fix refcount in btd_adapter_any_request_path()Anderson Lizardo
2011-01-31Remove unneeded adapter_ops->request_authentication callbackJohan Hedberg
2011-01-28Refactor pairing code to match the management interfaceJohan Hedberg
2011-01-25mgmt: Add set_io_capability commandJohan Hedberg
2011-01-21Use simple bdaddr list for existing connectionsJohan Hedberg
2011-01-21Keep connection handle information inside adapter_opsJohan Hedberg
2011-01-21Use an unsigned integer for representing the PIN lengthJohan Hedberg
2011-01-16Update Class of Device handling to the latest management interfaceJohan Hedberg
2010-12-30mgmt: Implement set_pairableJohan Hedberg
2010-12-30Refactor handling of UUIDs with respect to adapter_opsJohan Hedberg
2010-12-29Keep found LE device list to use when creating a deviceClaudio Takahasi
2010-12-29Remove unneeded set_connectable adapter_ops callbackJohan Hedberg
2010-12-28Fix leak of EIR data if RSSI does not changeAnderson Lizardo
2010-12-28Fix crash due to misplaced parameter in emit_device_found() callAnderson Lizardo
2010-12-28Rename btd_adapter_get_state to btd_adapter_get_modeJohan Hedberg
2010-12-28Remove unused variableJohan Hedberg
2010-12-28Fix adapter state when InitiallyPowered=false and RememberPowered=falseJohan Hedberg
2010-12-27Add debug print for tracking adapter_mode_changed callsJohan Hedberg
2010-12-24Add Broadcaster property in DeviceFound signalSheldon Demario
2010-12-24Change CreatePairedDevice to support LE devicesSheldon Demario
2010-12-23Fix spurious DeviceDisappeared signals after name resolutionAnderson Lizardo
2010-12-23Change power_on & power_off adapter_ops callbacks to set_poweredJohan Hedberg
2010-12-23Add a way to retrieve ATT primary servicesVinicius Costa Gomes
2010-12-23Add support for creating devices from stored primary servicesVinicius Costa Gomes
2010-12-23Add support for creating devices from stored typesVinicius Costa Gomes
2010-12-21Remove le_advertising_info struct from adapter.cBruna Moreira
2010-12-21Move EIR flags definitions to adapter.cBruna Moreira
2010-12-20Move debug key handling into adapter_opsJohan Hedberg
2010-12-19Get rid of unneeded btd_adapter_get_conn_handle functionJohan Hedberg