OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tL2C_LCB
(Results
1 - 11
of
11
) sorted by null
/external/bluetooth/bluedroid/stack/l2cap/
l2c_int.h
458
}
tL2C_LCB
;
473
tL2C_LCB
lcb_pool[MAX_L2CAP_LINKS]; /* Link Control Block pool */
488
tL2C_LCB
*p_cur_hcit_lcb; /* Current HCI Transport buffer */
581
extern
tL2C_LCB
*l2cu_allocate_lcb (BD_ADDR p_bd_addr, BOOLEAN is_bonding);
583
extern void l2cu_release_lcb (
tL2C_LCB
*p_lcb);
584
extern
tL2C_LCB
*l2cu_find_lcb_by_bd_addr (BD_ADDR p_bd_addr);
585
extern
tL2C_LCB
*l2cu_find_lcb_by_handle (UINT16 handle);
595
extern tL2C_CCB *l2cu_allocate_ccb (
tL2C_LCB
*p_lcb, UINT16 cid);
597
extern tL2C_CCB *l2cu_find_ccb_by_cid (
tL2C_LCB
*p_lcb, UINT16 local_cid);
598
extern tL2C_CCB *l2cu_find_ccb_by_remote_cid (
tL2C_LCB
*p_lcb, UINT16 remote_cid)
[
all
...]
l2c_ble.c
48
tL2C_LCB
*p_lcb;
95
static void L2CA_InternalBleConnUpdate (
tL2C_LCB
*p_lcb)
148
tL2C_LCB
*p_lcb;
197
tL2C_LCB
*p_lcb;
247
tL2C_LCB
*p_lcb;
284
tL2C_LCB
*p_lcb;
302
tL2C_LCB
*p_lcb;
326
tL2C_LCB
*p_lcb;
427
tL2C_LCB
*p_lcb;
504
void l2cble_process_sig_cmd (
tL2C_LCB
*p_lcb, UINT8 *p, UINT16 pkt_len
[
all
...]
l2c_link.c
41
static BOOLEAN l2c_link_send_to_lower (
tL2C_LCB
*p_lcb, BT_HDR *p_buf);
61
tL2C_LCB
*p_lcb;
62
tL2C_LCB
*p_lcb_cur;
157
tL2C_LCB
*p_lcb;
295
tL2C_LCB
*p_lcb;
359
tL2C_LCB
*p_lcb;
465
tL2C_LCB
*p_lcb;
496
void l2c_link_timeout (
tL2C_LCB
*p_lcb)
621
void l2c_info_timeout (
tL2C_LCB
*p_lcb)
678
tL2C_LCB
*p_lcb
[
all
...]
l2c_api.c
125
tL2C_LCB
*p_lcb;
231
tL2C_LCB
*p_lcb;
353
tL2C_LCB
*p_lcb;
587
tL2C_LCB
*p_lcb;
654
tL2C_LCB
*p_lcb;
719
tL2C_LCB
*p_lcb;
766
tL2C_LCB
*p_lcb;
779
tL2C_LCB
*p_lcb = &l2cb.lcb_pool[0];
863
tL2C_LCB
*p_lcb;
[
all
...]
l2c_utils.c
49
tL2C_LCB
*l2cu_allocate_lcb (BD_ADDR p_bd_addr, BOOLEAN is_bonding)
52
tL2C_LCB
*p_lcb = &l2cb.lcb_pool[0];
58
memset (p_lcb, 0, sizeof (
tL2C_LCB
));
95
tL2C_LCB
*p_lcb = l2cu_find_lcb_by_bd_addr (p_bd_addr);
116
void l2cu_release_lcb (
tL2C_LCB
*p_lcb)
233
tL2C_LCB
*l2cu_find_lcb_by_bd_addr (BD_ADDR p_bd_addr)
236
tL2C_LCB
*p_lcb = &l2cb.lcb_pool[0];
287
BT_HDR *l2cu_build_header (
tL2C_LCB
*p_lcb, UINT16 len, UINT8 cmd, UINT8 id)
341
void l2cu_adj_id (
tL2C_LCB
*p_lcb, UINT8 adj_mask)
359
void l2cu_send_peer_cmd_reject (
tL2C_LCB
*p_lcb, UINT16 reason, UINT8 rem_id
[
all
...]
l2c_ucd.c
328
tL2C_LCB
*p_lcb;
394
tL2C_LCB
*p_lcb;
484
tL2C_LCB
*p_lcb;
517
tL2C_LCB
*p_lcb;
556
tL2C_LCB
*p_lcb;
640
void l2c_ucd_delete_sec_pending_q(
tL2C_LCB
*p_lcb)
904
BOOLEAN l2c_ucd_check_rx_pkts(
tL2C_LCB
*p_lcb, BT_HDR *p_msg)
[
all
...]
l2c_main.c
41
static void process_l2cap_cmd (
tL2C_LCB
*p_lcb, UINT8 *p, UINT16 pkt_len);
124
tL2C_LCB
*p_lcb;
315
static void process_l2cap_cmd (
tL2C_LCB
*p_lcb, UINT8 *p, UINT16 pkt_len)
894
l2c_link_timeout ((
tL2C_LCB
*)p_tle->param);
911
l2c_info_timeout((
tL2C_LCB
*)p_tle->param);
[
all
...]
/external/bluetooth/bluedroid/stack/btm/
btm_ble_bgconn.c
679
rt = l2cble_init_direct_conn((
tL2C_LCB
*)(p_req->p_param));
btm_pm.c
790
tL2C_LCB
*p_lcb;
btm_ble.c
[
all
...]
btm_sec.c
[
all
...]
Completed in 66 milliseconds