/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattNativeInterface.java | 82 void onClientPhyUpdate(int connId, int txPhy, int rxPhy, int status) throws RemoteException { in onClientPhyUpdate() argument 83 getGattService().onClientPhyUpdate(connId, txPhy, rxPhy, status); in onClientPhyUpdate() 86 void onClientPhyRead(int clientIf, String address, int txPhy, int rxPhy, int status) in onClientPhyRead() argument 88 getGattService().onClientPhyRead(clientIf, address, txPhy, rxPhy, status); in onClientPhyRead() 107 void onServerPhyUpdate(int connId, int txPhy, int rxPhy, int status) throws RemoteException { in onServerPhyUpdate() argument 108 getGattService().onServerPhyUpdate(connId, txPhy, rxPhy, status); in onServerPhyUpdate() 111 void onServerPhyRead(int serverIf, String address, int txPhy, int rxPhy, int status) in onServerPhyRead() argument 113 getGattService().onServerPhyRead(serverIf, address, txPhy, rxPhy, status); in onServerPhyRead() 302 int clientIf, String address, int txPhy, int rxPhy, int phyOptions); in gattClientSetPreferredPhyNative() argument 359 int clientIf, String address, int txPhy, int rxPhy, int phyOptions); in gattServerSetPreferredPhyNative() argument [all …]
|
D | GattService.java | 580 int rxPhy, in clientSetPreferredPhy() argument 588 clientIf, address, txPhy, rxPhy, phyOptions, attributionSource); in clientSetPreferredPhy() 907 int rxPhy, in serverSetPreferredPhy() argument 915 serverIf, address, txPhy, rxPhy, phyOptions, attributionSource); in serverSetPreferredPhy() 1376 void onClientPhyUpdate(int connId, int txPhy, int rxPhy, int status) throws RemoteException { in onClientPhyUpdate() argument 1389 app.callback.onPhyUpdate(address, txPhy, rxPhy, status); in onClientPhyUpdate() 1392 void onClientPhyRead(int clientIf, String address, int txPhy, int rxPhy, int status) in onClientPhyRead() argument 1414 app.callback.onPhyRead(address, txPhy, rxPhy, status); in onClientPhyRead() 1468 void onServerPhyUpdate(int connId, int txPhy, int rxPhy, int status) throws RemoteException { in onServerPhyUpdate() argument 1481 app.callback.onPhyUpdate(address, txPhy, rxPhy, status); in onServerPhyUpdate() [all …]
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattServer.java | 377 public void onPhyUpdate(String address, int txPhy, int rxPhy, int status) { 387 + rxPhy); 394 mCallback.onPhyUpdate(device, txPhy, rxPhy, status); 406 public void onPhyRead(String address, int txPhy, int rxPhy, int status) { 416 + rxPhy); 423 mCallback.onPhyRead(device, txPhy, rxPhy, status); 780 public void setPreferredPhy(BluetoothDevice device, int txPhy, int rxPhy, int phyOptions) { in setPreferredPhy() argument 783 mServerIf, device.getAddress(), txPhy, rxPhy, phyOptions, mAttributionSource); in setPreferredPhy()
|
D | BluetoothGattServerCallback.java | 162 public void onPhyUpdate(BluetoothDevice device, int txPhy, int rxPhy, int status) {} in onPhyUpdate() argument 175 public void onPhyRead(BluetoothDevice device, int txPhy, int rxPhy, int status) {} in onPhyRead() argument
|
D | BluetoothGattCallback.java | 36 public void onPhyUpdate(BluetoothGatt gatt, int txPhy, int rxPhy, int status) {} in onPhyUpdate() argument 49 public void onPhyRead(BluetoothGatt gatt, int txPhy, int rxPhy, int status) {} in onPhyRead() argument
|
D | BluetoothGatt.java | 296 public void onPhyUpdate(String address, int txPhy, int rxPhy, int status) { 304 + (" rxPhy=" + rxPhy)); 317 BluetoothGatt.this, txPhy, rxPhy, status); 329 public void onPhyRead(String address, int txPhy, int rxPhy, int status) { 337 + (" rxPhy=" + rxPhy)); 350 BluetoothGatt.this, txPhy, rxPhy, status); 1260 public void setPreferredPhy(int txPhy, int rxPhy, int phyOptions) { in setPreferredPhy() argument 1263 mClientIf, mDevice.getAddress(), txPhy, rxPhy, phyOptions, mAttributionSource); in setPreferredPhy()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGattServerCallback.aidl | 43 void onPhyUpdate(in String address, in int txPhy, in int rxPhy, in int status); in onPhyUpdate() argument 44 void onPhyRead(in String address, in int txPhy, in int rxPhy, in int status); in onPhyRead() argument
|
D | IBluetoothGattCallback.aidl | 29 void onPhyUpdate(in String address, in int txPhy, in int rxPhy, in int status); in onPhyUpdate() argument 30 void onPhyRead(in String address, in int txPhy, in int rxPhy, in int status); in onPhyRead() argument
|
D | IBluetoothGatt.aidl | 112 …void clientSetPreferredPhy(in int clientIf, in String address, in int txPhy, in int rxPhy, in int … in clientSetPreferredPhy() argument 160 …void serverSetPreferredPhy(in int clientIf, in String address, in int txPhy, in int rxPhy, in int … in serverSetPreferredPhy() argument
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
D | GattServiceBinderTest.java | 236 int rxPhy = 1; in clientSetPreferredPhy() local 240 clientIf, address, txPhy, rxPhy, phyOptions, mAttributionSource); in clientSetPreferredPhy() 244 clientIf, address, txPhy, rxPhy, phyOptions, mAttributionSource); in clientSetPreferredPhy() 527 int rxPhy = 1; in serverSetPreferredPhy() local 531 serverIf, address, txPhy, rxPhy, phyOptions, mAttributionSource); in serverSetPreferredPhy() 535 serverIf, address, txPhy, rxPhy, phyOptions, mAttributionSource); in serverSetPreferredPhy()
|
D | GattServiceTest.java | 198 int rxPhy = 1; in clientSetPreferredPhy() local 205 clientIf, address, txPhy, rxPhy, phyOptions, mAttributionSource); in clientSetPreferredPhy() 207 .gattClientSetPreferredPhy(clientIf, address, txPhy, rxPhy, phyOptions); in clientSetPreferredPhy() 573 int rxPhy = 1; in serverSetPreferredPhy() local 577 serverIf, address, txPhy, rxPhy, phyOptions, mAttributionSource); in serverSetPreferredPhy() 579 .gattServerSetPreferredPhy(serverIf, address, txPhy, rxPhy, phyOptions); in serverSetPreferredPhy()
|