/external/bluetooth/bluez/health/ |
hdp_types.h | 121 uint8_t mdep; /* Remote MDEP */ member in struct:hdp_channel
|
hdp_util.h | 29 typedef void (*hdp_continue_mdep_f)(uint8_t mdep, gpointer user_data,
|
hdp.c | 71 uint8_t mdep; member in struct:hdp_create_dc 103 if (chan->mdep == HDP_MDEP_ECHO) { 720 if (hdp_chan->mdep != HDP_MDEP_ECHO) 770 hdp_chann->mdep = app->id; 782 if (hdp_chann->mdep == HDP_MDEP_ECHO) 956 if (chan->mdep == HDP_MDEP_ECHO) { 1034 if (dev->ndc->mdep != HDP_MDEP_ECHO) 1160 (chan->mdep != HDP_MDEP_ECHO)) [all...] |
mcap.h | 83 /* MDEP IDs */ 100 uint8_t mdep; member in struct:__anon1490
|
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);
|
mcap.c | 147 return "Invalid MDEP"; 149 return "MDEP Busy"; 418 static mcap_md_create_mdl_req *create_mdl_req(uint16_t mdl_id, uint8_t mdep, 427 req_mdl->mdep = mdep; 1006 mdep_id = req->mdep; [all...] |