/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/ |
D | DckGattTest.kt | 67 on { onConnectionStateChange(gattCaptor.capture(), any(), any()) } doAnswer {} in <lambda>() 102 .onConnectionStateChange( in setUp() 193 .onConnectionStateChange( in testDiscoverDkGattService() 210 .onConnectionStateChange( in testDiscoverDkGattService() 259 .onConnectionStateChange( in testGattConnect_fromIrkScan() 305 .onConnectionStateChange( in testGattConnect_fromUuidScan()
|
D | GattServerConnectWithoutScanTest.java | 86 .onConnectionStateChange(any(), anyInt(), eq(BluetoothProfile.STATE_CONNECTED)); in serverConnectToRandomAddress_withTransportAuto() 113 .onConnectionStateChange(any(), anyInt(), eq(BluetoothProfile.STATE_CONNECTED)); in serverConnectToRandomAddress_withTransportLE() 135 .onConnectionStateChange(any(), anyInt(), eq(BluetoothProfile.STATE_CONNECTED)); in serverConnectToPublicAddress_withTransportAuto() 157 .onConnectionStateChange(any(), anyInt(), eq(BluetoothProfile.STATE_CONNECTED)); in serverConnectToPublicAddress_withTransportLE()
|
D | GattClientTest.java | 119 .onConnectionStateChange(any(), anyInt(), eq(BluetoothProfile.STATE_CONNECTED)); in directConnectGattAfterClose() 148 .onConnectionStateChange(any(), anyInt(), eq(BluetoothProfile.STATE_CONNECTED)); in reconnectExistingClient() 152 .onConnectionStateChange(any(), anyInt(), eq(BluetoothProfile.STATE_DISCONNECTED)); in reconnectExistingClient() 156 .onConnectionStateChange(any(), anyInt(), eq(BluetoothProfile.STATE_CONNECTED)); in reconnectExistingClient() 162 .onConnectionStateChange(any(), anyInt(), eq(BluetoothProfile.STATE_DISCONNECTED)); in reconnectExistingClient() 294 .onConnectionStateChange( in connectTimeout() 450 verify(callback, timeout(1000)).onConnectionStateChange(eq(gatt), eq(status), eq(state)); in connectGattAndWaitConnection() 459 verify(callback, timeout(1000)).onConnectionStateChange(eq(gatt), anyInt(), eq(state)); in disconnectAndWaitDisconnection()
|
D | GattServerConnectWithScanTest.java | 101 .onConnectionStateChange(any(), anyInt(), eq(BluetoothProfile.STATE_CONNECTED)); in serverConnectToRandomAddress_withTransportAuto() 128 .onConnectionStateChange(any(), anyInt(), eq(BluetoothProfile.STATE_CONNECTED)); in serverConnectToRandomAddress_withTransportLE() 153 .onConnectionStateChange(any(), anyInt(), eq(BluetoothProfile.STATE_CONNECTED)); in serverConnectToPublicAddress_withTransportAuto() 177 .onConnectionStateChange(any(), anyInt(), eq(BluetoothProfile.STATE_CONNECTED)); in serverConnectToPublicAddress_withTransportLE()
|
D | DckTestRule.kt | 190 override fun onConnectionStateChange( in connectGatt() method
|
/packages/modules/Bluetooth/framework/tests/bumble/doc/ |
D | overview.md | 60 .onConnectionStateChange( 69 .onConnectionStateChange(
|
D | guide.md | 178 .onConnectionStateChange( 209 .onConnectionStateChange(
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattServerCallback.java | 30 public void onConnectionStateChange(BluetoothDevice device, int status, int newState) {} in onConnectionStateChange() method in BluetoothGattServerCallback
|
D | BluetoothGattCallback.java | 60 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) {} in onConnectionStateChange() method in BluetoothGattCallback
|
D | BluetoothGatt.java | 261 callback.onConnectionStateChange( 387 callback.onConnectionStateChange(
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/discovery/ble/ |
D | GattTransportServerProviderTest.java | 196 mBluetoothGattServerCallback.onConnectionStateChange( in testStartProcessing_succeed() 238 mBluetoothGattServerCallback.onConnectionStateChange( in startProcessing() 732 mBluetoothGattServerCallback.onConnectionStateChange( in testConnectionStateChange_disconnected()
|
D | GattTransportClientProviderTest.java | 232 mBluetoothGattCallback.onConnectionStateChange( in setupGattConnect() 403 mBluetoothGattCallback.onConnectionStateChange( in testConnectionStateChange_disconnected() 418 mBluetoothGattCallback.onConnectionStateChange( in testConnectionStateChange_statusFailed()
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | HearingDevicePairingFragment.java | 463 public void onConnectionStateChange(BluetoothGatt gatt, int status, in discoverServices() 465 super.onConnectionStateChange(gatt, status, newState); in discoverServices()
|
/packages/modules/Bluetooth/android/ChannelSoundingTestApp/app/src/main/java/com/android/bluetooth/channelsoundingtestapp/ |
D | DistanceMeasurementInitiator.java | 105 public void onConnectionStateChange( in connectGatt()
|
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
D | GattServer.java | 177 public void onConnectionStateChange(BluetoothDevice device, int status, int newState) { in onConnectionStateChange() method in GattServer.MyGattServerCallback
|
D | GattClientListener.java | 184 public void onConnectionStateChange(BluetoothGatt gatt, int status, in onConnectionStateChange() method in GattClientListener.GattCallback
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | GattInstance.kt | 85 override fun onConnectionStateChange( in onConnectionStateChange() method in com.android.pandora.GattInstance
|
/packages/services/Car/service/src/com/android/car/bluetooth/ |
D | FastPairGattServer.java | 203 public void onConnectionStateChange(BluetoothDevice device, int status, int newState) { 204 super.onConnectionStateChange(device, status, newState);
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bas/ |
D | BatteryStateMachineTest.java | 372 mGattCallback.onConnectionStateChange(mBluetoothGatt, status, newState); in notifyConnectionStateChanged()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/ble/ |
D | GattTransportServerProvider.java | 95 public void onConnectionStateChange(
|
D | GattTransportClientProvider.java | 99 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) {
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/ |
D | FastPairGattServerTest.java | 315 mBluetoothGattServerCallback.onConnectionStateChange(device, in connectDevice() 321 mBluetoothGattServerCallback.onConnectionStateChange(device, in disconnectDevice()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/ |
D | BatteryStateMachine.java | 545 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange() method in BatteryStateMachine.GattCallback
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothAccessoryFragment.java | 250 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange() method in BluetoothAccessoryFragment.GattBatteryCallbacks
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/ |
D | BassClientStateMachineTest.java | 665 cb.onConnectionStateChange(null, status, newState); in gattCallbackOnConnectionStateChange_changedToConnected() 679 cb.onConnectionStateChange(null, status, newState); in gattCallbackOnConnectionStateChange_changedToConnected() 701 cb.onConnectionStateChange(null, status, newState); in gattCallbackOnConnectionStateChanged_changedToDisconnected() 2614 mGattCallback.onConnectionStateChange(gatt, status, newState); in notifyConnectionStateChanged()
|