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

  /system/bt/stack/l2cap/
l2c_int.h 428 } tL2C_LCB;
443 tL2C_LCB lcb_pool[MAX_L2CAP_LINKS]; /* Link Control Block pool */
458 tL2C_LCB *p_cur_hcit_lcb; /* Current HCI Transport buffer */
558 extern tL2C_LCB *l2cu_allocate_lcb (BD_ADDR p_bd_addr, BOOLEAN is_bonding, tBT_TRANSPORT transport);
560 extern void l2cu_release_lcb (tL2C_LCB *p_lcb);
561 extern tL2C_LCB *l2cu_find_lcb_by_bd_addr (BD_ADDR p_bd_addr, tBT_TRANSPORT transport);
562 extern tL2C_LCB *l2cu_find_lcb_by_handle (UINT16 handle);
565 extern UINT8 l2cu_get_conn_role (tL2C_LCB *p_this_lcb);
572 extern tL2C_CCB *l2cu_allocate_ccb (tL2C_LCB *p_lcb, UINT16 cid);
574 extern tL2C_CCB *l2cu_find_ccb_by_cid (tL2C_LCB *p_lcb, UINT16 local_cid)
    [all...]
l2c_ble.c 36 static void l2cble_start_conn_update (tL2C_LCB *p_lcb);
51 tL2C_LCB *p_lcb;
103 tL2C_LCB *p_lcb;
151 tL2C_LCB *p_lcb;
200 tL2C_LCB *p_lcb;
218 tL2C_LCB *p_lcb;
240 tL2C_LCB *p_lcb = l2cu_find_lcb_by_bd_addr (bda, BT_TRANSPORT_LE);
267 tL2C_LCB *p_lcb;
376 tL2C_LCB *p_lcb;
480 static void l2cble_start_conn_update (tL2C_LCB *p_lcb
    [all...]
l2c_utils.c 53 tL2C_LCB *l2cu_allocate_lcb (BD_ADDR p_bd_addr, BOOLEAN is_bonding, tBT_TRANSPORT transport)
56 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0];
62 memset (p_lcb, 0, sizeof (tL2C_LCB));
111 tL2C_LCB *p_lcb = l2cu_find_lcb_by_bd_addr (p_bd_addr, BT_TRANSPORT_BR_EDR);
132 void l2cu_release_lcb (tL2C_LCB *p_lcb)
262 tL2C_LCB *l2cu_find_lcb_by_bd_addr (BD_ADDR p_bd_addr, tBT_TRANSPORT transport)
265 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0];
295 UINT8 l2cu_get_conn_role (tL2C_LCB *p_this_lcb)
312 BOOLEAN l2c_is_cmd_rejected (UINT8 cmd_code, UINT8 id, tL2C_LCB *p_lcb)
342 BT_HDR *l2cu_build_header (tL2C_LCB *p_lcb, UINT16 len, UINT8 cmd, UINT8 id
    [all...]
l2c_link.c 44 static BOOLEAN l2c_link_send_to_lower (tL2C_LCB *p_lcb, BT_HDR *p_buf);
58 tL2C_LCB *p_lcb;
59 tL2C_LCB *p_lcb_cur;
159 tL2C_LCB *p_lcb;
296 tL2C_LCB *p_lcb;
362 tL2C_LCB *p_lcb;
502 tL2C_LCB *p_lcb;
533 void l2c_link_timeout (tL2C_LCB *p_lcb)
660 void l2c_info_timeout (tL2C_LCB *p_lcb)
717 tL2C_LCB *p_lcb
    [all...]
l2c_api.c 131 tL2C_LCB *p_lcb;
241 tL2C_LCB *p_lcb;
407 tL2C_LCB *p_lcb;
646 tL2C_LCB *p_lcb;
713 tL2C_LCB *p_lcb;
791 tL2C_LCB *p_lcb;
838 tL2C_LCB *p_lcb;
856 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0];
    [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 44 static void process_l2cap_cmd (tL2C_LCB *p_lcb, UINT8 *p, UINT16 pkt_len);
127 tL2C_LCB *p_lcb;
321 static void process_l2cap_cmd (tL2C_LCB *p_lcb, UINT8 *p, UINT16 pkt_len)
    [all...]
  /system/bt/stack/btm/
btm_ble_bgconn.c 733 rt = l2cble_init_direct_conn((tL2C_LCB *)(p_req->p_param));
btm_pm.c 791 tL2C_LCB *p_lcb;
btm_sec.c     [all...]

Completed in 68 milliseconds