~linaro-maintainers/ubuntu/natty/bluez/overlay

« back to all changes in this revision

Viewing changes to src/device.h

  • Committer: Baptiste Mille-Mathias
  • Date: 2010-05-02 09:54:23 UTC
  • mfrom: (1.1.21 upstream)
  • mto: This revision was merged to the branch mainline in revision 47.
  • Revision ID: baptiste.millemathias@gmail.com-20100502095423-uvhppmntpe5pmdi4
* New upstream release:
  - Fix invalid memory access in headset_get_nrec function.
  - Fix issue with disconnect event on higher protocol layers.
  - Fix issue with list parsing in sdp_set_supp_features function.
  - Fix device object reference counting for SDP browse requests.
  - Add missing memory checks whenever memory is allocated for SDP.
  - Add support for exporting local services via D-Bus.
  - Add more L2CAP Enhanced Retransmission test options.
* debian/patches/01_disable_hal.patch:
  - updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
gboolean device_is_busy(struct btd_device *device);
55
55
gboolean device_is_temporary(struct btd_device *device);
56
56
gboolean device_is_paired(struct btd_device *device);
 
57
gboolean device_is_trusted(struct btd_device *device);
57
58
void device_set_paired(struct btd_device *device, gboolean paired);
58
59
void device_set_temporary(struct btd_device *device, gboolean temporary);
59
60
void device_set_cap(struct btd_device *device, uint8_t cap);