Home
last modified time | relevance | path

Searched refs:L2CAP_MODE_STREAMING (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/bluetooth/
Dl2cap_core.c638 case L2CAP_MODE_STREAMING: in l2cap_chan_del()
1363 case L2CAP_MODE_STREAMING: in l2cap_mode_supported()
2502 case L2CAP_MODE_STREAMING: in l2cap_chan_send()
3013 case L2CAP_MODE_STREAMING: in l2cap_add_opt_efs()
3098 case L2CAP_MODE_STREAMING: in l2cap_select_mode()
3186 case L2CAP_MODE_STREAMING: in l2cap_build_conf_req()
3259 case L2CAP_MODE_STREAMING: in l2cap_build_conf_req()
3261 rfc.mode = L2CAP_MODE_STREAMING; in l2cap_build_conf_req()
3369 case L2CAP_MODE_STREAMING: in l2cap_parse_conf_req()
3477 case L2CAP_MODE_STREAMING: in l2cap_parse_conf_req()
[all …]
Dl2cap_sock.c276 case L2CAP_MODE_STREAMING: in l2cap_sock_listen()
687 case L2CAP_MODE_STREAMING: in l2cap_sock_setsockopt_old()
894 chan->mode != L2CAP_MODE_STREAMING) { in l2cap_sock_setsockopt()
/linux-4.4.14/include/net/bluetooth/
Dl2cap.h342 #define L2CAP_MODE_STREAMING 0x04 macro