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 | 424 struct l2cap_ctrl { struct 425 u8 sframe:1, 426 poll:1, 427 final:1, 428 fcs:1, 429 sar:2, 430 super:2; 432 u16 reqseq; 433 u16 txseq; 434 u8 retries; [all …]
|