OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_clcb
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/bta/gatt/
bta_gattc_utils.c
236
p_clcb->p_srcb->
num_clcb
++;
237
p_clcb->p_rcb->
num_clcb
++;
286
if (p_srcb->
num_clcb
)
287
p_srcb->
num_clcb
--;
289
if (p_clcb->p_rcb->
num_clcb
)
290
p_clcb->p_rcb->
num_clcb
--;
293
if ( p_srcb->
num_clcb
== 0)
[
all
...]
bta_gattc_int.h
317
UINT8
num_clcb
; /* number of associated CLCB */
member in struct:__anon241
348
UINT8
num_clcb
; /* number of associated CLCB */
member in struct:__anon243
bta_gattc_act.c
295
if (p_clreg->
num_clcb
> 0)
773
if (p_clreg->
num_clcb
== 0 && p_clreg->dereg_pending)
[
all
...]
Completed in 40 milliseconds