Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/bluetooth/
Dbluetooth.h58 #define SOL_L2CAP 6 macro
/linux-2.4.37.9/net/bluetooth/rfcomm/
Dcore.c567 sock->ops->getsockopt(sock, SOL_L2CAP, L2CAP_OPTIONS, (void *)&opts, &size); in rfcomm_session_create()
570 sock->ops->setsockopt(sock, SOL_L2CAP, L2CAP_OPTIONS, (void *)&opts, size); in rfcomm_session_create()
1775 sock->ops->getsockopt(sock, SOL_L2CAP, L2CAP_OPTIONS, (void *)&opts, &size); in rfcomm_add_listener()
1778 sock->ops->setsockopt(sock, SOL_L2CAP, L2CAP_OPTIONS, (void *)&opts, size); in rfcomm_add_listener()