Home
last modified time | relevance | path

Searched refs:BTPROTO_RFCOMM (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/bluetooth/rfcomm/
H A Dsock.c954 sk = rfcomm_sock_alloc(sock_net(parent), NULL, BTPROTO_RFCOMM, GFP_ATOMIC, 0); in rfcomm_connect_ind()
958 bt_sock_reclassify_lock(sk, BTPROTO_RFCOMM); in rfcomm_connect_ind()
1042 err = bt_sock_register(BTPROTO_RFCOMM, &rfcomm_sock_family_ops); in rfcomm_init_sockets()
1051 bt_sock_unregister(BTPROTO_RFCOMM); in rfcomm_init_sockets()
1077 bt_sock_unregister(BTPROTO_RFCOMM); in rfcomm_cleanup_sockets()
/openbmc/linux/include/net/bluetooth/
H A Dbluetooth.h54 #define BTPROTO_RFCOMM 3 macro