OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mdepid
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluez/health/
hdp_util.c
544
sdp_data_t *
mdepid
,
local
550
mdepid
= sdp_data_alloc(SDP_UINT8, &app->id);
551
if (!
mdepid
)
568
f_list = sdp_list_append(NULL,
mdepid
);
587
if (
mdepid
)
588
sdp_data_free(
mdepid
);
769
sdp_data_t *data_type, *
mdepid
, *role_t, *desc_t;
local
775
mdepid
= feat->val.dataseq;
776
if (!
mdepid
)
779
data_type =
mdepid
->next
[
all
...]
mcap_lib.h
83
uint8_t
mdepid
, uint16_t mdlid,
121
uint8_t
mdepid
,
mcap.c
108
uint8_t
mdepid
, uint16_t mdlid,
467
uint8_t
mdepid
,
489
mdl->mdep_id =
mdepid
;
498
cmd = create_mdl_req(id,
mdepid
, conf);
[
all
...]
hdp.c
1064
static uint8_t hdp_mcap_mdl_conn_req_cb(struct mcap_mcl *mcl, uint8_t
mdepid
,
1074
if (
mdepid
== HDP_MDEP_ECHO) {
1104
l = g_slist_find_custom(applications, &
mdepid
, cmp_app_id);
[
all
...]
Completed in 17 milliseconds