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

  /external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c 182 tout = (UINT32)p_ccb->our_cfg.fcr.mon_tout;
186 tout = (UINT32)p_ccb->our_cfg.fcr.rtrans_tout;
    [all...]
l2c_utils.c 751 UINT16_TO_STREAM (p, p_ccb->our_cfg.fcr.rtrans_tout);
752 UINT16_TO_STREAM (p, p_ccb->our_cfg.fcr.mon_tout);
    [all...]
l2c_api.c 477 p_ccb->our_cfg = *p_cfg;
    [all...]
l2c_csm.c 760 if (p_ccb->our_cfg.fcr.mode != p_ccb->peer_cfg.fcr.mode)
779 ** check p_ccb->our_cfg.fcr.mon_tout and p_ccb->our_cfg.fcr.rtrans_tout
782 if ((p_ccb->our_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE)
783 &&((p_ccb->our_cfg.fcr.mon_tout == 0)||(p_ccb->our_cfg.fcr.rtrans_tout)))
    [all...]
l2c_int.h 310 tL2CAP_CFG_INFO our_cfg; /* Our saved configuration options */ member in struct:t_l2c_ccb
    [all...]

Completed in 2355 milliseconds