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/
DGattServiceBinderTest.java226 int phyOptions = 3; in clientSetPreferredPhy() local
499 int phyOptions = 3; in serverSetPreferredPhy() local
DGattServiceTest.java223 int phyOptions = 3; in clientSetPreferredPhy() local
650 int phyOptions = 3; in serverSetPreferredPhy() local
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattServer.java689 public void setPreferredPhy(BluetoothDevice device, int txPhy, int rxPhy, int phyOptions) { in setPreferredPhy()
DBluetoothGatt.java1142 public void setPreferredPhy(int txPhy, int rxPhy, int phyOptions) { in setPreferredPhy()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java319 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()
DGattService.java847 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/
DIBluetoothGatt.aidl113 …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()