OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ul_msg
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/avct/
avct_api.c
417
tAVCT_UL_MSG
ul_msg
;
local
443
ul_msg
.p_buf = p_msg;
444
ul_msg
.p_ccb = p_ccb;
445
ul_msg
.label = label;
446
ul_msg
.cr = cr;
461
avct_bcb_event(p_ccb->p_bcb, AVCT_LCB_UL_MSG_EVT, (tAVCT_LCB_EVT *) &
ul_msg
);
468
avct_lcb_event(p_ccb->p_lcb, AVCT_LCB_UL_MSG_EVT, (tAVCT_LCB_EVT *) &
ul_msg
);
avct_lcb_act.c
504
GKI_freebuf(p_data->
ul_msg
.p_buf);
530
curr_msg_len = p_data->
ul_msg
.p_buf->len;
553
if (p_data->
ul_msg
.p_buf->len > (p_lcb->peer_mtu - hdr_len))
560
GKI_freebuf(p_data->
ul_msg
.p_buf);
569
(UINT8 *)(p_data->
ul_msg
.p_buf + 1) + p_data->
ul_msg
.p_buf->offset, p_buf->len);
571
p_data->
ul_msg
.p_buf->offset += p_buf->len;
572
p_data->
ul_msg
.p_buf->len -= p_buf->len;
576
p_buf = p_data->
ul_msg
.p_buf;
587
AVCT_BLD_HDR(p, p_data->
ul_msg
.label, pkt_type, p_data->ul_msg.cr)
[
all
...]
avct_int.h
122
tAVCT_UL_MSG
ul_msg
;
member in union:__anon5823
Completed in 1695 milliseconds