HomeSort by relevance Sort by last modified time
    Searched refs:hdp_device (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/bluez/health/
hdp_util.h 37 gboolean hdp_get_mdep(struct hdp_device *device, struct hdp_application *app,
42 gboolean hdp_establish_mcl(struct hdp_device *device,
48 gboolean hdp_get_dcpsm(struct hdp_device *device, hdp_continue_dcpsm_f func,
57 struct hdp_device *health_device_ref(struct hdp_device *hdp_dev);
58 void health_device_unref(struct hdp_device *hdp_dev);
hdp.h 35 gboolean hdp_set_mcl_cb(struct hdp_device *device, GError **err);
hdp_types.h 100 struct hdp_device { struct
116 struct hdp_device *dev; /* Device where this channel belongs */
hdp.c 61 static struct hdp_device *create_health_device(DBusConnection *conn,
69 struct hdp_device *dev;
211 const struct hdp_device *hdp_device = a; local
214 if (hdp_device->dev == device)
222 const struct hdp_device *device = a;
231 const struct hdp_device *device = a;
298 static void device_unref_mcl(struct hdp_device *hdp_device)
300 if (!hdp_device->mcl
1216 struct hdp_device *hdp_device; local
1249 struct hdp_device *hdp_device; local
1266 struct hdp_device *hdp_device; local
1281 struct hdp_device *hdp_device; local
    [all...]
hdp_util.c 65 struct hdp_device *dev;
848 gboolean hdp_get_mdep(struct hdp_device *device, struct hdp_application *app,
1016 struct hdp_device *device = conn_data->dev;
1075 gboolean hdp_establish_mcl(struct hdp_device *device,
1146 gboolean hdp_get_dcpsm(struct hdp_device *device, hdp_continue_dcpsm_f func,

Completed in 66 milliseconds