Searched refs:onServicesDiscovered (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCallback.java75 public void onServicesDiscovered(BluetoothGatt gatt, int status) { method in class:BluetoothGattCallback
H A DBluetoothGatt.java328 callback.onServicesDiscovered(BluetoothGatt.this, status);
965 * the {@link BluetoothGattCallback#onServicesDiscovered} callback is
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
H A DBluetoothMidiDevice.java113 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
136 Log.e(TAG, "onServicesDiscovered received: " + status);

Completed in 77 milliseconds