Home
last modified time | relevance | path

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

/linux-6.6.21/net/bluetooth/bnep/
Dsock.c233 err = bt_sock_register(BTPROTO_BNEP, &bnep_sock_family_ops); in bnep_sock_init()
242 bt_sock_unregister(BTPROTO_BNEP); in bnep_sock_init()
258 bt_sock_unregister(BTPROTO_BNEP); in bnep_sock_cleanup()
/linux-6.6.21/include/net/bluetooth/
Dbluetooth.h55 #define BTPROTO_BNEP 4 macro