Home
last modified time | relevance | path

Searched refs:CHANNEL_CLOSED (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/bluetooth/btpand/
H A Dchannel.c71 chan->state = CHANNEL_CLOSED; in channel_alloc()
85 assert(chan->state != CHANNEL_CLOSED); in channel_open()
122 assert(chan->state != CHANNEL_CLOSED); in channel_close()
126 chan->state = CHANNEL_CLOSED; in channel_close()
153 assert(chan->state == CHANNEL_CLOSED); in channel_free()
H A Dbtpand.h73 CHANNEL_CLOSED, enumerator
H A Dserver.c256 chan->state = CHANNEL_CLOSED; in server_read()
H A Dbnep.c584 assert(chan->state != CHANNEL_CLOSED); in bnep_send_control()