Searched defs:phyOptions (Results 1 – 7 of 7) sorted by relevance
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
| D | GattServiceBinderTest.java | 226 int phyOptions = 3; in clientSetPreferredPhy() local 499 int phyOptions = 3; in serverSetPreferredPhy() local
|
| D | GattServiceTest.java | 223 int phyOptions = 3; in clientSetPreferredPhy() local 650 int phyOptions = 3; in serverSetPreferredPhy() local
|
| /packages/modules/Bluetooth/framework/java/android/bluetooth/ |
| D | BluetoothGattServer.java | 689 public void setPreferredPhy(BluetoothDevice device, int txPhy, int rxPhy, int phyOptions) { in setPreferredPhy()
|
| D | BluetoothGatt.java | 1142 public void setPreferredPhy(int txPhy, int rxPhy, int phyOptions) { in setPreferredPhy()
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
| D | GattNativeInterface.java | 319 int rxPhy, int phyOptions); in gattClientSetPreferredPhyNative() 350 int rxPhy, int phyOptions); in gattServerSetPreferredPhyNative() 428 int rxPhy, int phyOptions) { in gattClientSetPreferredPhy() 594 int rxPhy, int phyOptions) { in gattServerSetPreferredPhy()
|
| D | GattService.java | 847 int phyOptions, AttributionSource attributionSource, in clientSetPreferredPhy() 858 int phyOptions, AttributionSource attributionSource) { in clientSetPreferredPhy() 1312 int phyOptions, AttributionSource attributionSource, in serverSetPreferredPhy() 1323 int phyOptions, AttributionSource attributionSource) { in serverSetPreferredPhy() 3675 void clientSetPreferredPhy(int clientIf, String address, int txPhy, int rxPhy, int phyOptions, in clientSetPreferredPhy() 4562 void serverSetPreferredPhy(int serverIf, String address, int txPhy, int rxPhy, int phyOptions, in serverSetPreferredPhy()
|
| /packages/modules/Bluetooth/system/binder/android/bluetooth/ |
| D | IBluetoothGatt.aidl | 113 …Phy(in int clientIf, in String address, in int txPhy, in int rxPhy, in int phyOptions, in Attribut… in clientSetPreferredPhy() 161 …Phy(in int clientIf, in String address, in int txPhy, in int rxPhy, in int phyOptions, in Attribut… in serverSetPreferredPhy()
|