Searched refs:L2CAP_OPTIONS (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/include/net/bluetooth/ |
D | l2cap.h | 46 #define L2CAP_OPTIONS 0x01 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()
|
/linux-2.4.37.9/net/bluetooth/ |
D | l2cap.c | 687 case L2CAP_OPTIONS: in l2cap_sock_setsockopt() 732 case L2CAP_OPTIONS: in l2cap_sock_getsockopt()
|