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

  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCallback.java 36 public void onPhyUpdate(BluetoothGatt gatt, int txPhy, int rxPhy, int status) {
BluetoothGattServerCallback.java 167 public void onPhyUpdate(BluetoothDevice device, int txPhy, int rxPhy, int status) {
BluetoothGattServer.java 312 public void onPhyUpdate(String address, int txPhy, int rxPhy, int status) {
315 "onPhyUpdate() - " + "device=" + address + ", txPHy=" + txPhy
323 mCallback.onPhyUpdate(device, txPhy, rxPhy, status);
337 "onPhyUpdate() - " + "device=" + address + ", txPHy=" + txPhy
579 * BluetoothGattServerCallback#onPhyUpdate} will be triggered as a result of this call, even if
    [all...]
BluetoothGatt.java 195 public void onPhyUpdate(String address, int txPhy, int rxPhy, int status) {
197 Log.d(TAG, "onPhyUpdate() - status=" + status
209 callback.onPhyUpdate(BluetoothGatt.this, txPhy, rxPhy, status);
    [all...]
  /system/bt/binder/android/bluetooth/
IBluetoothGattCallback.aidl 29 void onPhyUpdate(in String address, in int txPhy, in int rxPhy, in int status);
IBluetoothGattServerCallback.aidl 43 void onPhyUpdate(in String address, in int txPhy, in int rxPhy, in int status);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
GattServerFacade.java     [all...]
GattClientFacade.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /frameworks/base/config/
boot-image-profile.txt     [all...]

Completed in 290 milliseconds