summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* core: Expose the last bonding attempt timeout on retryAlex Deymo2013-05-103-1/+77
* core: Add device_get_class to the public interfaceAlex Deymo2013-05-102-0/+6
* core: Retry bonding attempt until the iterator reaches the endAlex Deymo2013-05-104-13/+135
* core: Add support for retrying a bondingAlex Deymo2013-05-103-1/+14
* plugins: Extend the pin code callback with the call numberAlex Deymo2013-05-102-2/+3
* core: Convert the pincode callback to an interable list.Alex Deymo2013-05-104-8/+70
* core: Don't update a known long name with a short name.Alex Deymo2013-05-081-3/+7
* profile: Error-cases for incoming connectionsMikel Astiz2013-05-081-11/+23
* profile: Fix remotely initiated connections without serviceMikel Astiz2013-05-081-1/+8
* device: Add function to find a given serviceMikel Astiz2013-05-082-0/+19
* core: Get rid of gcharLucas De Marchi2013-05-023-6/+6
* core: Get rid of gintLucas De Marchi2013-05-019-19/+19
* shared: Remove static address assignment in hciemuJefferson Delfes2013-04-301-9/+1
* shared: Return real address of master dev in hciemuJefferson Delfes2013-04-301-2/+9
* attrib-server: Fix btd_device_get_storage_path failure handlingJohan Hedberg2013-04-291-2/+14
* core: Refuse storage for private addressed devicesJohan Hedberg2013-04-291-0/+6
* core: Fix storing info for private addressed devicesJohan Hedberg2013-04-294-39/+79
* core: Remove useless attrib server confirm callbackJohan Hedberg2013-04-261-16/+4
* profile: Use btd_service for connect/disconnectMikel Astiz2013-04-265-36/+43
* service: Add callbacks to track state changesMikel Astiz2013-04-262-0/+56
* service: Add error-code btd_serviceMikel Astiz2013-04-262-0/+8
* core: Add user_data to btd_serviceMikel Astiz2013-04-262-0/+14
* profile: Use btd_service for probing profilesMikel Astiz2013-04-263-7/+12
* device: Replace pending profile list with servicesMikel Astiz2013-04-261-20/+18
* device: Find services instead of profilesMikel Astiz2013-04-261-11/+7
* device: Replace connected_profiles with btd_serviceMikel Astiz2013-04-261-29/+33
* core: Add a state enum to btd_serviceMikel Astiz2013-04-262-1/+119
* core: Add connect/disconnect API to btd_serviceMikel Astiz2013-04-263-15/+68
* core: Add probe API to btd_serviceMikel Astiz2013-04-263-14/+28
* device: Use btd_service to represent profilesMikel Astiz2013-04-261-23/+54
* core: Add btd_service to represent device servicesMikel Astiz2013-04-262-0/+139
* profile: Remove UUID list from probe functionMikel Astiz2013-04-263-17/+5
* device: Fix returned error codeMikel Astiz2013-04-261-2/+0
* core: Delay Paired property until SDP completesJohan Hedberg2013-04-231-1/+11
* profile: Add MNS server recordChristian Fetzer2013-04-101-0/+55
* shared: Use gcc builtin instead of g_atomicLucas De Marchi2013-04-091-2/+2
* core: Fix a double free on adapter_stopAlex Deymo2013-04-021-13/+11
* core: Memory leak on device_free for eir_uuids field.Alex Deymo2013-03-301-0/+3
* core: Fix wrong argument on agent *_cb functions.Alex Deymo2013-03-211-6/+4
* textfile: Fix a pointer arithmetic logic bug in read_key()Alex Deymo2013-03-151-1/+1
* textfile: find_key parsing nitAlex Deymo2013-03-151-1/+1
* profile: Limit to one remote UUID per profileMikel Astiz2013-03-103-50/+28
* core: Fix crash when registering an invalid profileVinicius Costa Gomes2013-02-231-1/+6
* adapter: Fix registering adapter with no addressSzymon Janc2013-02-151-1/+1
* core: Fix calling profile .connect multiple timesLuiz Augusto von Dentz2013-02-151-0/+13
* adapter: Always set new default adapter if current one is removedSzymon Janc2013-02-151-2/+4
* adapter: Mark adapter as default before probing driversSzymon Janc2013-02-151-3/+3
* adapter: Add is_default field to struct btd_adapterSzymon Janc2013-02-151-13/+13
* core: Remove unused code from device_browse_sdp()Anderson Lizardo2013-02-151-15/+8
* core: Use device_set_trusted() in set_trust()Antonio Ospite2013-02-151-11/+1