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

  /external/bluetooth/bluez/health/
mcap.h 83 /* MDEP IDs */
100 uint8_t mdep; member in struct:__anon1573
hdp_types.h 121 uint8_t mdep; /* Remote MDEP */ member in struct:hdp_channel
hdp.c 71 uint8_t mdep; member in struct:hdp_create_dc
103 if (chan->mdep == HDP_MDEP_ECHO) {
489 if (dev && hdp_chan->mdep != HDP_MDEP_ECHO)
734 if (hdp_chan->mdep != HDP_MDEP_ECHO)
784 hdp_chann->mdep = app->id;
796 if (hdp_chann->mdep == HDP_MDEP_ECHO)
970 if (chan->mdep == HDP_MDEP_ECHO) {
1048 if (dev->ndc->mdep != HDP_MDEP_ECHO)
1174 (chan->mdep != HDP_MDEP_ECHO))
    [all...]
hdp_util.c 755 uint16_t d_type, uint8_t *mdep, char **desc)
759 if (!desc && !mdep)
797 if (mdep)
798 *mdep = mdepid->val.uint8;
815 uint8_t mdep; local
826 mdep_data->app->data_type, &mdep, NULL)) {
828 "No matching MDEP found");
834 mdep_data->func(mdep, mdep_data->data, NULL);

Completed in 18 milliseconds