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

  /external/bluetooth/bluez/health/
hdp_types.h 122 uint16_t mdlid; /* Data channel Id */ member in struct:hdp_channel
mcap.c 108 uint8_t mdepid, uint16_t mdlid,
374 static struct mcap_mdl *get_mdl(struct mcap_mcl *mcl, uint16_t mdlid)
381 if (mdlid == mdl->mdlid)
390 uint16_t mdlid = mcl->next_mdl; local
394 mdl = get_mdl(mcl, mdlid);
396 mcl->next_mdl = (mdlid % MCAP_MDLID_FINAL) + 1;
397 return mdlid;
399 mdlid = (mdlid % MCAP_MDLID_FINAL) + 1
1161 uint16_t mdlid; local
1468 uint16_t mdlid = ntohs(cmdlast->mdl); local
    [all...]
mcap_internal.h 94 GSList *mdls; /* List of Data Channels shorted by mdlid */
119 uint16_t mdlid; /* MDL id */ member in struct:mcap_mdl
hdp.c 241 const uint16_t *mdlid = b; local
243 return chan->mdlid - *mdlid;
766 uint16_t mdlid,
778 hdp_chann->mdlid = mdlid;
791 hdp_chann->mdlid);
1065 uint16_t mdlid, uint8_t *conf, void *data)
1097 dev->ndc = create_channel(dev, *conf, NULL, mdlid, NULL, NULL);
1136 l = g_slist_find_custom(dev->channels, &mdlid, cmp_chan_mdlid)
    [all...]
mcap_lib.h 83 uint8_t mdepid, uint16_t mdlid,

Completed in 673 milliseconds