Home
last modified time | relevance | path

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

/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DDeviceControlActivity.java180 registerReceiver(mGattUpdateReceiver, makeGattUpdateIntentFilter()); in onResume()
301 private static IntentFilter makeGattUpdateIntentFilter() { in makeGattUpdateIntentFilter() method in DeviceControlActivity