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_RSP
(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
);
616
if ((chan->lc_flags &
L2CAP_WAIT_CONFIG_RSP
) == 0) {
670
|| (chan->lc_flags &
L2CAP_WAIT_CONFIG_RSP
) == 0)
702
chan->lc_flags &= ~
L2CAP_WAIT_CONFIG_RSP
;
l2cap.h
412
#define
L2CAP_WAIT_CONFIG_RSP
(1<<2) /* waiting for config response */
hci_link.c
395
chan->lc_flags |= (
L2CAP_WAIT_CONFIG_RSP
| L2CAP_WAIT_CONFIG_REQ);
Completed in 15 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025