Home
last modified time | relevance | path

Searched refs:l2cap_chan_check_security (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/net/bluetooth/
Dl2cap.h937 int l2cap_chan_check_security(struct l2cap_chan *chan, bool initiator);
/Linux-v5.4/net/bluetooth/
Dl2cap_core.c823 int l2cap_chan_check_security(struct l2cap_chan *chan, bool initiator) in l2cap_chan_check_security() function
1384 if (!l2cap_chan_check_security(chan, true) || in l2cap_do_start()
1456 if (!l2cap_chan_check_security(chan, true) || in l2cap_conn_start()
1481 if (l2cap_chan_check_security(chan, false)) { in l2cap_conn_start()
3911 if (l2cap_chan_check_security(chan, false)) { in l2cap_connect()
7306 if (l2cap_chan_check_security(chan, true)) in l2cap_chan_connect()
Dl2cap_sock.c809 if (!l2cap_chan_check_security(chan, true)) in l2cap_sock_setsockopt()