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
/external/bluetooth/bluedroid/stack/avct/
avct_int.h
61
/* sub control block type - common data members for
tAVCT_LCB
and tAVCT_BCB */
86
}
tAVCT_LCB
;
106
tAVCT_LCB
*p_lcb; /* Associated LCB */
132
tAVCT_LCB
lcb[AVCT_NUM_LINKS]; /* link control blocks */
145
extern void avct_lcb_event(
tAVCT_LCB
*p_lcb, UINT8 event, tAVCT_LCB_EVT *p_data);
148
extern void avct_close_bcb(
tAVCT_LCB
*p_lcb, tAVCT_LCB_EVT *p_data);
149
extern
tAVCT_LCB
*avct_lcb_by_bcb(tAVCT_BCB *p_bcb);
150
extern tAVCT_BCB *avct_bcb_by_lcb(
tAVCT_LCB
*p_lcb);
154
extern
tAVCT_LCB
*avct_lcb_by_bd(BD_ADDR bd_addr);
155
extern
tAVCT_LCB
*avct_lcb_alloc(BD_ADDR bd_addr)
[
all
...]
avct_lcb.c
93
typedef void (*tAVCT_LCB_ACTION)(
tAVCT_LCB
*p_ccb, tAVCT_LCB_EVT *p_data);
193
void avct_lcb_event(
tAVCT_LCB
*p_lcb, UINT8 event, tAVCT_LCB_EVT *p_data)
279
tAVCT_LCB
*avct_lcb_by_bd(BD_ADDR bd_addr)
281
tAVCT_LCB
*p_lcb = &avct_cb.lcb[0];
314
tAVCT_LCB
*avct_lcb_alloc(BD_ADDR bd_addr)
316
tAVCT_LCB
*p_lcb = &avct_cb.lcb[0];
349
void avct_lcb_dealloc(
tAVCT_LCB
*p_lcb, tAVCT_LCB_EVT *p_data)
380
memset(p_lcb, 0, sizeof(
tAVCT_LCB
));
394
tAVCT_LCB
*avct_lcb_by_lcid(UINT16 lcid)
396
tAVCT_LCB
*p_lcb = &avct_cb.lcb[0]
[
all
...]
avct_l2c.c
72
static BOOLEAN avct_l2c_is_passive (
tAVCT_LCB
*p_lcb)
105
tAVCT_LCB
*p_lcb;
178
tAVCT_LCB
*p_lcb;
239
tAVCT_LCB
*p_lcb;
289
tAVCT_LCB
*p_lcb;
339
tAVCT_LCB
*p_lcb;
369
tAVCT_LCB
*p_lcb;
398
tAVCT_LCB
*p_lcb;
420
tAVCT_LCB
*p_lcb;
avct_lcb_act.c
52
static BT_HDR *avct_lcb_msg_asmbl(
tAVCT_LCB
*p_lcb, BT_HDR *p_buf)
170
void avct_lcb_chnl_open(
tAVCT_LCB
*p_lcb, tAVCT_LCB_EVT *p_data)
194
void avct_lcb_unbind_disc(
tAVCT_LCB
*p_lcb, tAVCT_LCB_EVT *p_data)
212
void avct_lcb_open_ind(
tAVCT_LCB
*p_lcb, tAVCT_LCB_EVT *p_data)
263
void avct_lcb_open_fail(
tAVCT_LCB
*p_lcb, tAVCT_LCB_EVT *p_data)
289
void avct_lcb_close_ind(
tAVCT_LCB
*p_lcb, tAVCT_LCB_EVT *p_data)
324
void avct_lcb_close_cfm(
tAVCT_LCB
*p_lcb, tAVCT_LCB_EVT *p_data)
369
void avct_lcb_bind_conn(
tAVCT_LCB
*p_lcb, tAVCT_LCB_EVT *p_data)
388
void avct_lcb_chk_disc(
tAVCT_LCB
*p_lcb, tAVCT_LCB_EVT *p_data)
417
void avct_lcb_chnl_disc(
tAVCT_LCB
*p_lcb, tAVCT_LCB_EVT *p_data
[
all
...]
avct_api.c
134
tAVCT_LCB
*p_lcb;
Completed in 126 milliseconds