Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java539 public void clientSetPreferredPhy(int clientIf, String address, int txPhy, int rxPhy, in clientSetPreferredPhy() argument
545 service.clientSetPreferredPhy(clientIf, address, txPhy, rxPhy, phyOptions); in clientSetPreferredPhy()
741 public void serverSetPreferredPhy(int serverIf, String address, int txPhy, int rxPhy, in serverSetPreferredPhy() argument
747 service.serverSetPreferredPhy(serverIf, address, txPhy, rxPhy, phyOptions); in serverSetPreferredPhy()
1170 void onClientPhyUpdate(int connId, int txPhy, int rxPhy, int status) throws RemoteException { in onClientPhyUpdate() argument
1185 app.callback.onPhyUpdate(address, txPhy, rxPhy, status); in onClientPhyUpdate()
1188 void onClientPhyRead(int clientIf, String address, int txPhy, int rxPhy, int status) in onClientPhyRead() argument
1207 app.callback.onPhyRead(address, txPhy, rxPhy, status); in onClientPhyRead()
1229 void onServerPhyUpdate(int connId, int txPhy, int rxPhy, int status) throws RemoteException { in onServerPhyUpdate() argument
1244 app.callback.onPhyUpdate(address, txPhy, rxPhy, status); in onServerPhyUpdate()
[all …]