/developers/build/prebuilts/gradle/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/ |
BluetoothLeService.java | 73 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { 209 * {@code BluetoothGattCallback#onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int)} 247 * {@code BluetoothGattCallback#onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int)}
|
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/ |
BluetoothLeService.java | 73 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { 209 * {@code BluetoothGattCallback#onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int)} 247 * {@code BluetoothGattCallback#onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int)}
|
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/ |
BluetoothLeService.java | 73 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { 209 * {@code BluetoothGattCallback#onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int)} 247 * {@code BluetoothGattCallback#onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int)}
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BleServerService.java | 248 public void onConnectionStateChange(BluetoothDevice device, int status, int newState) { 249 if (DEBUG) Log.d(TAG, "onConnectionStateChange: newState=" + newState);
|
BleClientService.java | 315 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { 316 if (DEBUG) Log.d(TAG, "onConnectionStateChange");
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
p2ptransportchannel.h | 125 void OnConnectionStateChange(Connection *connection);
|
p2ptransportchannel.cc | 428 this, &P2PTransportChannel::OnConnectionStateChange); 832 void P2PTransportChannel::OnConnectionStateChange(Connection *connection) { [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
basicportallocator.h | 145 void OnConnectionStateChange(Connection* conn);
|
basicportallocator.cc | 489 &BasicPortAllocatorSession::OnConnectionStateChange); 492 void BasicPortAllocatorSession::OnConnectionStateChange(Connection* conn) {
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothGattCallback.java | 35 public void onConnectionStateChange(BluetoothGatt gatt, int status,
|
BluetoothGattServerCallback.java | 37 public void onConnectionStateChange(BluetoothDevice device, int status,
|
BluetoothGatt.java | 139 mCallback.onConnectionStateChange(BluetoothGatt.this, GATT_FAILURE, 168 mCallback.onConnectionStateChange(BluetoothGatt.this, status, profileState); 658 * {@link BluetoothGattCallback#onConnectionStateChange} callback will be [all...] |
BluetoothGattServer.java | 107 mCallback.onConnectionStateChange(mAdapter.getRemoteDevice(address), status, 390 * {@link BluetoothGattServerCallback#onConnectionStateChange} callback will be
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
p2ptransportchannel.h | 211 void OnConnectionStateChange(Connection* connection);
|
p2ptransportchannel.cc | 211 this, &P2PTransportChannel::OnConnectionStateChange); [all...] |
port_unittest.cc | 239 this, &TestChannel::OnConnectionStateChange); 241 void OnConnectionStateChange(Connection* conn) { [all...] |
/frameworks/base/docs/html/guide/topics/connectivity/ |
bluetooth-le.jd | 375 public void onConnectionStateChange(BluetoothGatt gatt, int status,
|
/frameworks/base/docs/html/about/versions/ |
android-4.3.jd | 408 android.bluetooth.BluetoothGattCallback#onConnectionStateChange onConnectionStateChange()} [all...] |
/development/sdk/ |
api-versions.xml | [all...] |
/frameworks/base/api/ |
current.txt | [all...] |
/prebuilts/sdk/api/ |
18.txt | [all...] |
19.txt | [all...] |