Searched defs:l2cap_ctrl (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/net/bluetooth/ |
| D | bluetooth.h | 331 struct l2cap_ctrl { struct 332 u8 sframe:1, 333 poll:1, 334 final:1, 335 fcs:1, 336 sar:2, 337 super:2; 339 u16 reqseq; 340 u16 txseq; 341 u8 retries; [all …]
|
| /kernel/linux/linux-6.6/include/net/bluetooth/ |
| D | bluetooth.h | 420 struct l2cap_ctrl { struct 421 u8 sframe:1, 422 poll:1, 423 final:1, 424 fcs:1, 425 sar:2, 426 super:2; 428 u16 reqseq; 429 u16 txseq; 430 u8 retries; [all …]
|