OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_hcit_rcv_acl
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/l2cap/
l2c_link.c
[
all
...]
l2c_int.h
426
BT_HDR *
p_hcit_rcv_acl
; /* Current HCIT ACL buf being rcvd */
member in struct:t_l2c_linkcb
[
all
...]
l2c_utils.c
140
if (p_lcb->
p_hcit_rcv_acl
)
142
GKI_freebuf(p_lcb->
p_hcit_rcv_acl
);
143
p_lcb->
p_hcit_rcv_acl
= NULL;
[
all
...]
Completed in 62 milliseconds