/external/bluetooth/bluedroid/stack/l2cap/ |
l2c_link.c | 83 for (xx = 0, p_lcb_cur = &l2cb.lcb_pool[0]; xx < MAX_L2CAP_LINKS; xx++, p_lcb_cur++) 422 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(p_lcb->remote_bd_addr, FALSE, p_lcb->disc_reason); 525 l2cb.is_ble_connecting == TRUE) 527 L2CA_CancelBleConnectReq(l2cb.ble_connecting_bda); 682 UINT16 controller_xmit_quota = l2cb.num_lm_acl_bufs; 686 if (l2cb.num_links_active == 0) 688 l2cb.controller_xmit_window = l2cb.num_lm_acl_bufs; 689 l2cb.round_robin_quota = l2cb.round_robin_unacked = 0 [all...] |
l2c_main.c | 47 tL2C_CB l2cb; variable 155 l2cb.rcv_hold_q.count); 157 GKI_enqueue (&l2cb.rcv_hold_q, p_msg); 159 if (l2cb.rcv_hold_q.count == 1) 160 btu_start_timer (&l2cb.rcv_hold_tle, BTU_TTYPE_L2CAP_HOLD, BT_1SEC_TIMEOUT); 167 handle, p_msg->layer_specific, rcv_cid, cmd_code, l2cb.rcv_hold_q.count); 267 (l2cb.fixed_reg[rcv_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb != NULL) ) 270 if (l2cu_initialize_fixed_ccb (p_lcb, rcv_cid, &l2cb.fixed_reg[rcv_cid - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts)) 277 (*l2cb.fixed_reg[rcv_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb)(p_lcb->remote_bd_addr, p_msg); 786 BUFFER_Q *p_rcv_hold_q = &l2cb.rcv_hold_q [all...] |
l2c_ble.c | 57 if (memcmp (rem_bda, l2cb.ble_connecting_bda, BD_ADDR_LEN)) 60 (l2cb.ble_connecting_bda[0]<<24)+(l2cb.ble_connecting_bda[1]<<16)+(l2cb.ble_connecting_bda[2]<<8)+l2cb.ble_connecting_bda[3], 61 (l2cb.ble_connecting_bda[4]<<8)+l2cb.ble_connecting_bda[5], 260 l2cb.is_ble_connecting = FALSE; 277 if (!l2cu_initialize_fixed_ccb (p_lcb, L2CAP_ATT_CID, &l2cb.fixed_reg[L2CAP_ATT_CID - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts)) 372 if (!l2cu_initialize_fixed_ccb (p_lcb, L2CAP_ATT_CID, &l2cb.fixed_reg[L2CAP_ATT_CID - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts) [all...] |
l2c_utils.c | 52 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0]; 68 p_lcb->idle_timeout = l2cb.idle_timeout; 72 l2cb.num_links_active++; 144 l2cb.controller_le_xmit_window += p_lcb->sent_not_acked; 145 if (l2cb.controller_le_xmit_window > l2cb.num_lm_ble_bufs) 147 l2cb.controller_le_xmit_window = l2cb.num_lm_ble_bufs; 153 l2cb.controller_xmit_window += p_lcb->sent_not_acked; 154 if (l2cb.controller_xmit_window > l2cb.num_lm_acl_bufs [all...] |
l2c_api.c | 132 p_lcb = &l2cb.lcb_pool[0]; 171 UINT16 psm = l2cb.dyn_psm; 195 l2cb.dyn_psm = psm; 668 l2cb.p_echo_data_cb = p_callback; 686 l2cb.p_echo_data_cb = p_callback; 723 l2cb.idle_timeout = timeout; 779 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0]; 806 l2cb.l2cap_trace_level = new_level; 808 return (l2cb.l2cap_trace_level); 831 new_role, l2cb.disallow_switch) [all...] |
l2c_ucd.c | 53 tL2C_RCB *p_rcb = &l2cb.rcb_pool[0]; 126 tL2C_RCB *p_rcb = &l2cb.rcb_pool[0]; 282 p_rcb = &l2cb.rcb_pool[0]; 297 p_ccb = l2cb.ccb_pool; 661 tL2C_RCB *p_rcb = &l2cb.rcb_pool[0]; [all...] |
l2c_int.h | 550 #define L2CAP_HIGH_PRI_MIN_XMIT_QUOTA_A (l2cb.high_pri_min_xmit_quota) 562 L2C_API extern tL2C_CB l2cb; 565 #define l2cb (*l2c_cb_ptr) macro [all...] |
l2c_csm.c | [all...] |
l2c_fcr.c | 400 if ((p_ccb->p_lcb->sent_not_acked < 2)&&(l2cb.controller_xmit_window > 0)) [all...] |
/external/bluetooth/bluedroid/stack/btu/ |
btu_task.c | 880 if (l2cb.controller_xmit_window == l2cb.num_lm_acl_bufs)
|
/external/bluetooth/bluedroid/include/ |
bt_trace.h | [all...] |
/external/libnfc-nci/src/include/ |
bt_trace.h | [all...] |