Home
last modified time | relevance | path

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

/linux-2.6.39/include/net/bluetooth/
Dl2cap.h414 #define L2CAP_CONN_SEND_PBIT 0x0010 macro
/linux-2.6.39/net/bluetooth/
Dl2cap_core.c369 if (pi->conn_state & L2CAP_CONN_SEND_PBIT) { in l2cap_send_sframe()
371 pi->conn_state &= ~L2CAP_CONN_SEND_PBIT; in l2cap_send_sframe()
3255 pi->conn_state |= L2CAP_CONN_SEND_PBIT; in l2cap_data_channel_iframe()