OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tGATT_PENDING_ENC_CLCB
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_auth.c
164
tGATT_PENDING_ENC_CLCB
*p_buf;
173
if ((p_buf = (
tGATT_PENDING_ENC_CLCB
*)GKI_dequeue (&p_tcb->pending_enc_clcb)) != NULL)
196
if ((p_buf = (
tGATT_PENDING_ENC_CLCB
*)GKI_dequeue (&p_tcb->pending_enc_clcb)) != NULL)
229
tGATT_PENDING_ENC_CLCB
*p_buf;
242
if ((p_buf = (
tGATT_PENDING_ENC_CLCB
*)GKI_dequeue (&p_tcb->pending_enc_clcb)) != NULL)
gatt_int.h
405
}
tGATT_PENDING_ENC_CLCB
;
566
extern
tGATT_PENDING_ENC_CLCB
* gatt_add_pending_enc_channel_clcb(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb );
gatt_utils.c
[
all
...]
Completed in 22 milliseconds