Searched refs:gattClientStartBatchScanNative (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | ScanManager.java | 564 gattClientStartBatchScanNative(clientIf, resultType, scanInterval, in resetBatchScan() 1136 private native void gattClientStartBatchScanNative(int client_if, int scan_mode, in gattClientStartBatchScanNative() method in ScanManager.ScanNative
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_gatt.cpp | 1452 static void gattClientStartBatchScanNative(JNIEnv* env, jobject object, jint client_if, in gattClientStartBatchScanNative() function 1678 {"gattClientStartBatchScanNative", "(IIIIII)V", (void *) gattClientStartBatchScanNative},
|