OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_mdl
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluez/health/
mcap_internal.h
104
uint16_t
next_mdl
; /* id used to create next MDL */
member in struct:mcap_mcl
mcap.c
390
uint16_t mdlid = mcl->
next_mdl
;
396
mcl->
next_mdl
= (mdlid % MCAP_MDLID_FINAL) + 1;
400
} while (mdlid != mcl->
next_mdl
);
[
all
...]
Completed in 49 milliseconds