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

  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ucd.c 623 p_ccb->chnl_state = CST_OPEN;
936 p_ccb->chnl_state = CST_OPEN;
974 p_ccb->chnl_state = CST_OPEN;
    [all...]
l2c_csm.c 93 case CST_OPEN:
770 p_ccb->chnl_state = CST_OPEN;
    [all...]
l2c_api.c 910 p_ccb->chnl_state = CST_OPEN;
    [all...]
l2c_fcr.c 533 if ((!p_ccb->in_use) || (p_ccb->chnl_state != CST_OPEN))
796 if ( (!p_ccb->in_use) || (p_ccb->chnl_state != CST_OPEN) )
808 if (p_ccb->in_use && (p_ccb->chnl_state == CST_OPEN))
    [all...]
l2c_int.h 74 CST_OPEN, /* Data transfer state */
    [all...]
l2c_utils.c     [all...]
l2c_main.c 300 if ((p_ccb->chnl_state == CST_OPEN) || (p_ccb->chnl_state == CST_CONFIG))
    [all...]

Completed in 90 milliseconds