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)
bta_gattc_int.h
307
UINT8
num_clcb
; /* number of associated CLCB */
member in struct:__anon2956
338
UINT8
num_clcb
; /* number of associated CLCB */
member in struct:__anon2958
bta_gattc_act.c
281
if (p_clreg->
num_clcb
> 0)
731
if (p_clreg->
num_clcb
== 0 && p_clreg->dereg_pending)
[
all
...]
Completed in 91 milliseconds