OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onClientConnectionState
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/bluetooth/
IBluetoothGattCallback.aidl
27
void
onClientConnectionState
(in int status, in int clientIf,
BluetoothAdapter.java
[
all
...]
BluetoothGatt.java
158
public void
onClientConnectionState
(int status, int clientIf,
160
if (DBG) Log.d(TAG, "
onClientConnectionState
() - status=" + status
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java
646
app.callback.
onClientConnectionState
(status, clientIf, true, address);
659
app.callback.
onClientConnectionState
(status, clientIf, false, address);
[
all
...]
Completed in 37 milliseconds