Searched refs:InteropFeature (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | InteropUtil.java | 35 public enum InteropFeature { enum in InteropUtil 54 public static boolean interopMatchAddr(InteropFeature feature, String address) { in interopMatchAddr() 83 public static boolean interopMatchName(InteropFeature feature, String name) { in interopMatchName() 113 public static boolean interopMatchAddrOrName(InteropFeature feature, String address) { in interopMatchAddrOrName() 143 public static void interopDatabaseAddAddr(InteropFeature feature, String address, int length) { in interopDatabaseAddAddr() 176 public static void interopDatabaseRemoveAddr(InteropFeature feature, String address) { in interopDatabaseRemoveAddr() 201 public static void interopDatabaseAddName(InteropFeature feature, String name) { in interopDatabaseAddName() 226 public static void interopDatabaseRemoveName(InteropFeature feature, String name) { in interopDatabaseRemoveName()
|
D | AdapterService.java | 122 import com.android.bluetooth.btservice.InteropUtil.InteropFeature; 6833 public boolean interopMatchAddr(InteropFeature feature, String address) { in interopMatchAddr() 6837 public boolean interopMatchName(InteropFeature feature, String name) { in interopMatchName() 6841 public boolean interopMatchAddrOrName(InteropFeature feature, String address) { in interopMatchAddrOrName() 6845 public void interopDatabaseAddAddr(InteropFeature feature, String address, int length) { in interopDatabaseAddAddr() 6849 public void interopDatabaseRemoveAddr(InteropFeature feature, String address) { in interopDatabaseRemoveAddr() 6853 public void interopDatabaseAddName(InteropFeature feature, String name) { in interopDatabaseAddName() 6857 public void interopDatabaseRemoveName(InteropFeature feature, String name) { in interopDatabaseRemoveName()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapService.java | 470 InteropUtil.InteropFeature.INTEROP_ADV_PBAP_VER_1_2, in handleNotificationTask()
|