OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tAVCT_LCB
(Results
1 - 5
of
5
) sorted by null
/system/bt/stack/avct/
avct_int.h
62
/* sub control block type - common data members for
tAVCT_LCB
and tAVCT_BCB */
87
}
tAVCT_LCB
;
107
tAVCT_LCB
*p_lcb; /* Associated LCB */
133
tAVCT_LCB
lcb[AVCT_NUM_LINKS]; /* link control blocks */
146
extern void avct_lcb_event(
tAVCT_LCB
*p_lcb, UINT8 event, tAVCT_LCB_EVT *p_data);
149
extern void avct_close_bcb(
tAVCT_LCB
*p_lcb, tAVCT_LCB_EVT *p_data);
150
extern
tAVCT_LCB
*avct_lcb_by_bcb(tAVCT_BCB *p_bcb);
151
extern tAVCT_BCB *avct_bcb_by_lcb(
tAVCT_LCB
*p_lcb);
155
extern
tAVCT_LCB
*avct_lcb_by_bd(BD_ADDR bd_addr);
156
extern
tAVCT_LCB
*avct_lcb_alloc(BD_ADDR bd_addr)
[
all
...]
avct_lcb.c
94
typedef void (*tAVCT_LCB_ACTION)(
tAVCT_LCB
*p_ccb, tAVCT_LCB_EVT *p_data);
194
void avct_lcb_event(
tAVCT_LCB
*p_lcb, UINT8 event, tAVCT_LCB_EVT *p_data)
280
tAVCT_LCB
*avct_lcb_by_bd(BD_ADDR bd_addr)
282
tAVCT_LCB
*p_lcb = &avct_cb.lcb[0];
315
tAVCT_LCB
*avct_lcb_alloc(BD_ADDR bd_addr)
317
tAVCT_LCB
*p_lcb = &avct_cb.lcb[0];
351
void avct_lcb_dealloc(
tAVCT_LCB
*p_lcb, tAVCT_LCB_EVT *p_data)
374
memset(p_lcb, 0, sizeof(
tAVCT_LCB
));
387
tAVCT_LCB
*avct_lcb_by_lcid(UINT16 lcid)
389
tAVCT_LCB
*p_lcb = &avct_cb.lcb[0]
[
all
...]
avct_l2c.c
73
static BOOLEAN avct_l2c_is_passive (
tAVCT_LCB
*p_lcb)
106
tAVCT_LCB
*p_lcb;
180
tAVCT_LCB
*p_lcb;
241
tAVCT_LCB
*p_lcb;
291
tAVCT_LCB
*p_lcb;
341
tAVCT_LCB
*p_lcb;
371
tAVCT_LCB
*p_lcb;
400
tAVCT_LCB
*p_lcb;
422
tAVCT_LCB
*p_lcb;
avct_lcb_act.c
53
static BT_HDR *avct_lcb_msg_asmbl(
tAVCT_LCB
*p_lcb, BT_HDR *p_buf)
182
void avct_lcb_chnl_open(
tAVCT_LCB
*p_lcb, tAVCT_LCB_EVT *p_data)
207
void avct_lcb_unbind_disc(
tAVCT_LCB
*p_lcb, tAVCT_LCB_EVT *p_data)
227
void avct_lcb_open_ind(
tAVCT_LCB
*p_lcb, tAVCT_LCB_EVT *p_data)
278
void avct_lcb_open_fail(
tAVCT_LCB
*p_lcb, tAVCT_LCB_EVT *p_data)
304
void avct_lcb_close_ind(
tAVCT_LCB
*p_lcb, tAVCT_LCB_EVT *p_data)
340
void avct_lcb_close_cfm(
tAVCT_LCB
*p_lcb, tAVCT_LCB_EVT *p_data)
385
void avct_lcb_bind_conn(
tAVCT_LCB
*p_lcb, tAVCT_LCB_EVT *p_data)
404
void avct_lcb_chk_disc(
tAVCT_LCB
*p_lcb, tAVCT_LCB_EVT *p_data)
433
void avct_lcb_chnl_disc(
tAVCT_LCB
*p_lcb, tAVCT_LCB_EVT *p_data
[
all
...]
avct_api.c
137
tAVCT_LCB
*p_lcb;
Completed in 86 milliseconds