Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dl2cap_sock.c1550 sk = l2cap_sock_alloc(sock_net(parent), NULL, BTPROTO_L2CAP, in l2cap_sock_new_connection_cb()
1557 bt_sock_reclassify_lock(sk, BTPROTO_L2CAP); in l2cap_sock_new_connection_cb()
2059 err = bt_sock_register(BTPROTO_L2CAP, &l2cap_sock_family_ops); in l2cap_init_sockets()
2069 bt_sock_unregister(BTPROTO_L2CAP); in l2cap_init_sockets()
2085 bt_sock_unregister(BTPROTO_L2CAP); in l2cap_cleanup_sockets()
H A Dhci_conn.c3378 case BTPROTO_L2CAP: in hci_ethtool_ts_info()
/linux/include/net/bluetooth/
H A Dbluetooth.h52 #define BTPROTO_L2CAP 0 macro
/linux/net/bluetooth/rfcomm/
H A Dcore.c203 err = sock_create_kern(&init_net, PF_BLUETOOTH, SOCK_SEQPACKET, BTPROTO_L2CAP, sock); in rfcomm_l2sock_create()