Searched refs:gattClientScanFilterAddNative (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | ScanManager.java | 904 gattClientScanFilterAddNative(clientIf, entry.type, filterIndex, 0, 0, 0, 0, 0, in addFilterToController() 910 gattClientScanFilterAddNative(clientIf, entry.type, filterIndex, 0, 0, 0, 0, 0, in addFilterToController() 917 gattClientScanFilterAddNative(clientIf, entry.type, filterIndex, 0, 0, in addFilterToController() 927 gattClientScanFilterAddNative(clientIf, entry.type, filterIndex, 0, 0, 0, 0, 0, in addFilterToController() 936 gattClientScanFilterAddNative(clientIf, entry.type, filterIndex, entry.company, in addFilterToController() 1104 private native void gattClientScanFilterAddNative(int client_if, in gattClientScanFilterAddNative() method in ScanManager.ScanNative
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_gatt.cpp | 1338 static void gattClientScanFilterAddNative(JNIEnv* env, jobject object, jint client_if, in gattClientScanFilterAddNative() function 1685 …, "(IIIIIJJJJLjava/lang/String;Ljava/lang/String;B[B[B)V", (void *) gattClientScanFilterAddNative},
|