Home
last modified time | relevance | path

Searched refs:rxPhy (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java82 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 …]
DGattService.java580 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/
DBluetoothGattServer.java377 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()
DBluetoothGattServerCallback.java162 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
DBluetoothGattCallback.java36 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
DBluetoothGatt.java296 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/
DIBluetoothGattServerCallback.aidl43 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
DIBluetoothGattCallback.aidl29 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
DIBluetoothGatt.aidl112 …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/
DGattServiceBinderTest.java236 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()
DGattServiceTest.java198 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()