Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/bnep/
H A 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()
/openbmc/linux/include/net/bluetooth/
H A Dbluetooth.h55 #define BTPROTO_BNEP 4 macro