OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pending_enc_clcb
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_auth.c
134
if (GKI_queue_is_empty(&p_clcb->p_tcb->
pending_enc_clcb
))
173
if ((p_buf = (tGATT_PENDING_ENC_CLCB *)GKI_dequeue (&p_tcb->
pending_enc_clcb
)) != NULL)
193
count = p_tcb->
pending_enc_clcb
.count;
196
if ((p_buf = (tGATT_PENDING_ENC_CLCB *)GKI_dequeue (&p_tcb->
pending_enc_clcb
)) != NULL)
238
count = p_tcb->
pending_enc_clcb
.count;
242
if ((p_buf = (tGATT_PENDING_ENC_CLCB *)GKI_dequeue (&p_tcb->
pending_enc_clcb
)) != NULL)
gatt_utils.c
112
while (p_tcb->
pending_enc_clcb
.p_first)
113
GKI_freebuf (GKI_dequeue (&p_tcb->
pending_enc_clcb
));
940
GKI_init_q (&p_tcb->
pending_enc_clcb
);
[
all
...]
gatt_int.h
338
BUFFER_Q
pending_enc_clcb
; /* pending encryption channel q */
member in struct:__anon3568
Completed in 33 milliseconds