Home | History | Annotate | Download | only in phone

Lines Matching refs:BluetoothUuid

26 import android.bluetooth.BluetoothUuid;
546 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.Handsfree) &&
547 BluetoothUuid.isUuidPresent(localUuids, BluetoothUuid.Handsfree_AG)) {
551 int channel = device.getServiceChannel(BluetoothUuid.Handsfree);
561 } else if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.HSP) &&
562 BluetoothUuid.isUuidPresent(localUuids, BluetoothUuid.HSP_AG)) {
566 int channel = device.getServiceChannel(BluetoothUuid.HSP);