Home
last modified time | relevance | path

Searched defs:phyOptions (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java199 int phyOptions = 3; in clientSetPreferredPhy() local
574 int phyOptions = 3; in serverSetPreferredPhy() local
DGattServiceBinderTest.java237 int phyOptions = 3; in clientSetPreferredPhy() local
528 int phyOptions = 3; in serverSetPreferredPhy() local
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattServer.java780 public void setPreferredPhy(BluetoothDevice device, int txPhy, int rxPhy, int phyOptions) { in setPreferredPhy()
DBluetoothGatt.java1260 public void setPreferredPhy(int txPhy, int rxPhy, int phyOptions) { in setPreferredPhy()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java302 int clientIf, String address, int txPhy, int rxPhy, int phyOptions); in gattClientSetPreferredPhyNative()
359 int clientIf, String address, int txPhy, int rxPhy, int phyOptions); in gattServerSetPreferredPhyNative()
463 int clientIf, String address, int txPhy, int rxPhy, int phyOptions) { in gattClientSetPreferredPhy()
606 int clientIf, String address, int txPhy, int rxPhy, int phyOptions) { in gattServerSetPreferredPhy()
DGattService.java581 int phyOptions, in clientSetPreferredPhy()
908 int phyOptions, in serverSetPreferredPhy()
2175 int phyOptions, in clientSetPreferredPhy()
3193 int phyOptions, in serverSetPreferredPhy()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl112 …Phy(in int clientIf, in String address, in int txPhy, in int rxPhy, in int phyOptions, in Attribut… in clientSetPreferredPhy()
160 …Phy(in int clientIf, in String address, in int txPhy, in int rxPhy, in int phyOptions, in Attribut… in serverSetPreferredPhy()