Home
last modified time | relevance | path

Searched defs:clientConnect (Results 1 – 5 of 5) 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/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java193 public void clientConnect() throws Exception { in clientConnect() method in GattServiceBinderTest
/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/system/binder/android/bluetooth/
DIBluetoothGatt.aidl107 …void clientConnect(in int clientIf, in String address, in boolean isDirect, in int transport, in b… in clientConnect() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java796 public void clientConnect(int clientIf, String address, boolean isDirect, int transport, in clientConnect() method in GattService.BluetoothGattBinder
807 private void clientConnect(int clientIf, String address, boolean isDirect, int transport, in clientConnect() method in GattService.BluetoothGattBinder
3426 void clientConnect(int clientIf, String address, boolean isDirect, int transport, in clientConnect() method in GattService