Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dl2cap.h157 #define L2CAP_CTRL_POLL_SHIFT 4 macro
/linux/net/bluetooth/
H A Dl2cap_core.c1007 control->poll = (enh & L2CAP_CTRL_POLL) >> L2CAP_CTRL_POLL_SHIFT; in __unpack_enhanced_control()
1088 packed |= control->poll << L2CAP_CTRL_POLL_SHIFT; in __pack_enhanced_control()