Searched refs:sendResultsByPendingIntent (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 1028 sendResultsByPendingIntent(app.info, results, in onScanResult() 1044 sendResultsByPendingIntent(pii, results, callbackType); in sendResultByPendingIntent() 1051 private void sendResultsByPendingIntent(PendingIntentInfo pii, ArrayList<ScanResult> results, in sendResultsByPendingIntent() method in GattService 1573 sendResultsByPendingIntent(app.info, new ArrayList<ScanResult>(results), in onBatchScanReports() 1592 sendResultsByPendingIntent(app.info, results, in sendBatchScanResults()
|