Home
last modified time | relevance | path

Searched defs:phyOptions (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java225 int phyOptions = 3; in clientSetPreferredPhy() local
498 int phyOptions = 3; in serverSetPreferredPhy() local
DGattServiceTest.java207 int phyOptions = 3; in clientSetPreferredPhy() local
591 int phyOptions = 3; in serverSetPreferredPhy() local
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattServer.java652 public void setPreferredPhy(BluetoothDevice device, int txPhy, int rxPhy, int phyOptions) { in setPreferredPhy()
DBluetoothGatt.java1065 public void setPreferredPhy(int txPhy, int rxPhy, int phyOptions) { in setPreferredPhy()
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGatt.aidl111 …Phy(in int clientIf, in String address, in int txPhy, in int rxPhy, in int phyOptions, in Attribut… in clientSetPreferredPhy()
159 …Phy(in int clientIf, in String address, in int txPhy, in int rxPhy, in int phyOptions, in Attribut… in serverSetPreferredPhy()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java838 int phyOptions, AttributionSource attributionSource, in clientSetPreferredPhy()
849 int phyOptions, AttributionSource attributionSource) { in clientSetPreferredPhy()
1261 int phyOptions, AttributionSource attributionSource, in serverSetPreferredPhy()
1272 int phyOptions, AttributionSource attributionSource) { in serverSetPreferredPhy()
3462 void clientSetPreferredPhy(int clientIf, String address, int txPhy, int rxPhy, int phyOptions, in clientSetPreferredPhy()
4271 void serverSetPreferredPhy(int serverIf, String address, int txPhy, int rxPhy, int phyOptions, in serverSetPreferredPhy()
4779 int rxPhy, int phyOptions); in gattClientSetPreferredPhyNative()
4829 int rxPhy, int phyOptions); in gattServerSetPreferredPhyNative()