Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/bluetooth/
Dl2cap.h184 #define L2CAP_EXT_CTRL_SUPER_SHIFT 16 macro
/Linux-v6.1/net/bluetooth/
Dl2cap_core.c1054 control->super = (ext & L2CAP_EXT_CTRL_SUPERVISE) >> L2CAP_EXT_CTRL_SUPER_SHIFT; in __unpack_extended_control()
1092 packed |= control->super << L2CAP_EXT_CTRL_SUPER_SHIFT; in __pack_extended_control()