Home
last modified time | relevance | path

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

/freebsd-head/usr.sbin/bluetooth/btpand/
HDchannel.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()
HDbtpand.h73 CHANNEL_CLOSED, enumerator
HDserver.c256 chan->state = CHANNEL_CLOSED; in server_read()
HDbnep.c584 assert(chan->state != CHANNEL_CLOSED); in bnep_send_control()