Searched refs:CONF_NOT_COMPLETE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | l2cap.h | 703 CONF_NOT_COMPLETE, enumerator
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | l2cap.h | 744 CONF_NOT_COMPLETE, enumerator
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | l2cap_core.c | 494 set_bit(CONF_NOT_COMPLETE, &chan->conf_state); in l2cap_chan_create() 555 set_bit(CONF_NOT_COMPLETE, &chan->conf_state); in l2cap_chan_set_defaults() 684 if (test_bit(CONF_NOT_COMPLETE, &chan->conf_state)) in l2cap_chan_del() 1373 /* This clears all conf flags, including CONF_NOT_COMPLETE */ in l2cap_chan_ready()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | l2cap_core.c | 471 set_bit(CONF_NOT_COMPLETE, &chan->conf_state); in l2cap_chan_create() 532 set_bit(CONF_NOT_COMPLETE, &chan->conf_state); in l2cap_chan_set_defaults() 650 if (test_bit(CONF_NOT_COMPLETE, &chan->conf_state)) in l2cap_chan_del() 1215 /* This clears all conf flags, including CONF_NOT_COMPLETE */ in l2cap_chan_ready()
|
Completed in 20 milliseconds