Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:isStart

1293      * @param isStart Whether the SCO channel should be opened.
1295 private void startStopSco(BluetoothAdapter adapter, BluetoothDevice device, boolean isStart) {
1300 if (isStart) {
1324 if (isStart == isScoOn) {
1330 if (isStart) {
1339 if (isStart == isScoOn && (receiver.getFiredFlags() & mask) == mask) {
1356 methodName, isScoOn, isStart, firedFlags, mask));