Searched refs:doesClassMatch (Results 1 – 2 of 2) sorted by relevance
119 if (btClass.doesClassMatch(BluetoothClass.PROFILE_A2DP) || in matches()120 btClass.doesClassMatch(BluetoothClass.PROFILE_HEADSET)) { in matches()138 && btClass.doesClassMatch(BluetoothClass.PROFILE_OPP); in matches()152 && btClass.doesClassMatch(BluetoothClass.PROFILE_PANU); in matches()166 && btClass.doesClassMatch(BluetoothClass.PROFILE_NAP); in matches()
296 public boolean doesClassMatch(int profile) { in doesClassMatch() method in BluetoothClass