summaryrefslogtreecommitdiff
path: root/src/device.h
Commit message (Expand)AuthorAgeFilesLines
...
* core: Rename device_is_connected to btd_device_is_connectedSzymon Janc2013-12-031-1/+1
* device: Add device_discover_services functionSzymon Janc2013-11-271-0/+2
* Rename device_get_uuids to btd_device_get_uuidsSzymon Janc2013-11-271-1/+1
* Rename device_device_set_name to btd_device_device_set_nameSzymon Janc2013-11-271-1/+1
* Rename device_set_trusted to btd_device_set_trustedSzymon Janc2013-11-271-1/+1
* Rename device_set_temporary to btd_device_set_temporarySzymon Janc2013-11-271-1/+1
* core: Expose the last bonding attempt timeout on retryAlex Deymo2013-05-101-0/+2
* core: Add device_get_class to the public interfaceAlex Deymo2013-05-101-0/+1
* core: Retry bonding attempt until the iterator reaches the endAlex Deymo2013-05-101-0/+2
* core: Add support for retrying a bondingAlex Deymo2013-05-101-0/+1
* core: Convert the pincode callback to an interable list.Alex Deymo2013-05-101-0/+1
* device: Add function to find a given serviceMikel Astiz2013-05-081-0/+3
* core: Get rid of gintLucas De Marchi2013-05-011-2/+2
* core: Fix storing info for private addressed devicesJohan Hedberg2013-04-291-0/+1
* profile: Use btd_service for connect/disconnectMikel Astiz2013-04-261-7/+0
* core: Add a device_set_trusted() functionAntonio Ospite2013-02-151-0/+1
* core: Add device API for waiting for SDP completionJohan Hedberg2013-01-311-0/+9
* core: Make device_set_auto_connect private to device.cJohan Hedberg2013-01-291-1/+0
* core: Make device_get_auto_connect private to device.cJohan Hedberg2013-01-291-1/+0
* core: Add device_get_auto_connect() function needed for LE connectionsJohan Hedberg2013-01-291-0/+1
* core: Make device_connect LE return int instead of GIOChannelJohan Hedberg2013-01-251-1/+1
* core: Use bdaddr_t instead of char * for device creationJohan Hedberg2013-01-251-1/+1
* device: Rename device_att_connect to device_connect_leVinicius Costa Gomes2013-01-251-1/+1
* device: Clean up device_att_connect()Vinicius Costa Gomes2013-01-251-1/+2
* core: Add device init and cleanup functionsMarcel Holtmann2013-01-201-0/+3
* core: Avoid pointless casting of GCompareFunc for compare functionsMarcel Holtmann2013-01-191-3/+3
* core: Remove the total silly usage of gchar and replace it with just charMarcel Holtmann2013-01-041-2/+2
* core: Add support for device modalias propertyMarcel Holtmann2012-12-291-3/+2
* core: Make device_cancel_bonding static to device.cJohan Hedberg2012-12-191-1/+0
* core: Create a separate function for bonding failure cleanupJohan Hedberg2012-12-191-0/+1
* core: Remove unused device_get_addr_type functionJohan Hedberg2012-12-191-1/+0
* core: Use agent_get to get an agent for device and adapterJohan Hedberg2012-12-171-1/+0
* device: Add btd_device_get_storage_path()Frédéric Danis2012-12-161-0/+2
* core: Add btd_device_get_primary convenience functionJohan Hedberg2012-12-141-0/+2
* core: Make some needlessly exported device functions staticJohan Hedberg2012-12-141-4/+0
* device: Load profiles from storageFrédéric Danis2012-12-131-0/+1
* device: Add device_create_from_storage() functionFrédéric Danis2012-12-131-0/+2
* core: Remove attribute client APIJohan Hedberg2012-12-131-1/+1
* profile: Use direct calls for profile connection statesJohan Hedberg2012-12-111-0/+7
* core: Remove useless device_is_creating functionJohan Hedberg2012-12-101-1/+0
* core: Make device_create_bonding private to device.cJohan Hedberg2012-12-101-2/+0
* core: Remove unused device_is_busy functionJohan Hedberg2012-12-101-1/+0
* core: Pass explicit address type info when creating device objectsJohan Hedberg2012-12-101-1/+0
* core: Make device_browse_primary and device_browse_sdp privateJohan Hedberg2012-12-101-4/+0
* dbus: Rename to org.bluez.Device1Mikel Astiz2012-12-051-1/+1
* core: Add SSP just-works acceptor mapping to Agent.RequestAuthorizationJohan Hedberg2012-12-041-1/+2
* core: Remove unused simple_pairing_complete functionsJohan Hedberg2012-12-041-1/+0
* core: Remove messy authentication callback pointerJohan Hedberg2012-12-041-6/+4
* device: Add btd_ prefix to device_set_pnpid()Vinicius Costa Gomes2012-11-261-1/+1
* device: Retrieve class from storageFrédéric Danis2012-11-161-0/+1