Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/bluetooth/rfcomm/
Dsock.c761 sk = rfcomm_sock_alloc(NULL, BTPROTO_RFCOMM, GFP_ATOMIC); in rfcomm_connect_ind()
832 if ((err = bluez_sock_register(BTPROTO_RFCOMM, &rfcomm_sock_family_ops))) { in rfcomm_init_sockets()
845 if ((err = bluez_sock_unregister(BTPROTO_RFCOMM))) in rfcomm_cleanup_sockets()
/linux-2.4.37.9/include/net/bluetooth/
Dbluetooth.h52 #define BTPROTO_RFCOMM 3 macro