OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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:__anon1490
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) {
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
...]
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 120 milliseconds