Lines Matching defs:handle
57 #define HCI_ISO_SET_CONTINUATION_FLAG(handle) \ argument
59 #define HCI_ISO_SET_COMPLETE_FLAG(handle) (((handle)&0x4FFF) | (0x0002 << 12)) argument
60 #define HCI_ISO_SET_END_FRAG_FLAG(handle) (((handle)&0x4FFF) | (0x0003 << 12)) argument
61 #define HCI_ISO_SET_TIMESTAMP_FLAG(handle) (((handle)&0x3FFF) | (0x0001 << 14)) argument
63 #define HCI_ISO_GET_TS_FLAG(handle) (((handle) >> 14) & 0x0001) argument
68 #define APPLY_CONTINUATION_FLAG(handle) (((handle)&0xCFFF) | 0x1000) argument
69 #define APPLY_START_FLAG(handle) (((handle)&0xCFFF) | 0x2000) argument
71 #define GET_BOUNDARY_FLAG(handle) (((handle) >> 12) & 0x0003) argument
72 #define GET_BROADCAST_FLAG(handle) (((handle) >> 14) & 0x0003) argument
177 uint16_t handle; in fragment_and_dispatch_iso() local
219 uint16_t handle; in reassemble_and_dispatch_iso() local
401 uint16_t handle; in reassemble_and_dispatch() local