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

  /external/bluetooth/bluedroid/stack/l2cap/
l2c_utils.c 935 if (p_ccb->peer_cfg.fcr.mode == L2CAP_FCR_BASIC_MODE)
    [all...]
l2c_fcr.c 249 if ( (p_ccb->local_cid >= L2CAP_BASE_APPL_CID) && (p_ccb->peer_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE) )
265 "max_held_acks:%08u, in_cfg.fcr.tx_win_sz:%08u", p_ccb->fcrb.max_held_acks, p_ccb->peer_cfg.fcr.tx_win_sz );
389 if (p_ccb->peer_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE)
393 || (p_ccb->fcrb.waiting_for_ack_q.count >= p_ccb->peer_cfg.fcr.tx_win_sz) )
449 if (p_ccb->peer_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE)
507 if (p_ccb->peer_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE)
656 if (p_ccb->peer_cfg.fcr.mode == L2CAP_FCR_STREAM_MODE)
    [all...]
l2c_api.c 517 p_ccb->peer_cfg.mtu_present = FALSE;
519 p_ccb->peer_cfg.flush_to_present = FALSE;
521 p_ccb->peer_cfg.qos_present = FALSE;
    [all...]
l2c_csm.c 760 if (p_ccb->our_cfg.fcr.mode != p_ccb->peer_cfg.fcr.mode)
    [all...]
l2c_link.c 855 if (p_ccb->peer_cfg.fcr.mode != L2CAP_FCR_BASIC_MODE)
864 reserved_buff[HCI_ACL_POOL_ID] += p_ccb->peer_cfg.fcr.tx_win_sz;
870 reserved_buff[HCI_ACL_POOL_ID] += p_ccb->peer_cfg.fcr.tx_win_sz;
907 if (p_ccb->peer_cfg.fcr.mode != L2CAP_FCR_BASIC_MODE)
912 p_ccb->local_cid, p_ccb->peer_cfg.fcr.mode, p_ccb->ertm_info.user_tx_pool_id,
    [all...]
l2c_main.c 281 if (p_ccb->peer_cfg.fcr.mode != L2CAP_FCR_BASIC_MODE)
298 if (p_ccb->peer_cfg.fcr.mode == L2CAP_FCR_BASIC_MODE)
    [all...]
l2c_int.h 312 tL2CAP_CFG_INFO peer_cfg; /* Peer's saved configuration options */ member in struct:t_l2c_ccb
    [all...]

Completed in 69 milliseconds