Home
last modified time | relevance | path

Searched refs:callbackType (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DBleScanReceiver.java60 public void onScanResult(int callbackType, ScanResult result) {
DGattClientListener.java366 public void onScanResult(int callbackType, ScanResult result) { in onScanResult() argument
/packages/services/Car/TrustAgent/src/com/android/car/trust/comms/
DSimpleBleClient.java265 public void onScanResult(int callbackType, ScanResult result) {
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java803 int callbackType, ScanClient client) { in sendResultByPendingIntent() argument
807 sendResultsByPendingIntent(pii, results, callbackType); in sendResultByPendingIntent()
815 int callbackType) throws PendingIntent.CanceledException { in sendResultsByPendingIntent() argument
820 BluetoothLeScanner.EXTRA_CALLBACK_TYPE, callbackType); in sendResultsByPendingIntent()