Home
last modified time | relevance | path

Searched refs:mdepid (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluez/health/
Dhdp_util.c544 sdp_data_t *mdepid, in app_to_sdplist() local
550 mdepid = sdp_data_alloc(SDP_UINT8, &app->id); in app_to_sdplist()
551 if (!mdepid) in app_to_sdplist()
568 f_list = sdp_list_append(NULL, mdepid); in app_to_sdplist()
587 if (mdepid) in app_to_sdplist()
588 sdp_data_free(mdepid); in app_to_sdplist()
769 sdp_data_t *data_type, *mdepid, *role_t, *desc_t; in get_mdep_from_rec() local
775 mdepid = feat->val.dataseq; in get_mdep_from_rec()
776 if (!mdepid) in get_mdep_from_rec()
779 data_type = mdepid->next; in get_mdep_from_rec()
[all …]
Dmcap_lib.h83 uint8_t mdepid, uint16_t mdlid,
121 uint8_t mdepid,
Dmcap.c108 uint8_t mdepid, uint16_t mdlid, in default_mdl_conn_req_cb() argument
467 uint8_t mdepid, in mcap_create_mdl() argument
489 mdl->mdep_id = mdepid; in mcap_create_mdl()
498 cmd = create_mdl_req(id, mdepid, conf); in mcap_create_mdl()
Dhdp.c1064 static uint8_t hdp_mcap_mdl_conn_req_cb(struct mcap_mcl *mcl, uint8_t mdepid, in hdp_mcap_mdl_conn_req_cb() argument
1074 if (mdepid == HDP_MDEP_ECHO) { in hdp_mcap_mdl_conn_req_cb()
1104 l = g_slist_find_custom(applications, &mdepid, cmp_app_id); in hdp_mcap_mdl_conn_req_cb()