HomeSort by relevance Sort by last modified time
    Searched defs:mdl (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluez/health/
mcap.h 77 /* MDL IDs */
99 uint16_t mdl; member in struct:__anon1969
106 uint16_t mdl; member in struct:__anon1970
116 uint16_t mdl; member in struct:__anon1971
hdp_types.h 118 struct mcap_mdl *mdl; /* The data channel reference */ member in struct:hdp_channel
hdp.c 108 mcap_mdl_unref(chan->mdl);
254 static gint cmp_chan_mdl(gconstpointer a, gconstpointer mdl)
258 if (chan->mdl == mdl)
500 static void hdp_mdl_reconn_cb(struct mcap_mdl *mdl, GError *err, gpointer data)
518 if (!mcap_mdl_abort(chan->mdl, abort_mdl_cb, NULL, NULL,
526 fd = mcap_mdl_get_fd(dc_data->hdp_chann->mdl);
554 hdp_conn->cb(hdp_chann->mdl, err, hdp_conn);
563 if (mcap_connect_mdl(hdp_chann->mdl, mode, dcpsm, hdp_conn->cb,
569 hdp_conn->cb(hdp_chann->mdl, err, hdp_conn)
1628 struct mcap_mdl *mdl = data; local
    [all...]
mcap.c 68 struct mcap_mdl *mdl; /* MDL for this operation */ member in struct:mcap_mdl_op_cb
87 static void default_mdl_connected_cb(struct mcap_mdl *mdl, gpointer data)
89 DBG("MCAP Unmanaged mdl connection");
92 static void default_mdl_closed_cb(struct mcap_mdl *mdl, gpointer data)
94 DBG("MCAP Unmanaged mdl closed");
97 static void default_mdl_deleted_cb(struct mcap_mdl *mdl, gpointer data)
99 DBG("MCAP Unmanaged mdl deleted");
102 static void default_mdl_aborted_cb(struct mcap_mdl *mdl, gpointer data)
104 DBG("MCAP Unmanaged mdl aborted")
211 struct mcap_mdl *mdl; local
255 const struct mcap_mdl *mdl = a; local
286 struct mcap_mdl *mdl; local
377 struct mcap_mdl *mdl; local
391 struct mcap_mdl *mdl; local
474 struct mcap_mdl *mdl; local
582 struct mcap_mdl *mdl; local
953 struct mcap_mdl *mdl = elem; local
988 struct mcap_mdl *mdl; local
1069 struct mcap_mdl *mdl; local
1118 struct mcap_mdl *mdl, *abrt; local
1160 struct mcap_mdl *mdl, *aux; local
1334 struct mcap_mdl *mdl = conn->mdl; local
1373 struct mcap_mdl *mdl = reconn->mdl; local
1408 struct mcap_mdl *mdl = abrt->mdl; local
1437 struct mcap_mdl *mdl = elem; local
1464 struct mcap_mdl *mdl = del->mdl; local
1603 struct mcap_mdl *mdl = data; local
1625 struct mcap_mdl *mdl = con->mdl; local
1878 struct mcap_mdl *mdl; local
    [all...]

Completed in 109 milliseconds