HomeSort by relevance Sort by last modified time
    Searched refs:onPhyUpdate (Results 1 - 12 of 12) 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 173 public void onPhyUpdate(BluetoothDevice device, int txPhy, int rxPhy, int status) {
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);
BluetoothGattServer.java 302 public void onPhyUpdate(String address, int txPhy, int rxPhy, int status) {
303 if (DBG) Log.d(TAG, "onPhyUpdate() - " + "device=" + address + ", txPHy=" + txPhy
310 mCallback.onPhyUpdate(device, txPhy, rxPhy, status);
322 if (DBG) Log.d(TAG, "onPhyUpdate() - " + "device=" + address + ", txPHy=" + txPhy
556 * {@link BluetoothGattServerCallback#onPhyUpdate} will be triggered as a result of this call, even
BluetoothGatt.java 188 public void onPhyUpdate(String address, int txPhy, int rxPhy, int status) {
189 if (DBG) Log.d(TAG, "onPhyUpdate() - status=" + status
200 callback.onPhyUpdate(BluetoothGatt.this, txPhy, rxPhy, status);
    [all...]
  /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/sdk/26/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 6419 milliseconds