Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/bnep/
H A Dsock.c240 err = bt_sock_register(BTPROTO_BNEP, &bnep_sock_family_ops); in bnep_sock_init()
249 bt_sock_unregister(BTPROTO_BNEP); in bnep_sock_init()
265 bt_sock_unregister(BTPROTO_BNEP); in bnep_sock_cleanup()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dbluetooth.h54 #define BTPROTO_BNEP 4 macro