summaryrefslogtreecommitdiff
path: root/src/device.h
AgeCommit message (Expand)AuthorFilesLines
2012-10-05device: Move auth_type_t definition to device.cSzymon Janc1-8/+0
2012-10-05device: Make device_get_address return const pointerSzymon Janc1-1/+1
2012-10-05device: Convert device_get_address into simple getterSzymon Janc1-2/+1
2012-10-03core: Mutually exclude concurrent connectionsJoão Paulo Rechi Vita1-1/+1
2012-10-01adapter: Replace device authorizing flagMikel Astiz1-2/+0
2012-09-28core: Add proper support for run-time removal of profilesJohan Hedberg1-0/+1
2012-09-25core: Add dynamic adapter and device probe supportJohan Hedberg1-0/+1
2012-09-21device: Simplify DBusConnection object handlingAndrzej Kaczmarek1-16/+13
2012-09-20core: Use adapter connect list for LE connectionsJoão Paulo Rechi Vita1-0/+1
2012-09-11core: Move profile code into profile.{c,h}Johan Hedberg1-31/+0
2012-09-07core: Add compare function for bdaddr in a struct btd_deviceJoão Paulo Rechi Vita1-0/+1
2012-09-04core: Refactor authentication handlingJohan Hedberg1-2/+9
2012-09-03Add profile abstraction (replaces btd_device drivers)Johan Hedberg1-13/+33
2012-08-20gatt: Primary service interval may not changeClaudio Takahasi1-0/+2
2012-08-20gatt: Emit PropertyChanged for AppearanceClaudio Takahasi1-0/+1
2012-08-20core: Add device method to access "Appearance"Claudio Takahasi1-0/+1
2012-05-27storage: Store address type in "ccc" filePaulo Alcantara1-0/+1
2012-04-25Remove addr_type_t definition from adapter.hClaudio Takahasi1-3/+3
2012-04-12Add AUTH_TYPE_NOTIFY_PASSKEY to device_request_authenticationScott James Remnant1-0/+1
2012-04-12Pass passkey by pointer rather than by valueScott James Remnant1-1/+1
2012-04-12Rename AUTH_TYPE_NOTIFY to AUTH_TYPE_NOTIFY_PASSKEYScott James Remnant1-1/+1
2012-04-04DeviceInfo: Read PNP IDChen Ganir1-0/+4
2012-01-31event: Add type information to the mgmt "Device Connected" eventVinicius Costa Gomes1-0/+1
2011-12-23Fix device address type trackingJohan Hedberg1-12/+6
2011-10-05Add set auto connect in deviceClaudio Takahasi1-0/+1
2011-10-01Add Vendor, Product and Version properties to org.bluez.DeviceLuiz Augusto von Dentz1-0/+3
2011-09-01Add support for blacklisting eventsAntti Julku1-0/+5
2011-07-11Clean up device bonding removalJohan Hedberg1-1/+1
2011-07-11Fix unpair device when disconnected for No BondingDmitriy Paliy1-0/+1
2011-06-08Add support of secure pin code in mgmt codeWaldemar Rymarkiewicz1-1/+1
2011-05-19Cleanup of device class update signalSheldon Demario1-0/+1
2011-04-20Cleanup: remove header declared but not definedClaudio Takahasi1-4/+0
2011-04-14Fix primary services registration from storage for basic rateClaudio Takahasi1-0/+2
2011-04-14Remove btd_device_add_service functionClaudio Takahasi1-1/+0
2011-04-14Cleanup primary service registration from storageClaudio Takahasi1-2/+2
2011-02-17Move SSP auto-accept handling completely inside hciopsJohan Hedberg1-1/+0
2011-01-28Refactor pairing code to match the management interfaceJohan Hedberg1-6/+0
2011-01-21Keep connection handle information inside adapter_opsJohan Hedberg1-5/+2
2010-12-24Change CreatePairedDevice to support LE devicesSheldon Demario1-1/+4
2010-12-23Add the btd_ prefix to device_add_serviceVinicius Costa Gomes1-1/+1
2010-12-23Add a way to retrieve ATT primary servicesVinicius Costa Gomes1-0/+3
2010-12-23Add support for creating devices from stored typesVinicius Costa Gomes1-0/+1
2010-12-19Fix clearing authentication request for renewed keysJohan Hedberg1-0/+1
2010-12-07Add device type to identify LE, BR/EDR or dual mode devicesClaudio Takahasi1-2/+9
2010-11-29Check the device type when creating the deviceClaudio Takahasi1-2/+3
2010-09-30Add "Services" property in the org.bluez.Device interfaceVinicius Costa Gomes1-0/+1
2010-09-22Fix wrong parameter name in device.hJose Antonio Santos Cadenas1-1/+1
2010-08-11Fix not deleting stored keys when a new one is createdLuiz Augusto von Dentz1-1/+1
2010-06-12Store debug keys in runtime memoryJohan Hedberg1-0/+2
2010-06-12Remove unnecessary device_set_agent functionJohan Hedberg1-1/+0