HomeSort by relevance Sort by last modified time
    Searched refs:tL2C_LCB (Results 1 - 11 of 11) sorted by null

  /system/bt/stack/l2cap/
l2c_int.h 453 } tL2C_LCB;
468 tL2C_LCB lcb_pool[MAX_L2CAP_LINKS]; /* Link Control Block pool */
483 tL2C_LCB *p_cur_hcit_lcb; /* Current HCI Transport buffer */
587 extern tL2C_LCB *l2cu_allocate_lcb (BD_ADDR p_bd_addr, BOOLEAN is_bonding, tBT_TRANSPORT transport);
589 extern void l2cu_release_lcb (tL2C_LCB *p_lcb);
590 extern tL2C_LCB *l2cu_find_lcb_by_bd_addr (BD_ADDR p_bd_addr, tBT_TRANSPORT transport);
591 extern tL2C_LCB *l2cu_find_lcb_by_handle (UINT16 handle);
594 extern UINT8 l2cu_get_conn_role (tL2C_LCB *p_this_lcb);
601 extern tL2C_CCB *l2cu_allocate_ccb (tL2C_LCB *p_lcb, UINT16 cid);
603 extern tL2C_CCB *l2cu_find_ccb_by_cid (tL2C_LCB *p_lcb, UINT16 local_cid)
    [all...]
l2c_ble.c 40 static void l2cble_start_conn_update (tL2C_LCB *p_lcb);
55 tL2C_LCB *p_lcb;
107 tL2C_LCB *p_lcb;
158 tL2C_LCB *p_lcb;
207 tL2C_LCB *p_lcb;
225 tL2C_LCB *p_lcb;
237 tL2C_LCB *p_lcb = l2cu_find_lcb_by_bd_addr (bda, BT_TRANSPORT_LE);
283 tL2C_LCB *p_lcb = l2cu_find_lcb_by_bd_addr (bda, BT_TRANSPORT_LE);
319 tL2C_LCB *p_lcb;
396 tL2C_LCB *p_lcb
    [all...]
l2c_utils.c 54 tL2C_LCB *l2cu_allocate_lcb (BD_ADDR p_bd_addr, BOOLEAN is_bonding, tBT_TRANSPORT transport)
57 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0];
65 memset (p_lcb, 0, sizeof (tL2C_LCB));
119 tL2C_LCB *p_lcb = l2cu_find_lcb_by_bd_addr (p_bd_addr, BT_TRANSPORT_BR_EDR);
140 void l2cu_release_lcb (tL2C_LCB *p_lcb)
282 tL2C_LCB *l2cu_find_lcb_by_bd_addr (BD_ADDR p_bd_addr, tBT_TRANSPORT transport)
285 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0];
315 UINT8 l2cu_get_conn_role (tL2C_LCB *p_this_lcb)
332 BOOLEAN l2c_is_cmd_rejected (UINT8 cmd_code, UINT8 id, tL2C_LCB *p_lcb)
362 BT_HDR *l2cu_build_header (tL2C_LCB *p_lcb, UINT16 len, UINT8 cmd, UINT8 id
    [all...]
l2c_link.c 48 static BOOLEAN l2c_link_send_to_lower (tL2C_LCB *p_lcb, BT_HDR *p_buf);
62 tL2C_LCB *p_lcb;
63 tL2C_LCB *p_lcb_cur;
161 tL2C_LCB *p_lcb;
303 tL2C_LCB *p_lcb;
371 tL2C_LCB *p_lcb;
524 tL2C_LCB *p_lcb;
555 void l2c_link_timeout (tL2C_LCB *p_lcb)
687 tL2C_LCB *p_lcb = (tL2C_LCB *)data
    [all...]
l2c_api.c 131 tL2C_LCB *p_lcb;
241 tL2C_LCB *p_lcb;
429 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0];
488 tL2C_LCB *p_lcb = l2cu_find_lcb_by_bd_addr(p_bd_addr, BT_TRANSPORT_LE);
568 tL2C_LCB *p_lcb = l2cu_find_lcb_by_bd_addr(p_bd_addr, BT_TRANSPORT_LE);
703 tL2C_LCB *p_lcb;
935 tL2C_LCB *p_lcb;
    [all...]
l2c_ucd.c 331 tL2C_LCB *p_lcb;
397 tL2C_LCB *p_lcb;
488 tL2C_LCB *p_lcb;
521 tL2C_LCB *p_lcb;
560 tL2C_LCB *p_lcb;
644 void l2c_ucd_delete_sec_pending_q(tL2C_LCB *p_lcb)
893 BOOLEAN l2c_ucd_check_rx_pkts(tL2C_LCB *p_lcb, BT_HDR *p_msg)
    [all...]
l2c_main.c 48 static void process_l2cap_cmd (tL2C_LCB *p_lcb, UINT8 *p, UINT16 pkt_len);
72 tL2C_LCB *p_lcb;
271 static void process_l2cap_cmd (tL2C_LCB *p_lcb, UINT8 *p, UINT16 pkt_len)
886 tL2C_LCB *p_lcb = (tL2C_LCB *)data;
    [all...]
  /system/bt/stack/btm/
btm_ble_bgconn.c 718 tL2C_LCB *p_lcb = (tL2C_LCB *)(p_req->p_param);
btm_pm.c 819 tL2C_LCB *p_lcb;
    [all...]
btm_ble.c     [all...]
btm_sec.c     [all...]

Completed in 131 milliseconds