Bluetooth: Use non-flushable by default L2CAP data packets
[deliverable/linux.git] / include / net / bluetooth / hci_core.h
index d2cf88407690e432f80938985d7cbcf4fb16d0ed..4e14610baecec26d6c963d88390652c8ff55a38d 100644 (file)
@@ -458,6 +458,7 @@ void hci_conn_del_sysfs(struct hci_conn *conn);
 #define lmp_sniffsubr_capable(dev) ((dev)->features[5] & LMP_SNIFF_SUBR)
 #define lmp_esco_capable(dev)      ((dev)->features[3] & LMP_ESCO)
 #define lmp_ssp_capable(dev)       ((dev)->features[6] & LMP_SIMPLE_PAIR)
+#define lmp_no_flush_capable(dev)  ((dev)->features[6] & LMP_NO_FLUSH)
 
 /* ----- HCI protocols ----- */
 struct hci_proto {
This page took 0.028607 seconds and 5 git commands to generate.