Home
last modified time | relevance | path

Searched refs:BTPROTO_HIDP (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/bluetooth/hidp/
Dsock.c271 err = bt_sock_register(BTPROTO_HIDP, &hidp_sock_family_ops); in hidp_init_sockets()
280 bt_sock_unregister(BTPROTO_HIDP); in hidp_init_sockets()
296 bt_sock_unregister(BTPROTO_HIDP); in hidp_cleanup_sockets()
/Linux-v4.19/net/bluetooth/cmtp/
Dsock.c250 bt_sock_unregister(BTPROTO_HIDP); in cmtp_init_sockets()
/Linux-v4.19/include/net/bluetooth/
Dbluetooth.h54 #define BTPROTO_HIDP 6 macro