/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothGattCallback.java | 38 public void onPhyUpdate(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyUpdate() 52 public void onPhyRead(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyRead()
|
H A D | BluetoothGattServerCallback.java | 167 public void onPhyUpdate(BluetoothDevice device, int txPhy, int rxPhy, int status) { in onPhyUpdate() 181 public void onPhyRead(BluetoothDevice device, int txPhy, int rxPhy, int status) { in onPhyRead()
|
H A D | BluetoothGattServer.java | 635 public void setPreferredPhy(BluetoothDevice device, int txPhy, int rxPhy, int phyOptions) { in setPreferredPhy()
|
H A D | BluetoothGatt.java | 1016 public void setPreferredPhy(int txPhy, int rxPhy, int phyOptions) { in setPreferredPhy()
|
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothGattCallback.aidl | 29 void onPhyUpdate(in String address, in int txPhy, in int rxPhy, in int status); in onPhyUpdate() 30 void onPhyRead(in String address, in int txPhy, in int rxPhy, in int status); in onPhyRead()
|
H A D | IBluetoothGattServerCallback.aidl | 43 void onPhyUpdate(in String address, in int txPhy, in int rxPhy, in int status); in onPhyUpdate() 44 void onPhyRead(in String address, in int txPhy, in int rxPhy, in int status); in onPhyRead()
|
H A D | IBluetoothGatt.aidl | 107 …void clientSetPreferredPhy(in int clientIf, in String address, in int txPhy, in int rxPhy, in int … in clientSetPreferredPhy() 155 …void serverSetPreferredPhy(in int clientIf, in String address, in int txPhy, in int rxPhy, in int … in serverSetPreferredPhy()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | GattService.java | 660 public void clientSetPreferredPhy(int clientIf, String address, int txPhy, int rxPhy, in clientSetPreferredPhy() 879 public void serverSetPreferredPhy(int serverIf, String address, int txPhy, int rxPhy, in serverSetPreferredPhy() 1440 void onClientPhyUpdate(int connId, int txPhy, int rxPhy, int status) throws RemoteException { in onClientPhyUpdate() 1458 void onClientPhyRead(int clientIf, String address, int txPhy, int rxPhy, int status) in onClientPhyRead() 1517 void onServerPhyUpdate(int connId, int txPhy, int rxPhy, int status) throws RemoteException { in onServerPhyUpdate() 1535 void onServerPhyRead(int serverIf, String address, int txPhy, int rxPhy, int status) in onServerPhyRead() 2745 void clientSetPreferredPhy(int clientIf, String address, int txPhy, int rxPhy, int phyOptions, in clientSetPreferredPhy() 3516 void serverSetPreferredPhy(int serverIf, String address, int txPhy, int rxPhy, int phyOptions, in serverSetPreferredPhy() 3981 int rxPhy, int phyOptions); in gattClientSetPreferredPhyNative() 4031 int rxPhy, int phyOptions); in gattServerSetPreferredPhyNative()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |