Searched refs:TxFlowSpec (Results 1 – 1 of 1) sorted by relevance
437 struct hci_flow_spec TxFlowSpec in bthci_CheckLogLinkBehavior() argument440 u8 ID = TxFlowSpec.Identifier; in bthci_CheckLogLinkBehavior()441 u8 ServiceType = TxFlowSpec.ServiceType; in bthci_CheckLogLinkBehavior()442 u16 MaxSDUSize = TxFlowSpec.MaximumSDUSize; in bthci_CheckLogLinkBehavior()443 u32 SDUInterArrivatime = TxFlowSpec.SDUInterArrivalTime; in bthci_CheckLogLinkBehavior()493 TxFlowSpec.Identifier, TxFlowSpec.ServiceType, MaxSDUSize, in bthci_CheckLogLinkBehavior()494 SDUInterArrivatime, TxFlowSpec.AccessLatency, TxFlowSpec.FlushTimeout)); in bthci_CheckLogLinkBehavior()1307 struct hci_flow_spec TxFlowSpec; in bthci_BuildLogicalLink() local1315 memcpy(&TxFlowSpec, in bthci_BuildLogicalLink()1320 MaxSDUSize = TxFlowSpec.MaximumSDUSize; in bthci_BuildLogicalLink()[all …]