Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/bnep/
Dsock.c238 err = bt_sock_register(BTPROTO_BNEP, &bnep_sock_family_ops); in bnep_sock_init()
247 bt_sock_unregister(BTPROTO_BNEP); in bnep_sock_init()
263 bt_sock_unregister(BTPROTO_BNEP); in bnep_sock_cleanup()
/linux-4.1.27/include/net/bluetooth/
Dbluetooth.h49 #define BTPROTO_BNEP 4 macro