Searched refs:onDeviceConnected (Results 1 – 6 of 6) sorted by relevance
25 void onDeviceConnected(in BluetoothDevice device); in onDeviceConnected() method
142 mBluetoothDeviceManager.onDeviceConnected(device, deviceType); in handleConnectionStateChanged()
333 void onDeviceConnected(BluetoothDevice device, int deviceType) { in onDeviceConnected() method in BluetoothDeviceManager
4793 public void onDeviceConnected(BluetoothDevice device) {4799 executor.execute(() -> callback.onDeviceConnected(device));4930 public void onDeviceConnected(@NonNull BluetoothDevice device) {} in onDeviceConnected() method in BluetoothAdapter.BluetoothConnectionCallback
944 callback.onDeviceConnected(device); in aclStateChangeCallback()
96 method public void onDeviceConnected(@NonNull android.bluetooth.BluetoothDevice);