HomeSort by relevance Sort by last modified time
    Searched refs:featureUuids (Results 1 - 7 of 7) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 192 ParcelUuid[] featureUuids = device.getUuids();
193 if ((BluetoothUuid.containsAnyUuid(featureUuids, A2DP_SOURCE_UUID)) &&
194 !(BluetoothUuid.containsAllUuids(featureUuids ,A2DP_SOURCE_SINK_UUIDS))) {
A2dpStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStateMachine.java 731 ParcelUuid[] featureUuids = device.getUuids();
732 if (!BluetoothUuid.isUuidPresent(featureUuids, BluetoothUuid.AudioSource)) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 536 ParcelUuid[] featureUuids = device.getUuids();
537 if (!BluetoothUuid.containsAnyUuid(featureUuids, MAP_UUIDS)) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 518 ParcelUuid[] featureUuids = device.getUuids();
519 if (!BluetoothUuid.containsAnyUuid(featureUuids, SAP_UUIDS)) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java     [all...]

Completed in 130 milliseconds