HomeSort by relevance Sort by last modified time
    Searched refs:onServicesDiscovered (Results 1 - 23 of 23) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCallback.java 76 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
BluetoothGatt.java 312 callback.onServicesDiscovered(BluetoothGatt.this, status);
    [all...]
  /packages/services/Car/TrustAgent/src/com/android/car/trust/comms/
SimpleBleClient.java 331 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
332 super.onServicesDiscovered(gatt, status);
334 Log.d(TAG, "onServicesDiscovered: " + status);
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 93 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
97 Log.w(TAG, "onServicesDiscovered received: " + status);
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 93 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
97 Log.w(TAG, "onServicesDiscovered received: " + status);
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 93 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
97 Log.w(TAG, "onServicesDiscovered received: " + status);
  /frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
BluetoothMidiDevice.java 113 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
136 Log.e(TAG, "onServicesDiscovered received: " + status);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleConnectionPriorityClientService.java 371 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
BleEncryptedClientService.java 367 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
BleClientService.java     [all...]
  /packages/apps/Test/connectivity/PMC/src/com/android/pmc/
GattClientListener.java 213 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
214 Log.d(TAG, "onServicesDiscovered Status " + status);
243 Log.d(TAG, "onServicesDiscovered: " + status);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothAccessoryFragment.java 253 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
GattClientFacade.java     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 1082 milliseconds