Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java535 public void clientSetPreferredPhy(int clientIf, String address, int txPhy, int rxPhy, in clientSetPreferredPhy() argument
541 service.clientSetPreferredPhy(clientIf, address, txPhy, rxPhy, phyOptions); in clientSetPreferredPhy()
737 public void serverSetPreferredPhy(int serverIf, String address, int txPhy, int rxPhy, in serverSetPreferredPhy() argument
743 service.serverSetPreferredPhy(serverIf, address, txPhy, rxPhy, phyOptions); in serverSetPreferredPhy()
1166 void onClientPhyUpdate(int connId, int txPhy, int rxPhy, int status) throws RemoteException { in onClientPhyUpdate() argument
1181 app.callback.onPhyUpdate(address, txPhy, rxPhy, status); in onClientPhyUpdate()
1184 void onClientPhyRead(int clientIf, String address, int txPhy, int rxPhy, int status) in onClientPhyRead() argument
1203 app.callback.onPhyRead(address, txPhy, rxPhy, status); in onClientPhyRead()
1225 void onServerPhyUpdate(int connId, int txPhy, int rxPhy, int status) throws RemoteException { in onServerPhyUpdate() argument
1240 app.callback.onPhyUpdate(address, txPhy, rxPhy, status); in onServerPhyUpdate()
[all …]