Searched defs:l2cap_ctrl (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-4.19/include/net/bluetooth/ |
| D | bluetooth.h | 284 struct l2cap_ctrl { struct 285 u8 sframe:1, 286 poll:1, 287 final:1, 288 fcs:1, 289 sar:2, 290 super:2; 292 u16 reqseq; 293 u16 txseq; 294 u8 retries; [all …]
|
| /kernel/linux/linux-5.10/include/net/bluetooth/ |
| D | bluetooth.h | 329 struct l2cap_ctrl { struct 330 u8 sframe:1, 331 poll:1, 332 final:1, 333 fcs:1, 334 sar:2, 335 super:2; 337 u16 reqseq; 338 u16 txseq; 339 u8 retries; [all …]
|