OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ind_timer
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/bluez/health/
mcap_sync.c
63
guint
ind_timer
; /* CSP-Slave: indication timer */
member in struct:mcap_csp
172
if (mcl->csp->
ind_timer
)
173
g_source_remove(mcl->csp->
ind_timer
);
184
mcl->csp->
ind_timer
= 0;
614
if (mcl->csp->
ind_timer
) {
615
g_source_remove(mcl->csp->
ind_timer
);
616
mcl->csp->
ind_timer
= 0;
621
mcl->csp->
ind_timer
= g_timeout_add(when,
726
if (mcl->csp->
ind_timer
) {
728
g_source_remove(mcl->csp->
ind_timer
);
[
all
...]
Completed in 153 milliseconds