Home
last modified time | relevance | path

Searched refs:interopDatabaseAddAddr (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DInteropUtil.java143 public static void interopDatabaseAddAddr(InteropFeature feature, String address, int length) { in interopDatabaseAddAddr() method in InteropUtil
166 adapterService.interopDatabaseAddAddr(feature, address, length); in interopDatabaseAddAddr()
DAdapterService.java6845 public void interopDatabaseAddAddr(InteropFeature feature, String address, int length) { in interopDatabaseAddAddr() method in AdapterService