Home
last modified time | relevance | path

Searched refs:supBitpoolMax (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.sbin/bta2dpd/bta2dpd/
H A Davdtp.c313 uint8_t supBitpoolMin, supBitpoolMax, tmp_mask; in avdtpAutoConfigSBC() local
330 supBitpoolMax = capabilities[i + 9]; in avdtpAutoConfigSBC()
356 supBitpoolMax &= (uint8_t)~1; in avdtpAutoConfigSBC()
359 supBitpoolMax /= 2; in avdtpAutoConfigSBC()
362 supBitpoolMax /= 2; in avdtpAutoConfigSBC()
364 if (supBitpoolMax > *bitpool) in avdtpAutoConfigSBC()
365 supBitpoolMax = *bitpool; in avdtpAutoConfigSBC()
367 *bitpool = supBitpoolMax; in avdtpAutoConfigSBC()
371 supBitpoolMin, supBitpoolMax}; in avdtpAutoConfigSBC()