Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:uuids

100         abstract boolean matches(ParcelUuid[] uuids, BluetoothClass btClass);
110 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) {
111 if (uuids != null) {
112 if (BluetoothUuid.containsAnyUuid(uuids, A2dpProfile.SINK_UUIDS)) {
115 if (BluetoothUuid.containsAnyUuid(uuids, HeadsetProfile.UUIDS)) {
131 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) {
132 if (uuids != null) {
133 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.ObexObjectPush)) {
145 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) {
146 if (uuids != null) {
147 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.PANU)) {
159 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) {
160 if (uuids != null) {
161 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.NAP)) {