Lines Matching refs:BluetoothUuid
24 import android.bluetooth.BluetoothUuid;
496 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.Handsfree)) {
499 int channel = mRemoteDevice.getServiceChannel(BluetoothUuid.Handsfree);
503 } else if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.HSP)) {
506 int channel = mRemoteDevice.getServiceChannel(BluetoothUuid.HSP);