Home
last modified time | relevance | path

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

/linux-2.6.39/net/bluetooth/hidp/
Dsock.c286 err = bt_sock_register(BTPROTO_HIDP, &hidp_sock_family_ops); in hidp_init_sockets()
300 if (bt_sock_unregister(BTPROTO_HIDP) < 0) in hidp_cleanup_sockets()
/linux-2.6.39/include/net/bluetooth/
Dbluetooth.h48 #define BTPROTO_HIDP 6 macro