OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L2CAP_WAIT_CONFIG_REQ
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netbt/
l2cap_signal.c
334
new->lc_flags |= (
L2CAP_WAIT_CONFIG_REQ
| L2CAP_WAIT_CONFIG_RSP);
394
chan->lc_flags |= (
L2CAP_WAIT_CONFIG_REQ
| L2CAP_WAIT_CONFIG_RSP);
445
|| (chan->lc_flags &
L2CAP_WAIT_CONFIG_REQ
) == 0) {
614
chan->lc_flags &= ~
L2CAP_WAIT_CONFIG_REQ
;
704
if ((chan->lc_flags &
L2CAP_WAIT_CONFIG_REQ
) == 0) {
l2cap.h
411
#define
L2CAP_WAIT_CONFIG_REQ
(1<<1) /* waiting for config request */
hci_link.c
395
chan->lc_flags |= (L2CAP_WAIT_CONFIG_RSP |
L2CAP_WAIT_CONFIG_REQ
);
Completed in 13 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025