Searched defs:preempt_thresh (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluez/health/
H A Dmcap_sync.c83 int preempt_thresh; /* Preemption threshold for latency */ member in struct:csp_caps
375 _caps.preempt_thresh = latency * 4;
493 latency = caps(mcl)->preempt_thresh + 1;
495 while (latency > caps(mcl)->preempt_thresh && --retry >= 0) {

Completed in 83 milliseconds