Home
last modified time | relevance | path

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

/linux-2.6.39/include/net/bluetooth/
Dl2cap.h122 #define L2CAP_SUPER_RCV_READY 0x0000 macro
/linux-2.6.39/net/bluetooth/
Dl2cap_core.c402 control |= L2CAP_SUPER_RCV_READY; in l2cap_send_rr_or_rnr()
1166 control |= L2CAP_SUPER_RCV_READY; in l2cap_send_ack()
2728 control |= L2CAP_SUPER_RCV_READY; in l2cap_send_i_or_rr_or_rnr()
2906 control |= L2CAP_SUPER_RCV_READY | L2CAP_CTRL_POLL; in l2cap_try_push_rx_skb()
3426 l2cap_send_sframe(pi, L2CAP_SUPER_RCV_READY); in l2cap_data_channel_rnrframe()
3442 case L2CAP_SUPER_RCV_READY: in l2cap_data_channel_sframe()