Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java302 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
463 int clientIf, String address, int txPhy, int rxPhy, int phyOptions) { in gattClientSetPreferredPhy() argument
464 gattClientSetPreferredPhyNative(clientIf, address, txPhy, rxPhy, phyOptions); in gattClientSetPreferredPhy()
606 int clientIf, String address, int txPhy, int rxPhy, int phyOptions) { in gattServerSetPreferredPhy() argument
607 gattServerSetPreferredPhyNative(clientIf, address, txPhy, rxPhy, phyOptions); in gattServerSetPreferredPhy()
DGattService.java581 int phyOptions, in clientSetPreferredPhy() argument
588 clientIf, address, txPhy, rxPhy, phyOptions, attributionSource); in clientSetPreferredPhy()
908 int phyOptions, in serverSetPreferredPhy() argument
915 serverIf, address, txPhy, rxPhy, phyOptions, attributionSource); in serverSetPreferredPhy()
2175 int phyOptions, in clientSetPreferredPhy() argument
2189 mNativeInterface.gattClientSetPreferredPhy(clientIf, address, txPhy, rxPhy, phyOptions); in clientSetPreferredPhy()
3193 int phyOptions, in serverSetPreferredPhy() argument
3207 mNativeInterface.gattServerSetPreferredPhy(serverIf, address, txPhy, rxPhy, phyOptions); in serverSetPreferredPhy()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java237 int phyOptions = 3; in clientSetPreferredPhy() local
240 clientIf, address, txPhy, rxPhy, phyOptions, mAttributionSource); in clientSetPreferredPhy()
244 clientIf, address, txPhy, rxPhy, phyOptions, mAttributionSource); in clientSetPreferredPhy()
528 int phyOptions = 3; in serverSetPreferredPhy() local
531 serverIf, address, txPhy, rxPhy, phyOptions, mAttributionSource); in serverSetPreferredPhy()
535 serverIf, address, txPhy, rxPhy, phyOptions, mAttributionSource); in serverSetPreferredPhy()
DGattServiceTest.java199 int phyOptions = 3; in clientSetPreferredPhy() local
205 clientIf, address, txPhy, rxPhy, phyOptions, mAttributionSource); in clientSetPreferredPhy()
207 .gattClientSetPreferredPhy(clientIf, address, txPhy, rxPhy, phyOptions); in clientSetPreferredPhy()
574 int phyOptions = 3; in serverSetPreferredPhy() local
577 serverIf, address, txPhy, rxPhy, phyOptions, mAttributionSource); in serverSetPreferredPhy()
579 .gattServerSetPreferredPhy(serverIf, address, txPhy, rxPhy, phyOptions); in serverSetPreferredPhy()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl112 …in int clientIf, in String address, in int txPhy, in int rxPhy, in int phyOptions, in AttributionS… in clientSetPreferredPhy() argument
160 …in int clientIf, in String address, in int txPhy, in int rxPhy, in int phyOptions, in AttributionS… in serverSetPreferredPhy() argument
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattServer.java780 public void setPreferredPhy(BluetoothDevice device, int txPhy, int rxPhy, int phyOptions) { in setPreferredPhy() argument
783 mServerIf, device.getAddress(), txPhy, rxPhy, phyOptions, mAttributionSource); in setPreferredPhy()
DBluetoothGatt.java1260 public void setPreferredPhy(int txPhy, int rxPhy, int phyOptions) { in setPreferredPhy() argument
1263 mClientIf, mDevice.getAddress(), txPhy, rxPhy, phyOptions, mAttributionSource); in setPreferredPhy()