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

  /system/bt/stack/l2cap/
l2c_fcr.cc 174 tout = (uint32_t)p_ccb->our_cfg.fcr.mon_tout;
176 tout = (uint32_t)p_ccb->our_cfg.fcr.rtrans_tout;
    [all...]
l2c_utils.cc 713 UINT16_TO_STREAM(p, p_ccb->our_cfg.fcr.rtrans_tout);
714 UINT16_TO_STREAM(p, p_ccb->our_cfg.fcr.mon_tout);
    [all...]
l2c_api.cc 777 p_ccb->our_cfg = *p_cfg;
    [all...]
l2c_csm.cc 813 if (p_ccb->our_cfg.fcr.mode != p_ccb->peer_cfg.fcr.mode) {
833 ** check p_ccb->our_cfg.fcr.mon_tout and
834 *p_ccb->our_cfg.fcr.rtrans_tout
838 if ((p_ccb->our_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE) &&
839 ((p_ccb->our_cfg.fcr.mon_tout == 0) ||
840 (p_ccb->our_cfg.fcr.rtrans_tout))) {
    [all...]
l2c_int.h 312 tL2CAP_CFG_INFO our_cfg; /* Our saved configuration options */ member in struct:t_l2c_ccb
    [all...]

Completed in 3201 milliseconds