Lines Matching refs:BluetoothUuid
26 import android.bluetooth.BluetoothUuid;
540 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.Handsfree) &&
541 BluetoothUuid.isUuidPresent(localUuids, BluetoothUuid.Handsfree_AG)) {
545 int channel = device.getServiceChannel(BluetoothUuid.Handsfree);
555 } else if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.HSP) &&
556 BluetoothUuid.isUuidPresent(localUuids, BluetoothUuid.HSP_AG)) {
560 int channel = device.getServiceChannel(BluetoothUuid.HSP);