/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattNativeInterface.java | 302 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()
|
D | GattService.java | 581 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/ |
D | GattServiceBinderTest.java | 237 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()
|
D | GattServiceTest.java | 199 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/ |
D | IBluetoothGatt.aidl | 112 …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/ |
D | BluetoothGattServer.java | 780 public void setPreferredPhy(BluetoothDevice device, int txPhy, int rxPhy, int phyOptions) { in setPreferredPhy() argument 783 mServerIf, device.getAddress(), txPhy, rxPhy, phyOptions, mAttributionSource); in setPreferredPhy()
|
D | BluetoothGatt.java | 1260 public void setPreferredPhy(int txPhy, int rxPhy, int phyOptions) { in setPreferredPhy() argument 1263 mClientIf, mDevice.getAddress(), txPhy, rxPhy, phyOptions, mAttributionSource); in setPreferredPhy()
|