Searched refs:SOL_L2CAP (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/include/net/bluetooth/ |
D | bluetooth.h | 58 #define SOL_L2CAP 6 macro
|
/linux-2.4.37.9/net/bluetooth/rfcomm/ |
D | core.c | 567 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()
|