Searched defs:txPhy (Results 1 – 2 of 2) sorted by relevance
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | GattServerFacade.java | 1068 public void onPhyRead(BluetoothDevice device, int txPhy, int rxPhy, int status) { in onPhyRead() 1079 public void onPhyUpdate(BluetoothDevice device, int txPhy, int rxPhy, int status) { in onPhyUpdate()
|
D | GattClientFacade.java | 2070 public void onPhyRead(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyRead() 2080 public void onPhyUpdate(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyUpdate()
|