Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dl2cap_sock.c1479 sk = l2cap_sock_alloc(sock_net(parent), NULL, BTPROTO_L2CAP, in l2cap_sock_new_connection_cb()
1486 bt_sock_reclassify_lock(sk, BTPROTO_L2CAP); in l2cap_sock_new_connection_cb()
1974 err = bt_sock_register(BTPROTO_L2CAP, &l2cap_sock_family_ops); in l2cap_init_sockets()
1984 bt_sock_unregister(BTPROTO_L2CAP); in l2cap_init_sockets()
2000 bt_sock_unregister(BTPROTO_L2CAP); in l2cap_cleanup_sockets()
/openbmc/linux/include/net/bluetooth/
H A Dbluetooth.h51 #define BTPROTO_L2CAP 0 macro
/openbmc/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()