HomeSort by: relevance | last modified time | path
    Searched refs:rfcomm_dlc_open (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netbt/
rfcomm.h 376 #define RFCOMM_DLC_OPEN 6 /* can send/receive */
394 int rfcomm_dlc_open(struct rfcomm_dlc *);
rfcomm_dlc.c 294 * rfcomm_dlc_open(rfcomm_dlc)
299 rfcomm_dlc_open(struct rfcomm_dlc *dlc) function in typeref:typename:int
319 dlc->rd_state = RFCOMM_DLC_OPEN;
344 KASSERT(dlc->rd_state == RFCOMM_DLC_OPEN);
rfcomm_session.c 475 && dlc->rd_state == RFCOMM_DLC_OPEN) {
583 err = rfcomm_dlc_open(dlc);
594 case RFCOMM_DLC_OPEN: /* already established */
783 err = rfcomm_dlc_open(dlc);
878 rfcomm_dlc_open(dlc);
951 if (dlc->rd_state != RFCOMM_DLC_OPEN) {

Completed in 13 milliseconds