Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/bluetooth/
Dl2cap.h160 #define L2CAP_CTRL_FINAL 0x0080 macro
/kernel/linux/linux-5.10/net/bluetooth/
Dl2cap_core.c1026 control->final = (enh & L2CAP_CTRL_FINAL) >> L2CAP_CTRL_FINAL_SHIFT; in __unpack_enhanced_control()