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/ | 
| D | IBluetoothGatt.java | 99     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/ | 
| D | GattServiceBinderTest.java | 469     public void serverConnect() {  in serverConnect()  method in GattServiceBinderTest
 | 
| D | GattServiceTest.java | 565     public void serverConnect() {  in serverConnect()  method in GattServiceTest
 | 
| /packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/ | 
| D | IBluetoothGattImpl.java | 448     public void serverConnect(  in serverConnect()  method in IBluetoothGattImpl
 | 
| /packages/modules/Bluetooth/system/binder/android/bluetooth/ | 
| D | IBluetoothGatt.aidl | 155 …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/ | 
| D | GattService.java | 1222         public void serverConnect(int serverIf, String address, boolean isDirect, int transport,  in serverConnect()  method in GattService.BluetoothGattBinder1231         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
 
 |