Home
last modified time | relevance | path

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

/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/
DIBluetoothGatt.java99 void serverConnect(int servertIf, String address, boolean isDirect, int transport); in serverConnect() method
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/
DIBluetoothGattImpl.java448 public void serverConnect( in serverConnect() method in IBluetoothGattImpl
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java470 public void serverConnect() { in serverConnect() method in GattServiceBinderTest
DGattServiceTest.java622 public void serverConnect() { in serverConnect() method in GattServiceTest
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGatt.aidl157 …void serverConnect(in int serverIf, in String address, in boolean isDirect, in int transport, in A… in serverConnect() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java1273 public void serverConnect(int serverIf, String address, boolean isDirect, int transport, in serverConnect() method in GattService.BluetoothGattBinder
1282 private void serverConnect(int serverIf, String address, boolean isDirect, int transport, in serverConnect() method in GattService.BluetoothGattBinder
4533 void serverConnect(int serverIf, String address, boolean isDirect, int transport, in serverConnect() method in GattService