Searched defs:phyOptions (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
D | GattServiceTest.java | 199 int phyOptions = 3; in clientSetPreferredPhy() local 574 int phyOptions = 3; in serverSetPreferredPhy() local
|
D | GattServiceBinderTest.java | 237 int phyOptions = 3; in clientSetPreferredPhy() local 528 int phyOptions = 3; in serverSetPreferredPhy() local
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattServer.java | 780 public void setPreferredPhy(BluetoothDevice device, int txPhy, int rxPhy, int phyOptions) { in setPreferredPhy()
|
D | BluetoothGatt.java | 1260 public void setPreferredPhy(int txPhy, int rxPhy, int phyOptions) { in setPreferredPhy()
|
/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() 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()
|
D | GattService.java | 581 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/ |
D | IBluetoothGatt.aidl | 112 …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()
|