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/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java469 public void serverConnect() { in serverConnect() method in GattServiceBinderTest
DGattServiceTest.java565 public void serverConnect() { in serverConnect() method in GattServiceTest
/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/system/binder/android/bluetooth/
DIBluetoothGatt.aidl155 …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.java1222 public void serverConnect(int serverIf, String address, boolean isDirect, int transport, in serverConnect() method in GattService.BluetoothGattBinder
1231 private void serverConnect(int serverIf, String address, boolean isDirect, int transport, in serverConnect() method in GattService.BluetoothGattBinder
4242 void serverConnect(int serverIf, String address, boolean isDirect, int transport, in serverConnect() method in GattService