Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_bqr.cc540 uint16_t a2dp_choppy_threshold = 0; in ConfigBqrA2dpScoThreshold() local
546 sscanf(bqr_prop_threshold, "%hu,%hu", &a2dp_choppy_threshold, in ConfigBqrA2dpScoThreshold()
550 a2dp_choppy_threshold, sco_choppy_threshold); in ConfigBqrA2dpScoThreshold()
560 payload->AddOctets2(a2dp_choppy_threshold == 0 ? 1 : a2dp_choppy_threshold); in ConfigBqrA2dpScoThreshold()