Searched refs:TxFlowSpec (Results 1 – 1 of 1) sorted by relevance
436 struct hci_flow_spec TxFlowSpec in bthci_CheckLogLinkBehavior() argument439 u8 ID = TxFlowSpec.Identifier; in bthci_CheckLogLinkBehavior()440 u8 ServiceType = TxFlowSpec.ServiceType; in bthci_CheckLogLinkBehavior()441 u16 MaxSDUSize = TxFlowSpec.MaximumSDUSize; in bthci_CheckLogLinkBehavior()442 u32 SDUInterArrivatime = TxFlowSpec.SDUInterArrivalTime; in bthci_CheckLogLinkBehavior()492 TxFlowSpec.Identifier, TxFlowSpec.ServiceType, MaxSDUSize, in bthci_CheckLogLinkBehavior()493 SDUInterArrivatime, TxFlowSpec.AccessLatency, TxFlowSpec.FlushTimeout)); in bthci_CheckLogLinkBehavior()1306 struct hci_flow_spec TxFlowSpec; in bthci_BuildLogicalLink() local1314 memcpy(&TxFlowSpec, in bthci_BuildLogicalLink()1319 MaxSDUSize = TxFlowSpec.MaximumSDUSize; in bthci_BuildLogicalLink()[all …]