Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:btClass

100         abstract boolean matches(ParcelUuid[] uuids, BluetoothClass btClass);
110 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) {
118 } else if (btClass != null) {
119 if (btClass.doesClassMatch(BluetoothClass.PROFILE_A2DP) ||
120 btClass.doesClassMatch(BluetoothClass.PROFILE_HEADSET)) {
131 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) {
137 return btClass != null
138 && btClass.doesClassMatch(BluetoothClass.PROFILE_OPP);
145 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) {
151 return btClass != null
152 && btClass.doesClassMatch(BluetoothClass.PROFILE_PANU);
159 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) {
165 return btClass != null
166 && btClass.doesClassMatch(BluetoothClass.PROFILE_NAP);