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

  /external/bluetooth/bluedroid/stack/l2cap/
l2c_int.h 460 } tL2C_LCB;
475 tL2C_LCB lcb_pool[MAX_L2CAP_LINKS]; /* Link Control Block pool */
490 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 35 static void l2cble_start_conn_update (tL2C_LCB *p_lcb);
51 tL2C_LCB *p_lcb;
101 tL2C_LCB *p_lcb;
149 tL2C_LCB *p_lcb;
198 tL2C_LCB *p_lcb;
216 tL2C_LCB *p_lcb;
238 tL2C_LCB *p_lcb = l2cu_find_lcb_by_bd_addr (bda, BT_TRANSPORT_LE);
264 tL2C_LCB *p_lcb;
368 tL2C_LCB *p_lcb;
466 static void l2cble_start_conn_update (tL2C_LCB *p_lcb
    [all...]
l2c_link.c 42 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;
158 tL2C_LCB *p_lcb;
296 tL2C_LCB *p_lcb;
362 tL2C_LCB *p_lcb;
489 tL2C_LCB *p_lcb;
520 void l2c_link_timeout (tL2C_LCB *p_lcb)
647 void l2c_info_timeout (tL2C_LCB *p_lcb)
704 tL2C_LCB *p_lcb
    [all...]
l2c_api.c 125 tL2C_LCB *p_lcb;
235 tL2C_LCB *p_lcb;
362 tL2C_LCB *p_lcb;
596 tL2C_LCB *p_lcb;
663 tL2C_LCB *p_lcb;
728 tL2C_LCB *p_lcb;
775 tL2C_LCB *p_lcb;
788 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0];
872 tL2C_LCB *p_lcb;
    [all...]
l2c_utils.c 51 tL2C_LCB *l2cu_allocate_lcb (BD_ADDR p_bd_addr, BOOLEAN is_bonding, tBT_TRANSPORT transport)
54 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0];
60 memset (p_lcb, 0, sizeof (tL2C_LCB));
107 tL2C_LCB *p_lcb = l2cu_find_lcb_by_bd_addr (p_bd_addr, BT_TRANSPORT_BR_EDR);
128 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_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;
322 static void process_l2cap_cmd (tL2C_LCB *p_lcb, UINT8 *p, UINT16 pkt_len)
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_bgconn.c 712 rt = l2cble_init_direct_conn((tL2C_LCB *)(p_req->p_param));
btm_pm.c 795 tL2C_LCB *p_lcb;
    [all...]
btm_ble.c     [all...]
btm_sec.c     [all...]

Completed in 83 milliseconds