OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:serverConnect
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl
79
void
serverConnect
(in int servertIf, in String address, in boolean isDirect);
BluetoothGattServer.java
412
mService.
serverConnect
(mServerIf, device.getAddress(),
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java
430
public void
serverConnect
(int serverIf, String address, boolean isDirect) {
433
service.
serverConnect
(serverIf, address, isDirect);
[
all
...]
Completed in 88 milliseconds