/frameworks/base/tests/OneMedia/src/com/android/onemedia/ |
PlayerController.java | 77 mListener.onConnectionStateChange( 171 mListener.onConnectionStateChange(STATE_DISCONNECTED); 196 mListener.onConnectionStateChange(STATE_CONNECTED); 231 public void onConnectionStateChange(int state);
|
OnePlayerActivity.java | 221 public void onConnectionStateChange(int state) {
|
/developers/build/prebuilts/gradle/BluetoothLeGatt/Application/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/Application/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)}
|
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
GattServer.java | 177 public void onConnectionStateChange(BluetoothDevice device, int status, int newState) { 178 Log.d(TAG, "onConnectionStateChange status: " + status + " new state: " + newState);
|
GattClientListener.java | 184 public void onConnectionStateChange(BluetoothGatt gatt, int status, 186 Log.d(TAG, "onConnectionStateChange " + status);
|
/packages/services/Car/TrustAgent/src/com/android/car/trust/ |
CarBleTrustAgent.java | 202 public void onConnectionStateChange(BluetoothDevice device, int status, int newState) { 203 super.onConnectionStateChange(device, status, newState);
|
SimpleBleServer.java | 69 public void onConnectionStateChange(BluetoothDevice device,
|
/test/vts-testcase/nbu/src/ |
ble_test.py | 201 GATT_SUCCESS within some TIMEOUT, onConnectionStateChange/STATE_CONNECTED 224 'onConnectionStateChange') 245 some TIMEOUT, onConnectionStateChange/STATE_CONNECTEDcalled EXACTLY once. 267 'onConnectionStateChange') 276 'onConnectionStateChange') 301 'onConnectionStateChange', 30)
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BleServerService.java | 231 // createBond() causes onConnectionStateChange() twice, and it works as strange sequence. 232 // At the first onConnectionStateChange(), target device is not paired(bond state is 234 // At the second onConnectionStateChange(), target devices is paired(bond state is 237 // after NOTIFICATION_DELAY_OF_SECURE_TEST_FAILURE from the first onConnectionStateChange(). [all...] |
BleConnectionPriorityClientService.java | 330 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) {
331 if (DEBUG) Log.d(TAG, "onConnectionStateChange");
|
BleConnectionPriorityServerService.java | 255 public void onConnectionStateChange(BluetoothDevice device, int status, int newState) {
257 Log.d(TAG, "onConnectionStateChange: newState=" + newState);
|
BleEncryptedServerService.java | 303 public void onConnectionStateChange(BluetoothDevice device, int status, int newState) { 305 Log.d(TAG, "onConnectionStateChange: newState=" + newState);
|
BleEncryptedClientService.java | 301 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) {
302 if (DEBUG) Log.d(TAG, "onConnectionStateChange: status = " + status + ", newState = " + newState);
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothGattCallback.java | 63 public void onConnectionStateChange(BluetoothGatt gatt, int status,
|
BluetoothGattServerCallback.java | 32 public void onConnectionStateChange(BluetoothDevice device, int status,
|
BluetoothGattServer.java | 93 mCallback.onConnectionStateChange(mAdapter.getRemoteDevice(address), status, 522 * {@link BluetoothGattServerCallback#onConnectionStateChange} callback will be [all...] |
BluetoothGatt.java | 169 callback.onConnectionStateChange(BluetoothGatt.this, 262 callback.onConnectionStateChange(BluetoothGatt.this, status, [all...] |
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/ |
BluetoothMidiDevice.java | 99 public void onConnectionStateChange(BluetoothGatt gatt, int status,
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
GattServerFacade.java | [all...] |
/external/webrtc/webrtc/p2p/base/ |
p2ptransportchannel.h | 232 void OnConnectionStateChange(Connection* connection);
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
GattEnum.py | 57 GATT_CONN_CHANGE = "GattConnect{}onConnectionStateChange"
|
bt_constants.py | 331 "gatt_conn_change": "GattConnect{}onConnectionStateChange",
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
BluetoothAccessoryFragment.java | 249 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) {
|