Searched defs:onScanResult (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DGattClientListener.java366 public void onScanResult(int callbackType, ScanResult result) { method in class:GattClientListener.MyBleScanner.MyScanCallback
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java719 void onScanResult(int event_type, int address_type, String address, int primary_phy, method in class:GattService
723 Log.d(TAG, "onScanResult() - event_type=0x" + Integer.toHexString(event_type)
789 app.callback.onScanResult(result);

Completed in 737 milliseconds