Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dl2cap_core.c638 case L2CAP_MODE_STREAMING: in l2cap_chan_del()
1363 case L2CAP_MODE_STREAMING: in l2cap_mode_supported()
2506 case L2CAP_MODE_STREAMING: in l2cap_chan_send()
3017 case L2CAP_MODE_STREAMING: in l2cap_add_opt_efs()
3102 case L2CAP_MODE_STREAMING: in l2cap_select_mode()
3190 case L2CAP_MODE_STREAMING: in l2cap_build_conf_req()
3263 case L2CAP_MODE_STREAMING: in l2cap_build_conf_req()
3265 rfc.mode = L2CAP_MODE_STREAMING; in l2cap_build_conf_req()
3373 case L2CAP_MODE_STREAMING: in l2cap_parse_conf_req()
3481 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.1.27/include/net/bluetooth/
Dl2cap.h338 #define L2CAP_MODE_STREAMING 0x04 macro