Home
last modified time | relevance | path

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

/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/
DIBluetoothGatt.java59 void clientConnect(int clientIf, String address, boolean isDirect, int transport); in clientConnect() method
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/
DIBluetoothGattImpl.java111 public void clientConnect( in clientConnect() method in IBluetoothGattImpl
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java193 public void clientConnect() throws Exception { in clientConnect() method in GattServiceBinderTest
DGattServiceTest.java310 public void clientConnect() throws Exception { in clientConnect() method in GattServiceTest
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGatt.aidl109 …void clientConnect(in int clientIf, in String address, in int addressType, in boolean isDirect, in… in clientConnect() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java804 public void clientConnect(int clientIf, String address, int addressType, boolean isDirect, in clientConnect() method in GattService.BluetoothGattBinder
815 private void clientConnect(int clientIf, String address, int addressType, boolean isDirect, in clientConnect() method in GattService.BluetoothGattBinder
3632 void clientConnect(int clientIf, String address, int addressType, boolean isDirect, in clientConnect() method in GattService